Changes for page Grafana
Last modified by Peter Wurbs on 2025/05/07 11:36
From version 21.2
edited by Peter Wurbs
on 2025/04/10 09:21
on 2025/04/10 09:21
Change comment:
There is no comment for this version
To version 21.5
edited by Peter Wurbs
on 2025/04/10 09:27
on 2025/04/10 09:27
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -93,4 +93,15 @@ 93 93 94 94 == Alerts == 95 95 96 - 96 +* Based on the data gathered via datasources, alerts can be defined. 97 +* In contrast to the classic alerting, the new Grafana Unified Alerting is set up mostly independent of specific dashboards. 98 +* Alerting configuration is split into 99 +** Alert rules 100 +** Contact points 101 +** Notification policies 102 +* How it works 103 +** Grafana alerting periodically queries data sources and evaluates the condition defined in the alert rule 104 +** If the condition is breached, an alert instance fires 105 +** Firing instances are routed to notification policies based on matching labels 106 +** Notifications are sent out to the contact points specified in the notification policy 107 +* Many contact point types like EMail, Teams