mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 17:07:24 +08:00
Merge branch 'master' of github.com:samber/awesome-prometheus-alerts
This commit is contained in:
commit
fc3e72041c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ groups:
|
|||
severity: error
|
||||
- name: Prometheus rule evaluation slow
|
||||
description: 'Prometheus rule evaluation took more time than the scheduled interval. I indicates a slower storage backend access or too complex query.'
|
||||
query: 'prometheus_rule_group_last_duration_seconds < prometheus_rule_group_interval_seconds'
|
||||
query: 'prometheus_rule_group_last_duration_seconds > prometheus_rule_group_interval_seconds'
|
||||
severity: warning
|
||||
- name: Prometheus notifications backlog
|
||||
description: The Prometheus notification queue has not been empty for 10 minutes
|
||||
|
|
|
|||
Loading…
Reference in a new issue