Bug: Some metrics return no data when querying time periods smaller than 24 hours #12829
Replies: 3 comments 1 reply
-
|
I am also experiencing this issue. Specifically, this hits for the mixin dashboards for Mimir itself. The 'Mimir / Writes' dashboard shows no data for 'Distributore - Requests / sec' among some, when the timeframe is less that 24h |
Beta Was this translation helpful? Give feedback.
-
|
This is most likely an issue with how the dashboard is configured in Grafana, not Mimir itself. Can you get the query being run along with the step being used? |
Beta Was this translation helpful? Give feedback.
-
|
I've also found the same behaviour it seems to be something to do with when the counter values are being updated, which looks like every 60 seconds (even if the metric is collected every 15s).
Is it possible that mimir is coincidentally updating the counter values in perfect alignment with the intervals being used in grafana? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the bug?
This may be a configuration issue, but I'm experiencing an issue where querying certain metrics for time periods smaller than 24 hours returns no data, but other metrics show complete data.
Screenshot of the last 24 hours:

Screenshot of the last hour:

How to reproduce it?
What did you think would happen?
I would expect to be able to query metrics regardless of the time range.
What was your environment?
mimir --version:compose.yml:config/mimir.yaml:Any additional context to share?
No response
Beta Was this translation helpful? Give feedback.
All reactions