Cdk-monitoring-constructs

Latest version: v7.11.0

Safety actively analyzes 638681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 43

5.1.3

[5.1.3](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v5.1.2...v5.1.3) (2023-06-13)

5.1.2

[5.1.2](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v5.1.1...v5.1.2) (2023-06-12)

5.1.1

[5.1.1](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v5.1.0...v5.1.1) (2023-06-08)


Bug Fixes

* **kinesis:** set required dimensions for Firehose quota metrics ([378](https://github.com/cdklabs/cdk-monitoring-constructs/issues/378)) ([957e173](https://github.com/cdklabs/cdk-monitoring-constructs/commit/957e173c8647dbe8a043279a4bc4def738782d18))

5.1.0

[5.1.0](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v5.0.1...v5.1.0) (2023-06-07)


Features

* **dynamo:** add GSI throttling alarms ([376](https://github.com/cdklabs/cdk-monitoring-constructs/issues/376)) ([e9cb81c](https://github.com/cdklabs/cdk-monitoring-constructs/commit/e9cb81c8624f9d06e5f6afba30677df3ecf1bc1b))

5.0.1

[5.0.1](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v5.0.0...v5.0.1) (2023-06-05)

5.0.0

[5.0.0](https://github.com/cdklabs/cdk-monitoring-constructs/compare/v4.0.9...v5.0.0) (2023-06-01)


⚠ BREAKING CHANGES

* **dashboards:** handle dynamic dashboards in SingleWidgetDashboardSegment (373)
* `addToSummary` and `addToAlarm` props have been removed
* To control dashboard visibility of this segment, please use `MonitoringDashboardsOverrideProps` in calls to `addSegment` instead.
* No action is required if you were not providing these props
* `dashboardsToInclude` prop has been added
* If you would like to use `SingleWidgetDashboardSegment` with dynamic dashboards, provide the list of dashboards on which this segment should show.

Before:

ts
// Adds single widget to detail dashboard only
facade.addSegment(
new SingleWidgetDashboardSegment(new TextWidget({ markdown: "Simple Dashboard Segment" }), false, false)
);


After:

ts
// Adds single widget to detail dashboard only
facade.addSegment(
new SingleWidgetDashboardSegment(new TextWidget({ markdown: "Simple Dashboard Segment" })),
{
addToSummaryDashboard: false,
addToAlarmDashboard: false,
addToDetailDashboard: true,
}
);


Bug Fixes

* **dashboards:** handle dynamic dashboards in SingleWidgetDashboardSegment ([373](https://github.com/cdklabs/cdk-monitoring-constructs/issues/373)) ([18786c4](https://github.com/cdklabs/cdk-monitoring-constructs/commit/18786c4cdbe5772972205030a8ef84289b784c5e))

Page 12 of 43

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.