mirror of https://github.com/grafana/grafana.git
[release-12.0.2] docs(alerting): Add Tutorials directory page under Best Practices (#106494)
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
(cherry picked from commit 79ff67268f)
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
This commit is contained in:
parent
f593454e54
commit
675172ec54
|
|
@ -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/)
|
||||
Loading…
Reference in New Issue