Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
83df7e3e
Unverified
Commit
83df7e3e
authored
May 02, 2019
by
Björn Rabenstein
Committed by
GitHub
May 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1297 from prometheus/beorn7/alerting
Update self-inhibition prevention docs for AM v0.17
parents
48563205
c5fb1f84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
configuration.md
content/docs/alerting/configuration.md
+5
-5
No files found.
content/docs/alerting/configuration.md
View file @
83df7e3e
...
...
@@ -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
t
o reason about and does not t
rigger this special case.
```
yaml
# Matchers that have to be fulfilled in the alerts to be muted.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment