Open
Description
Version
v1.18.4
Steps and/or minimal code example to reproduce
- Create a stack with kinesis firehose.
- Setup monitoring for kinesis firehose with
monitoring.monitorKinesisFirehose()
. - Deploy cdk to aws account.
Expected behavior
The graphs display information about the kinesis firhose normally.
Actual behavior
The Latency (P90) graph and the Limits (rate) graph both show now data do to their metrics being incorrect. The PutRecords and PutRecordsBatch metrics for kinesis firehose don't support percentiles so the Latency graph doesn't display any data. Also the DeliveryStreamName dimension isn't isn't specified for BytesPerSecondLimit so the Limits graph doesn't display any data.
Other details
No response