Update configuration.md

Signed-off-by: Charles Uneze <charlesniklaus@gmail.com>
This commit is contained in:
Charles Uneze 2024-11-21 07:24:07 +01:00 committed by GitHub
parent 82b89dc769
commit 413892c4c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -175,7 +175,10 @@ current node.
See [Alertmanager concepts](https://prometheus.io/docs/alerting/alertmanager/#grouping) for more information on grouping.
```yaml
# The default receiver is required. It acts as a last resort for alerts
# that don't match any specific route.
[ receiver: <string> ]
# The labels by which incoming alerts are grouped together. For example,
# multiple alerts coming in for cluster=A and alertname=LatencyHigh would
# be batched into a single group.