bug
the order of the two sweep counters in `values()` is swapped relative to `COUNTERS`: `COUNTERS[4]` names `cairn_proxy_sweep_blobs_removed_total` but receives the value of `sweep_bytes_reclaimed`,… the order of the two sweep counters in `values()` is swapped relative to `COUNTERS`: `COUNTERS[4]` names `cairn_proxy_sweep_blobs_removed_total` but receives the value of `sweep_bytes_reclaimed`, and `COUNTERS[5]` names `cairn_proxy_sweep_bytes_reclaimed_total` but receives the value of `sweep_blobs_removed`. An operator alerting on these would see blob-counts reported as byte-counts and vice-versa.
services/proxy/src/metrics.rs:88
Evidence quote
Not recorded
Suggested fix
Not recorded