Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

Overview of Grafana 8 alerts

Alerts allow you to know about problems in your systems moments after they occur. Robust and actionable alerts help you identify and resolve issues quickly, minimizing disruption to your services.

Note: This information is for the new, Grafana 8 Alerts. This is an opt-in feature released in Grafana 8.0. Grafana still supports legacy dashboard alerts out of the box

Alerts have four main components:

  • Alerting rule - One or more query and/or expression, a condition, the frequency of evaluation, and the (optional) duration that a condition must be met before creating an alert.
  • Contact point - A channel for sending notifications when the conditions of an alerting rule are met.
  • Notification policy - A set of matching and grouping criteria used to determine where, and how frequently, to send notifications.
  • Silences - Date and matching criteria used to silence notifications.

Alerting tasks

You can perform the following tasks for alerts:

Clustering

The current alerting system doesn’t support high availability. Alert notifications are not deduplicated and load balancing is not supported between instances e.g. silences from one instance will not appear in the other. The Grafana team aims to have this feature by Grafana version 8.1+.

Alert evaluation

Grafana managed alerts are evaluated by the Grafana backend. Rule evaluations are scheduled, according to the alert rule configuration, and queries are evaluated by an engine that is part of core Grafana.

Alerting rules can only query backend data sources with alerting enabled:

  • builtin or developed and maintained by grafana: Graphite, Prometheus, Loki, InfluxDB, Elasticsearch, Google Cloud Monitoring, Cloudwatch, Azure Monitor, MySQL, PostgreSQL, MSSQL, OpenTSDB, Oracle, and Azure Data Explorer
  • any community backend data sources with alerting enabled (backend and alerting properties are set in the plugin.json)

Metrics from the alerting engine

The alerting engine publishes some internal metrics about itself. You can read more about how Grafana publishes internal metrics.

Metric NameTypeDescription
alerting.alertsgaugeHow many alerts by state
alerting.request_duration_secondshistogramHistogram of requests to the Alerting API
alerting.active_configurationsgaugeThe number of active, non default Alertmanager configurations for grafana managed alerts
alerting.rule_evaluations_totalcounterThe total number of rule evaluations
alerting.rule_evaluation_failures_totalcounterThe total number of rule evaluation failures
alerting.rule_evaluation_duration_secondssummaryThe duration for a rule to execute
alerting.rule_group_rulesgaugeThe number of rules