Docs: updates to recording rules (#72218)

This commit is contained in:
brendamuir
2023-07-24 20:35:55 +02:00
committed by GitHub
parent 4b95f611c2
commit 43f7309272
2 changed files with 11 additions and 23 deletions

View File

@ -25,11 +25,3 @@ Querying this new time series is faster, especially for dashboards since they qu
Grafana Enterprise offers an alternative to recorded rules in the form of recorded queries that can be executed against any data source.
For more information on recording rules in Prometheus, refer to [recording rules](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/).
**Note:**
Recording rules are run as instant rules, which means that they run every 10s. To overwrite this configuration, update the min_interval in your custom configuration file.
[min_interval][configure-grafana] sets the minimum interval to enforce between rule evaluations. The default value is 10s which equals the scheduler interval. Rules will be adjusted if they are less than this value or if they are not multiple of the scheduler interval (10s). Higher values can help with resource management as fewer evaluations are scheduled over time.
This setting has precedence over each individual rule frequency. If a rule frequency is lower than this value, then this value is enforced.