-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use LESS_THAN_THRESHOLD for addMinUsageCountAlarm (#318)
`LESS_THAN_LOWER_THRESHOLD` is for: ``` * Specified statistic is lower than the anomaly model band. * Used only for alarms based on anomaly detection models ``` ...which is not what it was being used for. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_
- Loading branch information
1 parent
fdd5ac1
commit 07d9896
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
test/monitoring/aws-cloudwatch/__snapshots__/LogMonitoring.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
test/monitoring/aws-lambda/__snapshots__/LambdaFunctionMonitoring.test.ts.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.