This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Description
This line:
|
sum by(namespace) (rate(cortex_querier_storegateway_refetches_per_query_bucket{le="0"}[5m])) |
will fail with newer versions of the Prometheus client library that are OpenMetrics-compatible.
"0" is now written "0.0".
Since nothing now matches that label, the query returns nothing and the alert will never fire.