mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00:00
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:
parent
933aa367b4
commit
9875afc491
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user