Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dashboard.json to use dynamic rate interval
Per https://grafana.com/blog/2020/09/28/new-in-grafana-7.2-__rate_interval-for-prometheus-rate-queries-that-just-work/, a fixed rate interval works only in some cases. The current `1m` assumes that everyone uses the default prometheus scraping interval (15s), but this is not guaranteed, so replace with `$__rate_interval` which should deal with things automatically in most cases.
- Loading branch information