Files
distribution/registry/storage
Ben Kochie c19adfdf06 Cleanup storage cache metrics
Split request and hit metrics into separate metrics, rather than using
labels. This avoids duplication of data and makes metric math easier.

* Count cache errors separately to avoid weird math.
* Hit ratio: `registry_storage_cache_hits_total / registry_storage_cache_requests_total`
* Miss ratio: `1 - (registry_storage_cache_hits_total / registry_storage_cache_requests_total`
* Misses: `registry_storage_cache_requests_total -
registry_storage_cache_hits_total`

Signed-off-by: Ben Kochie <superq@gmail.com>
2023-08-04 09:03:06 +02:00
..
2023-08-04 09:03:06 +02:00
2018-01-18 13:06:07 -08:00
2022-11-03 22:48:20 +01:00
2022-11-04 23:47:52 +01:00
2022-11-03 22:48:20 +01:00
2022-11-04 23:47:52 +01:00
2023-04-21 15:22:37 +01:00
2022-11-03 22:48:20 +01:00
2022-11-03 22:48:20 +01:00
2022-11-03 22:48:20 +01:00
2022-11-03 22:48:20 +01:00
2022-11-03 22:48:20 +01:00
2022-11-03 22:48:20 +01:00