Browse Source

fix inconsistant example rule (#5605)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
pull/5609/head
Carl Bergquist 6 years ago committed by Brian Brazil
parent
commit
9ba2f13c5e
  1. 2
      docs/configuration/alerting_rules.md

2
docs/configuration/alerting_rules.md

@ -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…
Cancel
Save