diff --git a/docs/configuration/alerting_rules.md b/docs/configuration/alerting_rules.md index c9c81bb93..74f6c02b1 100644 --- a/docs/configuration/alerting_rules.md +++ b/docs/configuration/alerting_rules.md @@ -86,7 +86,7 @@ the "Alerts" tab of your Prometheus instance. This will show you the exact 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="", alertstate="pending|firing", }`. +the form `ALERTS{alertname="", alertstate="", }`. The sample value is set to `1` as long as the alert is in the indicated active (pending or firing) state, and the series is marked stale when this is no longer the case.