From 7c67f02ee689302ef4014fb0b8405fc9071dcaab Mon Sep 17 00:00:00 2001 From: Christian Zenker Date: Tue, 21 Sep 2021 15:48:27 +0200 Subject: [PATCH] The metric is called 'thanos_compact_halted' (#243) According to https://github.com/thanos-io/thanos/blob/main/examples/alerts/alerts.md --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index e0158d1..b933c0a 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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