From 6a68cc87a91770976b53846356e0cdc683c24306 Mon Sep 17 00:00:00 2001 From: antonio <45235678+tonypowa@users.noreply.github.com> Date: Mon, 24 Jun 2024 13:01:14 +0200 Subject: [PATCH] alerting tutorial fixes (#89606) --- docs/sources/tutorials/alerting-get-started-pt2/index.md | 4 +--- docs/sources/tutorials/alerting-get-started/index.md | 8 ++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/sources/tutorials/alerting-get-started-pt2/index.md b/docs/sources/tutorials/alerting-get-started-pt2/index.md index 5a1ae5709e4..340c27144d0 100644 --- a/docs/sources/tutorials/alerting-get-started-pt2/index.md +++ b/docs/sources/tutorials/alerting-get-started-pt2/index.md @@ -17,8 +17,6 @@ weight: 50 # Get started with Grafana Alerting - Part 2 -## Introduction - This is part 2 of the [Get Started with Grafana Alerting tutorial](http://grafana.com/tutorials/alerting-get-started/). In this guide, we dig into more complex yet equally fundamental elements of Grafana Alerting: **alert instances** and **notification policies**. @@ -65,7 +63,7 @@ Create a notification policy if you want to handle metrics returned by alert rul 1. In the field **Label** enter `device`, and in the field **Value** enter `desktop`. 1. From the **Contact point** drop-down, choose **Webhook**. {{< admonition type="note" >}} - If you don’t have any contact points, add a [Contact point](http://localhost:3002/docs/grafana/latest/tutorials/alerting-get-started/#create-a-contact-point). + If you don’t have any contact points, add a [Contact point](https://grafana.com/tutorials/alerting-get-started/#create-a-contact-point). {{}} 1. Click **Save Policy**. diff --git a/docs/sources/tutorials/alerting-get-started/index.md b/docs/sources/tutorials/alerting-get-started/index.md index 15357f0fa0a..84077ad7dee 100644 --- a/docs/sources/tutorials/alerting-get-started/index.md +++ b/docs/sources/tutorials/alerting-get-started/index.md @@ -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.