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

Commit 6c26c63

Browse files
committed
Fixed range.
1 parent 6ba12c0 commit 6c26c63

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[3h]) > 1
70+
increase(cortex_compactor_runs_failed_total[2h]) > 1
7171
|||,
7272
labels: {
7373
severity: 'warning',

0 commit comments

Comments
 (0)