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

Commit ee24709

Browse files
committed
Alert quicker for broken runtime config
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 698b359 commit ee24709

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)