Skip to content

Commit

Permalink
Merge pull request #4247 from founddrama/docs/amend-loss-of-signal
Browse files Browse the repository at this point in the history
fix(Alerts): update Alerts loss-of-signal examples to use aggregationMethod
  • Loading branch information
rhetoric101 committed Oct 8, 2021
2 parents 9eef65f + a660d4a commit 9c10f59
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 9c10f59

Please sign in to comment.