Skip to content

Commit

Permalink
Merge pull request grafana/cortex-jsonnet#288 from grafana/fix-compac…
Browse files Browse the repository at this point in the history
…tor-alert

Fixed CortexCompactorRunFailed threshold
  • Loading branch information
pracucci authored Apr 2, 2021
2 parents 2715796 + 73c6770 commit 5862286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/mimir-mixin/alerts/compactor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
// Alert if compactor fails.
alert: 'CortexCompactorRunFailed',
expr: |||
increase(cortex_compactor_runs_failed_total[2h]) > 1
increase(cortex_compactor_runs_failed_total[2h]) >= 2
|||,
labels: {
severity: 'critical',
Expand Down

0 comments on commit 5862286

Please sign in to comment.