bug
values()` returns `sweep_bytes_reclaimed` before `sweep_blobs_removed`, but `COUNTERS` (lines 51-57) lists `cairn_proxy_sweep_blobs_removed_total` first — `render()` zips them in order, so every… values()` returns `sweep_bytes_reclaimed` before `sweep_blobs_removed`, but `COUNTERS` (lines 51-57) lists `cairn_proxy_sweep_blobs_removed_total` first — `render()` zips them in order, so every scrape publishes the byte count under the blobs-removed name and vice versa; any alert or dashboard built on the documented counter names reads the wrong quantity.
services/proxy/src/metrics.rs:94
Evidence quote
Not recorded
Suggested fix
Not recorded