Skip to content

Commit a985343

Browse files
authored
Merge pull request grafana/cortex-jsonnet#250 from gouthamve/alert-quicker
Alert quicker for broken runtime config
2 parents 4dd9dbb + e5c978b commit a985343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonnet/mimir-mixin/alerts/alerts.libsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
or
122122
cortex_overrides_last_reload_successful == 0
123123
|||,
124-
'for': '15m',
124+
// Alert quicker for human errors.
125+
'for': '5m',
125126
labels: {
126127
severity: 'warning',
127128
},

0 commit comments

Comments
 (0)