Docs: target_match and source_match are DEPRECATED (#2665)
* target_match and source_match are DEPRECATED Signed-off-by: Dmitry Tolstoy <A-styler@ya.ru>
This commit is contained in:
parent
75932c7e40
commit
12dd20ced2
|
@ -149,10 +149,10 @@ route:
|
|||
# We use this to mute any warning-level notifications if the same alert is
|
||||
# already critical.
|
||||
inhibit_rules:
|
||||
- source_match:
|
||||
severity: 'critical'
|
||||
target_match:
|
||||
severity: 'warning'
|
||||
- source_matchers:
|
||||
- severity="critical"
|
||||
target_matchers:
|
||||
- severity="warning"
|
||||
# Apply inhibition if the alertname is the same.
|
||||
# CAUTION:
|
||||
# If all label names listed in `equal` are missing
|
||||
|
|
Loading…
Reference in New Issue