Hi, we have a problem where Grafana doesn’t show data for certain intervals from last night to today. However, we have data available both before and after this period. I can see the missing data in Prometheus, so it’s clear that the data exists.
I have a Prometheus query that I’m using in Grafana:
sum by(country) (rate(book_sale_created_seconds_count[2m]))
Yesterday, I noticed that there were 6 hours of missing data (all values were 0). However, when I check Prometheus directly, I can see that there is data with values greater than 0.