Skip to content

Commit

Permalink
fix: loki alerting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent 2a223c6 commit a8b6b56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
- name: loki
rules:
- alert: LokiMetricsWriteFailed
expr: sum (loki_ruler_wal_prometheus_remote_storage_samples_failed_total) > 0
expr: increase (loki_ruler_wal_prometheus_remote_storage_samples_failed_total[1m]) > 0
for: 1m
labels:
severity: critical
Expand Down

0 comments on commit a8b6b56

Please sign in to comment.