Commit 07d9896
Eugene Cheung
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_1 parent fdd5ac1 commit 07d9896
File tree
3 files changed
+10
-10
lines changed- lib/common/monitoring/alarms
- test/monitoring
- aws-cloudwatch/__snapshots__
- aws-lambda/__snapshots__
3 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments