We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93d7ff commit 19fce09Copy full SHA for 19fce09
cloudformation/main.yml
@@ -349,12 +349,12 @@ Resources:
349
Condition: IsProd
350
Properties:
351
AlarmName: !Sub ${ApplicationPrefix}-gateway-latency-high
352
- AlarmDescription: 'Average API gateway latency is > 1.25s for 2 minutes.'
+ AlarmDescription: 'Trailing Mean - 95% API gateway latency is > 1.25s for 2 times in 4 minutes.'
353
Namespace: 'AWS/ApiGateway'
354
MetricName: 'Latency'
355
- Statistic: 'Average'
+ ExtendedStatistic: 'tm95'
356
Period: '120'
357
- EvaluationPeriods: '1'
+ EvaluationPeriods: '2'
358
ComparisonOperator: 'GreaterThanThreshold'
359
Threshold: '1250'
360
AlarmActions:
0 commit comments