mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 08:42:33 +08:00

* Alerting docs: fix template example link * ran prettier * adjust spacing * Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Alerting docs: fix `Explore` ref link * updates other links * correcting link * Update docs/sources/alerting/alerting-rules/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * Update docs/sources/alerting/alerting-rules/templates/_index.md Co-authored-by: Jack Baldry <jack.baldry@grafana.com> * fix label ref --------- Co-authored-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com>
71 lines
3.6 KiB
Markdown
71 lines
3.6 KiB
Markdown
---
|
|
aliases:
|
|
- rules/ # /docs/grafana/<GRAFANA_VERSION>/alerting/rules/
|
|
- unified-alerting/alerting-rules/ # /docs/grafana/<GRAFANA_VERSION>/alerting/unified-alerting/alerting-rules/
|
|
- ./create-alerts/ # /docs/grafana/<GRAFANA_VERSION>/alerting/create-alerts/
|
|
canonical: https://grafana.com/docs/grafana/latest/alerting/alerting-rules/
|
|
description: Configure alert rules
|
|
labels:
|
|
products:
|
|
- cloud
|
|
- enterprise
|
|
- oss
|
|
title: Configure alert rules
|
|
weight: 120
|
|
refs:
|
|
alert-rules:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/fundamentals/alert-rules/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/fundamentals/alert-rules/
|
|
configure-grafana-alerts:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/alerting-rules/create-grafana-managed-rule/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/alerting-rules/create-grafana-managed-rule/
|
|
configure-ds-alerts:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/alerting-rules/create-data-source-managed-rule/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/alerting-rules/create-data-source-managed-rule/
|
|
recording-rules:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/alerting-rules/create-recording-rules/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/alerting-rules/create-recording-rules/
|
|
alert-types-comparison-table:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/fundamentals/alert-rules/#comparison-between-alert-rule-types
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/fundamentals/alert-rules/#comparison-between-alert-rule-types
|
|
templating-labels-annotations:
|
|
- pattern: /docs/grafana/
|
|
destination: /docs/grafana/<GRAFANA_VERSION>/alerting/fundamentals/templates/
|
|
- pattern: /docs/grafana-cloud/
|
|
destination: /docs/grafana-cloud/alerting-and-irm/alerting/fundamentals/templates/
|
|
---
|
|
|
|
# Configure alert rules
|
|
|
|
[Alert rules](ref:alert-rules) are the central component of your alerting system.
|
|
|
|
An alert rule consists of one or more queries and expressions that select the data you want to measure. It contains a condition to trigger the alert, an evaluation period that determines how often the rule is evaluated, and additional options to manage alert events and their notifications.
|
|
|
|
Grafana supports two types of alert rules:
|
|
|
|
1. Grafana-managed alert rules: These can query multiple data sources.
|
|
|
|
1. Data source-managed alert rules: These can only query Prometheus-based data sources and support horizontal scaling.
|
|
|
|
We recommend using Grafana-managed alert rules whenever possible, and opting for data source-managed alert rules when horizontal scaling is required. Refer to the [comparison table of alert rule types](ref:alert-types-comparison-table) for a more detailed overview.
|
|
|
|
Both types of alert rules can be configured in Grafana using the **+ New alert rule** flow. For step-by-step instructions, refer to:
|
|
|
|
- [Configure Grafana-managed alert rules](ref:configure-grafana-alerts)
|
|
- [Configure data source-managed alert rules](ref:configure-ds-alerts)
|
|
- [Create and link alert rules to panels](ref:templating-labels-annotations)
|
|
|
|
Alert rules can also query metrics generated by recording rules. To learn more, refer to:
|
|
|
|
- [Create recording rules](ref:recording-rules)
|