From 413892c4c30fc5bc58ce110d5913fff848baf53f Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Thu, 21 Nov 2024 07:24:07 +0100 Subject: [PATCH] Update configuration.md Signed-off-by: Charles Uneze --- docs/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 89403ca8..f275aa22 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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: ] + # 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.