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 <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-07-06 23:00:16 +02:00 committed by GitHub
parent 933aa367b4
commit 9875afc491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: <string>
# The PromQL expression to evaluate. Every evaluation cycle this is