Add links to concepts inhibition and grouping to docs/configuration.md (#3644)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
This commit is contained in:
Karl-Philipp Richter 2023-12-18 19:25:23 +01:00 committed by GitHub
parent 0f2b0c8286
commit c920b605b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,8 @@ If an alert does not match any children of a node (no matching child nodes, or
none exist), the alert is handled based on the configuration parameters of the
current node.
See [Alertmanager concepts](https://prometheus.io/docs/alerting/alertmanager/#grouping) for more information on grouping.
```yaml
[ receiver: <string> ]
# 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
alerts. This allows establishing dependencies between systems or services such that
only the most relevant of a set of interconnected alerts are sent out during an outage.
See [Alertmanager concepts](https://prometheus.io/docs/alerting/alertmanager/#inhibition) for more information on inhibition.
### `<inhibit_rule>`
An inhibition rule mutes an alert (target) matching a set of matchers