mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
fix(template): Shorter threshold (30min -> 5min)
This commit is contained in:
parent
1eaca43d4b
commit
ab37274263
1 changed files with 1 additions and 1 deletions
2
rules.md
2
rules.md
|
|
@ -82,7 +82,7 @@ groups:
|
|||
{% highlight yaml %}
|
||||
- alert: {{ ruleNameCamelcase | remove: ' ' }}
|
||||
expr: {{ rule.query }}
|
||||
for: 30m
|
||||
for: 5m
|
||||
labels:
|
||||
severity: warning
|
||||
annotations:
|
||||
|
|
|
|||
Loading…
Reference in a new issue