fix inconsistant example rule (#5605)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist 2019-05-29 11:46:00 +02:00 committed by Brian Brazil
parent 22824c2e08
commit 9ba2f13c5e
1 changed files with 1 additions and 1 deletions

View File

@ -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: