You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- bugfix: label/color were ignored when passed directly to the Metric
constructor.
- BREAKING CHANGE: ChangeMetricProps renamed to MetricCustomizations.
- change: onAlarm()/onOk() now take variadic arguments
- workaround: generate a dashboard name if user did not supply one.
This fixes#192.
- 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.
CloudWatch Dashboards have a bug where they won't Update properly if the DashboardName is missing from the L1.
We should compensate for that issue in the CDK until the bug is fixed.
The text was updated successfully, but these errors were encountered: