Skip to content

Commit

Permalink
fix(Alerts): update Alerts loss-of-signal examples to use aggregation…
Browse files Browse the repository at this point in the history
…Method
  • Loading branch information
founddrama committed Oct 8, 2021
1 parent 310d700 commit a660d4a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ mutation {
}
signal {
aggregationWindow: 60
evaluationOffset: 3
aggregationMethod: EVENT_FLOW
aggregationDelay: 120
}
terms: [{
threshold: 2
Expand Down Expand Up @@ -198,7 +199,8 @@ mutation {
violationTimeLimitSeconds: 28800
signal: {
aggregationWindow: 60,
evaluationOffset: 3,
aggregationMethod: EVENT_FLOW,
aggregationDelay: 120,
<mark>fillOption: STATIC,</mark>
<mark>fillValue: 1</mark>
}
Expand Down

0 comments on commit a660d4a

Please sign in to comment.