Skip to content

Commit

Permalink
update query according to the mixins
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Sep 5, 2024
1 parent aa506d5 commit 3da368f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ spec:
annotations:
description: 'Mimir compactor has been failing its compactions for 2 hours.'
opsrecipe: mimir/
expr: sum(increase(cortex_compactor_runs_failed_total[1h])) by (cluster_id, installation, namespace, pipeline, provider) > 0
for: 2h
expr: sum(increase(cortex_compactor_runs_failed_total{reason!="shutdown"}[2h])) by (cluster_id, installation, namespace, pipeline, provider) > 2
labels:
area: platform
cancel_if_cluster_status_creating: "true"
Expand Down

0 comments on commit 3da368f

Please sign in to comment.