buildkite-agent-metrics
buildkite-agent-metrics copied to clipboard
Fix stale Prometheus metrics
What
Pre-register all metrics with Prometheus, and change which data structure is looped over so that metrics that are no longer present in the collector result (typically for queues that exist but might not have agents or jobs) are naturally reset to 0.
Why
Fixes #304