Skip to content

Commit c920b60

Browse files
authored
Add links to concepts inhibition and grouping to docs/configuration.md (#3644)
Signed-off-by: Karl-Philipp Richter <[email protected]>
1 parent 0f2b0c8 commit c920b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ If an alert does not match any children of a node (no matching child nodes, or
151151
none exist), the alert is handled based on the configuration parameters of the
152152
current node.
153153

154+
See [Alertmanager concepts](https://prometheus.io/docs/alerting/alertmanager/#grouping) for more information on grouping.
155+
154156
```yaml
155157
[ receiver: <string> ]
156158
# The labels by which incoming alerts are grouped together. For example,
@@ -364,6 +366,8 @@ Inhibition allows muting a set of alerts based on the presence of another set of
364366
alerts. This allows establishing dependencies between systems or services such that
365367
only the most relevant of a set of interconnected alerts are sent out during an outage.
366368

369+
See [Alertmanager concepts](https://prometheus.io/docs/alerting/alertmanager/#inhibition) for more information on inhibition.
370+
367371
### `<inhibit_rule>`
368372

369373
An inhibition rule mutes an alert (target) matching a set of matchers

0 commit comments

Comments
 (0)