From 9875afc491983cc7462fef336ab1c6b67da45020 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 6 Jul 2020 23:00:16 +0200 Subject: [PATCH] Fix the type of the alert name (#7523) The alert name should be a valid label value, not a metric name. Signed-off-by: Julien Pivotto --- docs/configuration/recording_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/recording_rules.md b/docs/configuration/recording_rules.md index 4416988d47..4e4fad6d02 100644 --- a/docs/configuration/recording_rules.md +++ b/docs/configuration/recording_rules.md @@ -98,7 +98,7 @@ labels: The syntax for alerting rules is: ``` -# The name of the alert. Must be a valid metric name. +# The name of the alert. Must be a valid label value. alert: # The PromQL expression to evaluate. Every evaluation cycle this is