mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 02:46:59 +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:
|
rules:
|
||||||
- name: Loki process too many restarts
|
- name: Loki process too many restarts
|
||||||
description: A loki process had too many restarts (target {{ $labels.instance }})
|
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
|
severity: warning
|
||||||
- name: Loki request errors
|
- name: Loki request errors
|
||||||
description: The {{ $labels.job }} and {{ $labels.route }} are experiencing errors
|
description: The {{ $labels.job }} and {{ $labels.route }} are experiencing errors
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue