From cd05d26895e0b03a5fb530aebf7665ef72b4138f Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 10 Jun 2024 10:01:46 +0530 Subject: [PATCH] Increase diff threshold for subgraph watcher alerts --- .../data/config/monitoring/watcher-alert-rules.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack_orchestrator/data/config/monitoring/watcher-alert-rules.yml b/stack_orchestrator/data/config/monitoring/watcher-alert-rules.yml index e5710565..a1ee9002 100644 --- a/stack_orchestrator/data/config/monitoring/watcher-alert-rules.yml +++ b/stack_orchestrator/data/config/monitoring/watcher-alert-rules.yml @@ -684,7 +684,7 @@ groups: name: Expression type: __expr__ uid: __expr__ - expression: ${diff} >= 16 + expression: ${diff} >= 32 intervalMs: 1000 maxDataPoints: 43200 refId: condition @@ -760,7 +760,7 @@ groups: name: Expression type: __expr__ uid: __expr__ - expression: ${diff} >= 16 + expression: ${diff} >= 32 intervalMs: 1000 maxDataPoints: 43200 refId: condition @@ -838,7 +838,7 @@ groups: name: Expression type: __expr__ uid: __expr__ - expression: ${diff} >= 16 + expression: ${diff} >= 32 intervalMs: 1000 maxDataPoints: 43200 refId: condition