mirror of https://github.com/grafana/loki
TOC Sync: Move alerting and recording rules under Alert. (#8805)
**Which issue(s) this PR fixes**: Fixes #8717 **Special notes for your reviewer**: Part of the Database products table of contents alignment project. Moves alerting and recording rules from Rules to new Alert heading in TOC. Updates front matter for the topic. Fixes links broken by the move.pull/8829/head
parent
55045add93
commit
a99bbc9440
@ -1,12 +1,22 @@ |
||||
--- |
||||
title: Alerting and recording rules |
||||
menuTitle: Alert |
||||
description: Learn how the rule evaluates queries for alerting. |
||||
|
||||
aliases: |
||||
- /alerting/ |
||||
title: Alerting and Recording Rules |
||||
description: Alerting and Recording Rules |
||||
weight: 700 |
||||
- /docs/loki/latest/rules/ |
||||
- docs/loki/latest/alert/ |
||||
- docs/loki/latest/alerting/ |
||||
|
||||
weight: 850 |
||||
keywords: |
||||
- loki |
||||
- alert |
||||
- alerting |
||||
- ruler |
||||
--- |
||||
|
||||
# Alerting and Recording Rules |
||||
# Alerting and recording rules |
||||
|
||||
Grafana Loki includes a component called the ruler. The ruler is responsible for continually evaluating a set of configurable queries and performing an action based on the result. |
||||
|
||||
Loading…
Reference in new issue