Update rules.yml

This commit is contained in:
Samuel Berthe 2023-08-15 19:36:22 +02:00 committed by GitHub
parent eb3220c8d7
commit 15e3131547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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