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

Commit 6ba12c0

Browse files
committed
Update alert expression.
1 parent f61c029 commit 6ba12c0

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
@@ -67,7 +67,7 @@
6767
// Alert if compactor fails.
6868
alert: 'CortexCompactorRunFailed',
6969
expr: |||
70-
increase(cortex_compactor_runs_failed_total[10m]) > 0
70+
increase(cortex_compactor_runs_failed_total[3h]) > 1
7171
|||,
7272
labels: {
7373
severity: 'warning',

0 commit comments

Comments
 (0)