Increase diff threshold for subgraph watcher alerts

This commit is contained in:
Prathamesh Musale 2024-06-10 10:01:46 +05:30
parent a5142268aa
commit cd05d26895

View File

@ -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