-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@aws-cdk/cloudwatch: bugfixes, small changes changes and workaround
- bugfix: label/color were ignored when passed directly to the Metric constructor. - BREAKING CHANGE: ChangeMetricProps renamed to MetricCustomization. - BREAKING CHANGE: removed public helper methods from Metric. - change: onAlarm()/onOk() now take variadic arguments - workaround: generate a dashboard name if user did not supply one. This fixes #192.
- Loading branch information
Showing
10 changed files
with
202 additions
and
131 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
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
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
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
Oops, something went wrong.