rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

No data available when interval is less than 24 hours #140

Closed Pinkolik closed 1 year ago

Pinkolik commented 1 year ago

image Hello! Whenever I'm trying to view metrics in an interval smaller than 24 hours, all CPU dashboards show only 'No data available' message. However, when interval equals 24 hours or greater everything works fine. Any suggestions?

Thank you in advance!

mpostument commented 1 year ago

Have the same issue

Pinkolik commented 1 year ago

Have the same issue

Hey! I have figured it out. Turns out I had a scrape interval misconfiguration. Maybe it will help to solve your issue also. First, check you scrape interval in prometheus. image For me it was 1m, while in grfana datasource it was 15s. image So I changed it to 1m, and everything started working correctly!

mpostument commented 1 year ago

That helped. Thank you