diff --git a/docs/configuration.md b/docs/configuration.md index 13bc3bc4c8..5da0e2910e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -413,6 +413,17 @@ source_matchers: # alert for the inhibition to take effect. [ equal: '[' , ... ']' ] +# Label pairs that must have an equal value in the source and target +# alert for the inhibition to take effect. +equal_pairs: + [ - ... ] + +``` + +#### `` +```yaml +source_label: +target_label: ``` ## Label matchers