fix inconsistant example rule (#5605)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
22824c2e08
commit
9ba2f13c5e
|
@ -22,7 +22,7 @@ An example rules file with an alert would be:
|
|||
groups:
|
||||
- name: example
|
||||
rules:
|
||||
- alert: HighErrorRate
|
||||
- alert: HighRequestLatency
|
||||
expr: job:request_latency_seconds:mean5m{job="myjob"} > 0.5
|
||||
for: 10m
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue