You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fpm: calculate accurate process counts from states during status generation
Replace unreliable scoreboard counters with counts calculated from actual
process states. Since status endpoint already locks and reads all processes,
this adds zero performance overhead while ensuring 100% accurate metrics.
Resolves monitoring discrepancies where active processes were incorrectly
reported as significantly lower than actual non-idle processes under load.
Fixes#18956
0 commit comments