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

Commit abc79da

Browse files
authored
Merge pull request #214 from grafana/compactor-alert-critical
Fix severity for CortexCompactorRunFailed alert.
2 parents 3eb2d42 + edf4ec1 commit abc79da

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)