From 79ff67268fe390fe1bf5ed52552f9f9949492cc8 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Tue, 10 Jun 2025 18:10:20 +0200 Subject: [PATCH] docs(alerting): Add Tutorials directory page under Best Practices (#106159) * docs(alerting): Add Tutorials directoy page under Best Practices * run prettier * Include latest tutorials * fix tutorial list --- .../alerting/best-practices/tutorials.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/sources/alerting/best-practices/tutorials.md diff --git a/docs/sources/alerting/best-practices/tutorials.md b/docs/sources/alerting/best-practices/tutorials.md new file mode 100644 index 00000000000..fbef5f36797 --- /dev/null +++ b/docs/sources/alerting/best-practices/tutorials.md @@ -0,0 +1,33 @@ +--- +canonical: https://grafana.com/docs/grafana/latest/alerting/best-practices/tutorials/ +description: This section provides a set of step-by-step tutorials guides to get started with Grafana Aletings. +keywords: + - grafana + - tutorials +labels: + products: + - cloud + - enterprise + - oss +menuTitle: Tutorials +title: Grafana Alerting tutorials +weight: 1800 +--- + +# Grafana Alerting tutorials + +This section provides step-by-step tutorials to help you learn Grafana Alerting and explore key features through practical, easy-to-follow examples. + +## Get started with Grafana Alerting + +- [Create and receive your first alert](https://grafana.com/tutorials/alerting-get-started/) +- [Create multi-dimensional alerts and route them](https://grafana.com/tutorials/alerting-get-started-pt2/) +- [Group alert notifications](https://grafana.com/tutorials/alerting-get-started-pt3/) +- [Template your alert notifications](https://grafana.com/tutorials/alerting-get-started-pt4/) + +## Additional tutorials + +- [Route alerts using dynamic labels](https://grafana.com/tutorials/alerting-get-started-pt5/) +- [Link alerts to visualizations](https://grafana.com/tutorials/alerting-get-started-pt6/) +- [Create alerts with log data](https://grafana.com/tutorials/create-alerts-with-logs/) +- [Create alerts with InfluxDB and Flux queries](https://grafana.com/tutorials/create-alerts-from-flux-queries/)