From 71b56dbb957dee1d0d23411d6101d282b511cabc Mon Sep 17 00:00:00 2001 From: antonio <45235678+tonypowa@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:06:51 +0200 Subject: [PATCH] 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> --- .../tutorials/alerting-get-started/index.md | 32 +++++++++++++++---- .../tutorials/grafana-fundamentals/index.md | 16 ++++++++++ 2 files changed, 41 insertions(+), 7 deletions(-) diff --git a/docs/sources/tutorials/alerting-get-started/index.md b/docs/sources/tutorials/alerting-get-started/index.md index d1a5c91c9fa..1b7ea42a167 100644 --- a/docs/sources/tutorials/alerting-get-started/index.md +++ b/docs/sources/tutorials/alerting-get-started/index.md @@ -32,7 +32,21 @@ In this tutorial you will: - Set up an alert rule. - 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. + + +{{< 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 >}} + + + +{{< 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 >}} @@ -265,16 +279,20 @@ By incrementing the threshold, the condition is no longer met, and after the eva ## 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 +{{< 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, you’ve 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/). + -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 >}} diff --git a/docs/sources/tutorials/grafana-fundamentals/index.md b/docs/sources/tutorials/grafana-fundamentals/index.md index 5c4d710d4fe..f92da6381bb 100644 --- a/docs/sources/tutorials/grafana-fundamentals/index.md +++ b/docs/sources/tutorials/grafana-fundamentals/index.md @@ -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" >}} + + +{{< admonition type="tip" >}} + +Check out our [advanced alerting tutorial](http://grafana.com/tutorials/alerting-get-started-pt2/) for more insights and tips. + +{{< /admonition >}} + + + +{{< docs/ignore >}} + +> Check out our [advanced alerting tutorial](http://grafana.com/tutorials/alerting-get-started-pt2/) for more insights and tips. + +{{< /docs/ignore >}} + ## 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: