From ee247090c3a5377634d9c9f1877f85e8fb0867e4 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Mon, 18 Jan 2021 17:10:34 +0100 Subject: [PATCH] Alert quicker for broken runtime config Signed-off-by: Goutham Veeramachaneni --- cortex-mixin/alerts/alerts.libsonnet | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cortex-mixin/alerts/alerts.libsonnet b/cortex-mixin/alerts/alerts.libsonnet index 9fe04928..6cf9f2d5 100644 --- a/cortex-mixin/alerts/alerts.libsonnet +++ b/cortex-mixin/alerts/alerts.libsonnet @@ -121,7 +121,8 @@ or cortex_overrides_last_reload_successful == 0 |||, - 'for': '15m', + // Alert quicker for human errors. + 'for': '5m', labels: { severity: 'warning', },