mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +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 %}
|
{% highlight yaml %}
|
||||||
- alert: {{ ruleNameCamelcase | remove: ' ' }}
|
- alert: {{ ruleNameCamelcase | remove: ' ' }}
|
||||||
expr: {{ rule.query }}
|
expr: {{ rule.query }}
|
||||||
for: 30m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue