fix(template): Shorter threshold (30min -> 5min)

This commit is contained in:
Samuel Berthe 2019-07-14 17:54:05 +02:00 committed by GitHub
parent 1eaca43d4b
commit ab37274263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ groups:
{% highlight yaml %}
- alert: {{ ruleNameCamelcase | remove: ' ' }}
expr: {{ rule.query }}
for: 30m
for: 5m
labels:
severity: warning
annotations: