Upgraded to Grafana 10.2.0 using container, and notice that the default time range in the Explore UI is now 6 hours. Is there a setting available to change this back to 1 hour instead?
Thanks.
Upgraded to Grafana 10.2.0 using container, and notice that the default time range in the Explore UI is now 6 hours. Is there a setting available to change this back to 1 hour instead?
Thanks.
grafana.ini option:
[dashboards]
min_refresh_interval=1h
“As of Grafana v7.3, this also limits the refresh interval options in Explore.” Source: Configure Grafana | Grafana documentation