diff --git a/docs/sources/alerting/fundamentals/alert-rules/_index.md b/docs/sources/alerting/fundamentals/alert-rules/_index.md index 6a228cc7a10..5f3bef2749d 100644 --- a/docs/sources/alerting/fundamentals/alert-rules/_index.md +++ b/docs/sources/alerting/fundamentals/alert-rules/_index.md @@ -2,8 +2,11 @@ aliases: - ../fundamentals/data-source-alerting/ # /docs/grafana//alerting/fundamentals/data-source-alerting/ - ../fundamentals/alert-rules/alert-instances/ # /docs/grafana//alerting/fundamentals/alert-rules/alert-instances/ + - ../fundamentals/alert-rules/organising-alerts/ # /docs/grafana//alerting/fundamentals/alert-rules/organising-alerts/ - ../fundamentals/alert-rules/recording-rules/ # /docs/grafana//alerting/fundamentals/alert-rules/recording-rules/ - ../fundamentals/alert-rules/alert-rule-types/ # /docs/grafana//alerting/fundamentals/alert-rules/alert-rule-types/ + - ../unified-alerting/alerting-rules/edit-cortex-loki-namespace-group/ # /docs/grafana//alerting/unified-alerting/alerting-rules/edit-cortex-loki-namespace-group/ + - ../unified-alerting/alerting-rules/edit-mimir-loki-namespace-group/ # /docs/grafana//alerting/unified-alerting/alerting-rules/edit-mimir-loki-namespace-group/ canonical: https://grafana.com/docs/grafana/latest/alerting/fundamentals/alert-rules/ description: Learn about alert rules keywords: @@ -116,5 +119,7 @@ When choosing which alert rule type to use, consider the following comparison be | Includes support for recording rules | No | Yes | | Add expressions to transform your data and set alert conditions | Yes | No | | Use images in alert notifications | Yes | No | +| Organization | Organize and manage access with folders | Use namespaces | +| Evaluation of alert rules in the same evaluation group | Concurrent evaluation | Sequential evaluation | | Scaling | More resource intensive, depend on the database, and are likely to suffer from transient errors. They only scale vertically. | Store alert rules within the data source itself and allow for “infinite” scaling. Generate and send alert notifications from the location of your data. | | Alert rule evaluation and delivery | Alert rule evaluation and delivery is done from within Grafana, using an external Alertmanager; or both. | Alert rule evaluation and alert delivery is distributed, meaning there is no single point of failure. | diff --git a/docs/sources/alerting/fundamentals/alert-rules/organising-alerts.md b/docs/sources/alerting/fundamentals/alert-rules/organising-alerts.md deleted file mode 100644 index 1d7c73834c6..00000000000 --- a/docs/sources/alerting/fundamentals/alert-rules/organising-alerts.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -aliases: - - ../../unified-alerting/alerting-rules/edit-cortex-loki-namespace-group/ # /docs/grafana//alerting/unified-alerting/alerting-rules/edit-cortex-loki-namespace-group/ - - ../../unified-alerting/alerting-rules/edit-mimir-loki-namespace-group/ # /docs/grafana//alerting/unified-alerting/alerting-rules/edit-mimir-loki-namespace-group/ -canonical: https://grafana.com/docs/grafana/latest/alerting/fundamentals/alert-rules/organising-alerts/ -description: Learn about organizing alerts using namespaces, folders, and groups -keywords: - - grafana - - alerting - - organization -labels: - products: - - cloud - - enterprise - - oss -title: Namespaces, folders, and groups -weight: 107 ---- - -## Namespaces, folders, and groups - -Alerts can be organized using folders for Grafana-managed rules and namespaces for Mimir or Loki rules and group names. - -### Namespaces and folders - -When creating Grafana-managed rules, the folder can be used to perform access control and grant or deny access to all rules within a specific folder. - -A namespace contains one or more groups. The rules within a group are run sequentially at a regular interval. The default interval is one (1) minute. You can rename Grafana Mimir or Loki rule namespaces and groups, and edit group evaluation intervals. - -### Groups - -The rules within a group are run sequentially at a regular interval, meaning no rules are evaluated at the same time and in order of appearance. The default interval is one (1) minute. You can rename Grafana Mimir or Loki rule namespaces and groups, and edit group evaluation intervals. - -> **Note** If you want rules to be evaluated concurrently and with different intervals, consider storing them in different groups. - -> **Note** Grafana managed alert rules are evaluated concurrently instead of sequentially.