alerting tutorial: improve visibility of part 2 (#91795)

* alerting tutorial: improve visibility of part 2

* changed wording

* Update docs/sources/tutorials/alerting-get-started/index.md

Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>

* applied suggestions

* fixed admon

* all pretty no pity

---------

Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
This commit is contained in:
antonio 2024-08-13 13:06:51 +02:00 committed by GitHub
parent 8961f392f0
commit 71b56dbb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 41 additions and 7 deletions

View File

@ -32,7 +32,21 @@ In this tutorial you will:
- Set up an alert rule. - Set up an alert rule.
- Receive firing and resolved alert notifications in a public webhook. - Receive firing and resolved alert notifications in a public webhook.
Check out [Part 2](http://grafana.com/tutorials/alerting-get-started-pt2/) if you want to learn more about alerts and notification routing. <!-- INTERACTIVE ignore START -->
{{< admonition type="tip" >}}
Before you dive in, remember that you can [explore advanced topics like alert instances and notification routing](http://grafana.com/tutorials/alerting-get-started-pt2/) in the second part of this guide.
{{< /admonition >}}
<!-- INTERACTIVE ignore END -->
{{< docs/ignore >}}
> Before you dive in, remember that you can [explore advanced topics like alert instances and notification routing](http://grafana.com/tutorials/alerting-get-started-pt2/) in the second part of this guide.
{{< /docs/ignore >}}
<!-- INTERACTIVE page intro.md END --> <!-- INTERACTIVE page intro.md END -->
@ -265,16 +279,20 @@ By incrementing the threshold, the condition is no longer met, and after the eva
## Learn more ## 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. <!-- INTERACTIVE ignore START -->
## Summary {{< admonition type="tip" >}}
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, youve gained a foundational understanding of how to leverage Grafana Alerting capabilities to monitor and respond to events of interest in your data. Advance your skills by exploring [alert instances and notification routing](http://grafana.com/tutorials/alerting-get-started-pt2/) in Part 2 of your learning journey.
Feel free to experiment with different [contact points](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/) to customize your alert notifications and discover the configuration that best suits your needs. {{< /admonition >}}
If you run into any problems, you are welcome to post questions in our [Grafana Community forum](https://community.grafana.com/). <!-- INTERACTIVE ignore END -->
Happy monitoring! {{< docs/ignore >}}
Advance your skills by exploring [alert instances and notification routing](http://grafana.com/tutorials/alerting-get-started-pt2/) in Part 2 of your learning journey.
{{< /docs/ignore >}}
<!-- INTERACTIVE page finish.md END --> <!-- INTERACTIVE page finish.md END -->

View File

@ -389,6 +389,22 @@ Let's see how we can configure this.
{{< figure src="/media/tutorials/grafana-alert-on-dashboard.png" alt="A panel in a Grafana dashboard with alerting and annotations configured" caption="Displaying Grafana Alerts on a dashboard" >}} {{< figure src="/media/tutorials/grafana-alert-on-dashboard.png" alt="A panel in a Grafana dashboard with alerting and annotations configured" caption="Displaying Grafana Alerts on a dashboard" >}}
<!-- INTERACTIVE ignore START -->
{{< admonition type="tip" >}}
Check out our [advanced alerting tutorial](http://grafana.com/tutorials/alerting-get-started-pt2/) for more insights and tips.
{{< /admonition >}}
<!-- INTERACTIVE ignore END -->
{{< docs/ignore >}}
> Check out our [advanced alerting tutorial](http://grafana.com/tutorials/alerting-get-started-pt2/) for more insights and tips.
{{< /docs/ignore >}}
## Summary ## Summary
In this tutorial you learned about fundamental features of Grafana. To do so, we ran several Docker containers on your local machine. When you are ready to clean up this local tutorial environment, run the following command: In this tutorial you learned about fundamental features of Grafana. To do so, we ran several Docker containers on your local machine. When you are ready to clean up this local tutorial environment, run the following command: