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
fix: Reset max queue length and reducer wait time metrics
Max value metrics are currently reset to zero after each collection period.
However this won't be reflected in the metrics store immediately.
Once the database records new values for said metrics,
only then will the reset be reflected in the metrics store.
This subtlety is imperceptible for metrics that are frequently updated.
But if a metric is not frequently updated,
or for periods of reduced load in general,
the metrics store may present stale max value metrics.
This anomaly was thought to have been fixed by #709.
However it only fixed it for DB_METRICS.
This patch removes the anomaly for WORKER_METRICS as well.
0 commit comments