Clarify: all rules in a group are concomitant (#8248)

Improve the documentation to clarify the differences beetween rules in a
group and outside a group.

Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
pull/8252/head
Thibault Jamet 2020-12-03 11:32:10 +01:00 committed by GitHub
parent 8b64b70fe4
commit f055690b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -45,8 +45,9 @@ dashboards, which need to query the same expression repeatedly every time they
refresh.
Recording and alerting rules exist in a rule group. Rules within a group are
run sequentially at a regular interval. The names of recording rules
must be [valid metric names](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).
run sequentially at a regular interval, with the same evaluation time.
The names of recording rules must be
[valid metric names](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).
The names of alerting rules must be
[valid label values](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).