Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit edf4ec1

Browse files
committed
Fix severity for CortexCompactorRunFailed
1 parent 3eb2d42 commit edf4ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/compactor.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
increase(cortex_compactor_runs_failed_total[2h]) > 1
7171
|||,
7272
labels: {
73-
severity: 'warning',
73+
severity: 'critical',
7474
},
7575
annotations: {
7676
message: |||

0 commit comments

Comments
 (0)