Skip to content

Commit

Permalink
docs: add docs for equal_pairs option
Browse files Browse the repository at this point in the history
  • Loading branch information
swoga committed Sep 15, 2023
1 parent d7e399f commit 5353a2c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,17 @@ source_matchers:
# alert for the inhibition to take effect.
[ equal: '[' <labelname>, ... ']' ]
# Label pairs that must have an equal value in the source and target
# alert for the inhibition to take effect.
equal_pairs:
[ - <label_pair> ... ]
```

#### `<label_pair>`
```yaml
source_label: <labelname>
target_label: <labelname>
```

## Label matchers
Expand Down

0 comments on commit 5353a2c

Please sign in to comment.