Dashboard: Enforce min dashboard refresh interval to 5 seconds per default (#23929)

Fixes #22493
This commit is contained in:
Marcus Efraimsson
2020-04-27 16:51:54 +02:00
committed by GitHub
parent 2c0a1d8428
commit 854085dbc6
6 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ Number dashboard versions to keep (per dashboard). Default: `20`, Minimum: `1`.
> Only available in Grafana v6.7+.
When set, this will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is not set/unrestricted.
This will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is 5 seconds.
The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. `30s` or `1m`.
## [dashboards.json]