cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
444 stars 56 forks source link

KinesisDataStreamMonitoring read(andWrite)ProvisionedThroughputExceeded y axis shows up as ms #418

Closed jeremy-zou closed 10 months ago

jeremy-zou commented 10 months ago

Version

3.0.0

Steps and/or minimal code example to reproduce

  1. Create AmazonMonitoringFacade object with createDashboard set to true
  2. Create new or use existing Kinesis Stream
  3. call Monitoring Facade object's monitorKinesisDataStream() with default params and Kinesis Stream from 2.
  4. Inspect dashboard

Expected behavior

The Provisioned Capacity Exceeded metric's y axis should be Count according to:

https://docs.aws.amazon.com/streams/latest/dev/monitoring-with-cloudwatch.html

Actual behavior

The Provisioned Capacity Exceeded metric's y axis is ms

Screenshot 2023-08-30 at 12 04 09 PM

Other details

No response