Skip to content

Commit

Permalink
Update integration test 'not running' alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Apr 26, 2024
1 parent 373f87f commit 559046b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions support-lambdas/it-test-runner/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Resources:
- Name: Stage
Value: !Ref Stage
Stat: Sum
Period: 900
Period: 3600 # 1 hour
Unit: Count
- Id: m2
ReturnData: false
Expand All @@ -167,10 +167,10 @@ Resources:
- Name: Stage
Value: !Ref Stage
Stat: Sum
Period: 900
Period: 3600 # 1 hour
Unit: Count
ComparisonOperator: LessThanThreshold
Threshold: 100
EvaluationPeriods: 9
DatapointsToAlarm: 9
EvaluationPeriods: 7
DatapointsToAlarm: 7
TreatMissingData: breaching

0 comments on commit 559046b

Please sign in to comment.