docs/alerting:add missing step in tutorial (#108168)

* docs/alerting:add missing step in tutorial

* format
This commit is contained in:
antonio
2025-07-16 11:20:14 +02:00
committed by GitHub
parent 2c4bbf8b1d
commit d87f7ecfc1

View File

@ -182,6 +182,10 @@ Create a notification policy if you want to handle metrics returned by alert rul
{{< admonition type="note" >}}
If you dont have any contact points, add a [Contact point](https://grafana.com/tutorials/alerting-get-started/#create-a-contact-point).
{{</ admonition >}}
1. Enable Continue matching:
Turn on **Continue matching subsequent sibling nodes** so the evaluation continues even after one or more labels (i.e. `device` label) match.
1. Click **Save Policy**.
This new child policy routes alerts that match the label `device=desktop` to the Webhook contact point.