Skip to content

Releases: cdklabs/cdk-monitoring-constructs

v9.1.2

07 Dec 00:35
dc1edac

Choose a tag to compare

9.1.2 (2024-12-07)

Bug Fixes

  • MonitoringAspect: allow specifying CloudFrontDistribution and WafV2 alarms (#609) (dc1edac), closes #607

v9.1.1

21 Nov 09:51
934b13a

Choose a tag to compare

9.1.1 (2024-11-21)

v9.1.0

13 Nov 17:35
1f8ca08

Choose a tag to compare

9.1.0 (2024-11-13)

Features

v9.0.0

13 Nov 17:09

Choose a tag to compare

9.0.0 (2024-11-13)

⚠ BREAKING CHANGES

  • require aws-cdk-lib ^2.160.0
  • remove XaxrMathExpression construct; use MathExpression from aws-cdk-lib/aws-cloudwatch instead
  • MetricFactory: enforce scope argument

Features

  • MetricFactory: enforce scope argument (66c21a4)
  • require aws-cdk-lib ^2.160.0 (e391785)

v8.4.0

12 Nov 15:02
3ef0747

Choose a tag to compare

8.4.0 (2024-11-12)

Features

v8.3.6

12 Nov 14:45
cf8640d

Choose a tag to compare

8.3.6 (2024-11-12)

Bug Fixes

  • MetricFactory: wrap search query dimensions with quotes to handle potential whitespace (#591) (97cf069)

v8.3.5

30 Oct 14:04
dc4f063

Choose a tag to compare

8.3.5 (2024-10-30)

Bug Fixes

  • cloudwatch: use correct metric statistic for IncomingLogEvents (#589) (dc4f063), closes #588

v8.3.4

28 Oct 19:12
1eff500

Choose a tag to compare

8.3.4 (2024-10-28)

Bug Fixes

  • Allow non-integral latency thresholds and durations (#587) (1eff500), closes #586

v8.3.3

24 Oct 21:30
3326fa2

Choose a tag to compare

8.3.3 (2024-10-24)

Bug Fixes

  • MetricFactory: more specific return type for createMetricSearch (#584) (3326fa2), closes #583

v8.3.2

16 Oct 19:45
08e4131

Choose a tag to compare

8.3.2 (2024-10-16)

Bug Fixes

  • Add sampleCountMetricId to CustomAlarmThreshold (#581) (08e4131)