grafana/mimir
在 GitHub 查看Bug: recording rule 'mimir_api_2 - cluster_job_route:cortex_request_duration_seconds:sum_rate' has no data
Open
#12,782 建立於 2025年9月22日
buggood first issuehelm
倉庫指標
- Star
- (5,181 star)
- PR 合併指標
- (PR 指標待抓取)
描述
What is the bug?
The recording rule is somehow misconfigured. It's query returns no data. This results in the latency panels in Mimir / Write dashboard showing no data, as they use the rule.
Looking at the requests, it seems setting the rate from 1m up to 2m or more, does retrieve data.
How to reproduce it?
- Deploy Mimir distributed Helm chart
- Install pre-compiled mixins in Grafana.
- Execute query for the recording rule, retrieving no data.
- verify the recording rule query works, with higher rate interval (eg. metric does exist)
What did you think would happen?
The recording rule would retrieve proper data for use in the dashboards.
What was your environment?
Deployment Tool: Helm Mimir Chart version: 5.8.0 Mimir App version: 2.17.0 Mimir mixins precompiled version: 2.17.0 Grafana version: 12.1.1
Any additional context to share?
No response