Classic dashboard alerts
This documentation topic discusses legacy alerting in Grafana. This will not be supported in future versions of Amazon Managed Grafana. You can migrate to Grafana alerting to use the latest alerting features. For more information, see one of the following topics.
For Grafana workspaces that support Grafana version 10.x, see Alerts in Grafana version 10.
For Grafana workspaces that support Grafana version 9.x, see Alerts in Grafana version 9.
For Grafana workspaces that support Grafana version 8.x, see Grafana alerting.
Note
This section describes the classic dashboard alerts system in Grafana. To learn about migrating to, and using, the new Grafana alerting, which is designed to view Prometheus Alertmanager alerts along with Grafana alerts, see Alerts in Grafana version 10.
GrafanaLabs has announced the removal of classic dashboard alerts in version 11 of Grafana.
Classic dashboard alerts consist of two parts:
-
Alert rules – When the alert is triggered. Alert rules are defined by one or more conditions that are regularly evaluated by Grafana.
-
Notification channel – How the alert is delivered. When the conditions of an alert rule are met, the Grafana notifies the channels configured for that alert.
Currently, only the graph panel visualization supports alerts.
Alert configuration
You can configure alerts in your Amazon Managed Grafana workspace.
-
Add or edit an alert notification channel. For more information, see Notifications.
-
Create an alert rule. For more information, see Creating alerts.
-
View existing alert rules and their current state. For more information, see Viewing existing alert rules.
-
Test alert rules and troubleshoot. For more information, see Troubleshooting alerts.
Clustering
Currently, alerting supports a limited form of high availability. Alert notifications are deduplicated when you run multiple workspaces. This means that all alerts are run on every server, but no duplicate alert notifications are sent due to the deduping logic.
Notifications
You can create alert rules with detailed messages including information such as how you might solve the issue, a link to a runbook, and so on.
The actual notifications are configured and shared between multiple alerts.
Alert execution
Alert rules are evaluated in Amazon Managed Grafana in a scheduler and query execution engine.