mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 09:58:16 +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:
|
- rules:
|
||||||
- name: Thanos compaction halted
|
- name: Thanos compaction halted
|
||||||
description: Thanos compaction has failed to run and is now halted.
|
description: Thanos compaction has failed to run and is now halted.
|
||||||
query: 'thanos_compactor_halted == 1'
|
query: 'thanos_compact_halted == 1'
|
||||||
severity: critical
|
severity: critical
|
||||||
- name: Thanos compact bucket operation failure
|
- name: Thanos compact bucket operation failure
|
||||||
description: Thanos compaction has failing storage operations
|
description: Thanos compaction has failing storage operations
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue