mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 17:37:19 +08:00
Update rules.yml
This commit is contained in:
parent
eb3220c8d7
commit
15e3131547
1 changed files with 1 additions and 1 deletions
|
|
@ -2569,7 +2569,7 @@ groups:
|
|||
rules:
|
||||
- name: Loki process too many restarts
|
||||
description: A loki process had too many restarts (target {{ $labels.instance }})
|
||||
query: changes(process_start_time_seconds{job=~"loki"}[15m]) > 2
|
||||
query: changes(process_start_time_seconds{job=~".*loki.*"}[15m]) > 2
|
||||
severity: warning
|
||||
- name: Loki request errors
|
||||
description: The {{ $labels.job }} and {{ $labels.route }} are experiencing errors
|
||||
|
|
|
|||
Loading…
Reference in a new issue