mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
The metric is called 'thanos_compact_halted' (#243)
According to https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md
This commit is contained in:
parent
abfae043bb
commit
7c67f02ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -2014,7 +2014,7 @@ groups:
|
|||
- rules:
|
||||
- name: Thanos compaction halted
|
||||
description: Thanos compaction has failed to run and is now halted.
|
||||
query: 'thanos_compactor_halted == 1'
|
||||
query: 'thanos_compact_halted == 1'
|
||||
severity: critical
|
||||
- name: Thanos compact bucket operation failure
|
||||
description: Thanos compaction has failing storage operations
|
||||
|
|
|
|||
Loading…
Reference in a new issue