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

CortexQuerierHighRefetchRate will not fire #267

@bboreham

Description

@bboreham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions