bug
values()` returns `sweep_bytes_reclaimed` at index 4 and `sweep_blobs_removed` at index 5, which inverts the order in `COUNTERS` and renders reclaimed bytes under the blob count metric and removed… values()` returns `sweep_bytes_reclaimed` at index 4 and `sweep_blobs_removed` at index 5, which inverts the order in `COUNTERS` and renders reclaimed bytes under the blob count metric and removed blobs under the bytes metric.
services/proxy/src/metrics.rs:94
Evidence quote
Not recorded
Suggested fix
Not recorded