Unverified Commit 83df7e3e authored by Björn Rabenstein's avatar Björn Rabenstein Committed by GitHub

Merge pull request #1297 from prometheus/beorn7/alerting

Update self-inhibition prevention docs for AM v0.17
parents 48563205 c5fb1f84
......@@ -210,11 +210,11 @@ Semantically, a missing label and a label with an empty value are the same
thing. Therefore, if all the label names listed in `equal` are missing from
both the source and target alerts, the inhibition rule will apply.
To prevent an alert from inhibiting itself, an inhibition rule will never
inhibit an alert that matches _both_ the target and the source side of the
rule. However, we recommend to choose target and source matchers in a way that
alerts never match both sides. It is much easier to reason about and does not
trigger this special case.
To prevent an alert from inhibiting itself, an alert that matches _both_ the
target and the source side of a rule cannot be inhibited by alerts for which
the same is true (including itself). However, we recommend to choose target and
source matchers in a way that alerts never match both sides. It is much easier
to reason about and does not trigger this special case.
```yaml
# Matchers that have to be fulfilled in the alerts to be muted.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment