-
Notifications
You must be signed in to change notification settings - Fork 462
graphs for cpu and other not displayed when min step set to auto #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same here, the workaround is also inconvenient because it requires editing a lot of panels. |
Make sure your datasource is configured correctly. Grafana expects the default scraping interval for Prometheus datasources to be 15s. Prometheus, however, defaults to only scraping every 1m. Changing them to both match (in my case Prometheus to 15s) fixed the graphs not showing for me. |
@Confetti-Camouflage Nope, didn't work. 15s scrape interval seems to be too fast (I have about 200 servers so yeah), so it's easier to update |
Isnt problem, that you replaced "1m" with wrong syntax "1m1" somewhere ? |
Hi everyone, I just found exactly same dashboard template that just works, you might consider switching to it. |
same here.. I've updated the |
I haven't found any problem with Grafana v11.6.0 and Prometheus 2.53.3. Anyway, the information available on the README, as @igolman pointed before, could avoid the issue. |
Sorry man this leads to bullshit graphs. The solution is set Prometheus source to 1m in my case. |
Uh oh!
There was an error while loading. Please reload this page.
Hi, im scraping data from servers every 60s.
When i import dashboard in default, every metric where is [$__rate_interval] isnt displayed.
When i set min step to 1m, it works.
Would be possible to add min step as variable ?
ii grafana 11.1.2 amd64 Grafana
hi prometheus 2.24.1+ds-1+b7 amd64 Monitoring system and time series database
The text was updated successfully, but these errors were encountered: