metrics: only report workers ready when actually ready by withinboredom · Pull Request #2210 · php/frankenphp

@withinboredom

Signed-off-by: Robert Landers <landers.robert@gmail.com>

@withinboredom withinboredom changed the title only report workers ready when actually ready metrics: only report workers ready when actually ready

Feb 21, 2026

henderkes

johanjanssens pushed a commit to johanjanssens/frankenphp that referenced this pull request

Feb 26, 2026
In php#2205 it appears that workers could be reported in metrics as "ready"
before they are actually ready. This changes the reporting so that
workers are only reported ready once they have completed booting.

Signed-off-by: Robert Landers <landers.robert@gmail.com>