Minor correction in documentation (#24472)

This commit is contained in:
Amal 2020-05-13 19:16:27 +05:30 committed by GitHub
parent c8bae5fd3a
commit c075576f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ What Grafana does not do currently is track alert rule state **per series**. Thi
in the scenario below.
- Alert condition with query that returns 2 series: **server1** and **server2**
- **server1** series cause the alert rule to fire and switch to state `Alerting`
- **server1** series causes the alert rule to fire and switch to state `Alerting`
- Notifications are sent out with message: _load peaking (server1)_
- In a subsequence evaluation of the same alert rule the **server2** series also cause the alert rule to fire
- No new notifications are sent as the alert rule is already in state `Alerting`.