mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
tutorials: alerting > evaluation (#93981)
This commit is contained in:
parent
af82dfa95d
commit
66b881ae2f
@ -223,10 +223,11 @@ In this section, we define queries, expressions (used to manipulate the data), a
|
||||
|
||||
### Set evaluation behavior
|
||||
|
||||
An [evaluation group](https://grafana.com/docs/grafana/latest/alerting/fundamentals/alert-rules/rule-evaluation/) defines when an alert rule fires, and it’s based on two settings:
|
||||
The [alert rule evaluation](https://grafana.com/docs/grafana/latest/alerting/fundamentals/alert-rules/rule-evaluation/) defines the conditions under which an alert rule triggers, based on the following settings:
|
||||
|
||||
- **Evaluation group**: how frequently the alert rule is evaluated.
|
||||
- **Evaluation interval**: how long the condition must be met to start firing. This allows your data time to stabilize before triggering an alert, helping to reduce the frequency of unnecessary notifications.
|
||||
- **Evaluation group**: every alert rule is assigned to an evaluation group. You can assign the alert rule to an existing evaluation group or create a new one.
|
||||
- **Evaluation interval**: determines how frequently the alert rule is checked. For instance, the evaluation may occur every 10s, 30s, 1m, 10m, etc.
|
||||
- **Pending period**: how long the condition must be met to trigger the alert rule.
|
||||
|
||||
To set up the evaluation:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user