Increase diff threshold for subgraph watcher alerts
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 35s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m44s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m24s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m24s
Smoke Test / Run basic test suite (pull_request) Successful in 4m19s

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 name: Expression
type: __expr__ type: __expr__
uid: __expr__ uid: __expr__
expression: ${diff} >= 16 expression: ${diff} >= 32
intervalMs: 1000 intervalMs: 1000
maxDataPoints: 43200 maxDataPoints: 43200
refId: condition refId: condition
@ -760,7 +760,7 @@ groups:
name: Expression name: Expression
type: __expr__ type: __expr__
uid: __expr__ uid: __expr__
expression: ${diff} >= 16 expression: ${diff} >= 32
intervalMs: 1000 intervalMs: 1000
maxDataPoints: 43200 maxDataPoints: 43200
refId: condition refId: condition
@ -838,7 +838,7 @@ groups:
name: Expression name: Expression
type: __expr__ type: __expr__
uid: __expr__ uid: __expr__
expression: ${diff} >= 16 expression: ${diff} >= 32
intervalMs: 1000 intervalMs: 1000
maxDataPoints: 43200 maxDataPoints: 43200
refId: condition refId: condition