mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 15:32:48 +00:00
Update ALERTS docs for 2.0 staleness changes. (#4116)
Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
This commit is contained in:
parent
809881d7f5
commit
fbe66819c5
@ -86,9 +86,8 @@ label sets for which each defined alert is currently active.
|
||||
For pending and firing alerts, Prometheus also stores synthetic time series of
|
||||
the form `ALERTS{alertname="<alert name>", alertstate="pending|firing", <additional alert labels>}`.
|
||||
The sample value is set to `1` as long as the alert is in the indicated active
|
||||
(pending or firing) state, and a single `0` value gets written out when an alert
|
||||
transitions from active to inactive state. Once inactive, the time series does
|
||||
not get further updates.
|
||||
(pending or firing) state, and the series is marked stale when this is no
|
||||
longer the case.
|
||||
|
||||
### Sending alert notifications
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user