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

Commit b204d43

Browse files
authored
Merge pull request #250 from gouthamve/alert-quicker
Alert quicker for broken runtime config
2 parents 698b359 + ee24709 commit b204d43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cortex-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)