mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08: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 a new issue