alerting tutorial fixes (#89606)

This commit is contained in:
antonio
2024-06-24 13:01:14 +02:00
committed by GitHub
parent 78a85126f5
commit 6a68cc87a9
2 changed files with 9 additions and 3 deletions
@@ -25,6 +25,10 @@ In this tutorial you will:
- Set up an alert rule.
- Receive firing and resolved alert notifications in a public webhook.
{{< admonition type="tip" >}}
Check out [Part 2](http://grafana.com/tutorials/alerting-get-started-pt2/) if you want to learn more about alerts and notification routing.
{{< /admonition >}}
## Before you begin
### Grafana Cloud users
@@ -184,6 +188,10 @@ To edit the Alert rule:
By incrementing the threshold, the condition is no longer met, and after the evaluation interval has concluded (1 minute approx.), you should receive an alert notification with status **“Resolved”**.
## Learn more
Your learning journey continues in [Part 2](http://grafana.com/tutorials/alerting-get-started-pt2/) where you will learn about alert instances and notification routing.
## Summary
In this tutorial, you have learned how to set up a contact point, create an alert, and send alert notifications to a public Webhook. By following these steps, you’ve gained a foundational understanding of how to leverage Grafana Alerting capabilities to monitor and respond to events of interest in your data.