bug
values()` returns `sweep_bytes_reclaimed` then `sweep_blobs_removed`, but `COUNTERS` (lines 50-57) lists `..._blobs_removed_total` first, and `render` zips the two — each scrape renders the byte… values()` returns `sweep_bytes_reclaimed` then `sweep_blobs_removed`, but `COUNTERS` (lines 50-57) lists `..._blobs_removed_total` first, and `render` zips the two — each scrape renders the byte count under `cairn_proxy_sweep_blobs_removed_total` and the blob count under `..._bytes_reclaimed_total`. Operations.md tells operators to alert on `cairn_proxy_sweep_bytes_reclaimed_total`, which would actually report blob counts.
services/proxy/src/metrics.rs:94
Evidence quote
Not recorded
Suggested fix
Not recorded