* add min_interval_seconds setting to alerting config
It will let operator enforce a minimum time for the scheduler to enqueue evaluations
* Introduce UI modifications
* Update docs
Co-authored-by: Martin <uepoch@users.noreply.github.com>
@ -45,6 +45,7 @@ Currently only the graph panel supports alert rules.
### Name and Evaluation interval
### Name and Evaluation interval
Here you can specify the name of the alert rule and how often the scheduler should evaluate the alert rule.
Here you can specify the name of the alert rule and how often the scheduler should evaluate the alert rule.
**Note:** You can set a minimum interval in the `alerting.min_interval_seconds` config field, to set a minimum time between evaluations. Check out the [[configuration]]({{<relref"../installation/configuration.md">}}#min-interval-seconds) page for more information.
@ -722,6 +722,12 @@ Default setting for alert notification timeout. Default value is `30`
Default setting for max attempts to sending alert notifications. Default value is `3`
Default setting for max attempts to sending alert notifications. Default value is `3`
### min_interval_seconds
Default setting for minimum interval between rule evaluations. Default value is `1`
> **Note.** This setting has precedence over each individual rule frequency. Therefore, if a rule frequency is lower than this value, this value will be enforced.
## [rendering]
## [rendering]
Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.
Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.