cdklabs/cdk-monitoring-constructs
View on GitHub[kinesis] Add monitoring support for Redshift/S3 alarms
Open
#52 opened on Mar 5, 2022
effort: mediumfeature-requestgood first issue
Repository metrics
- Stars
- (552 stars)
- PR merge metrics
- (PR metrics pending)
Description
We use AWS Firehose to publish data to Redshift and S3. (Our Firehose stream publishes to both) We would like to have metric and dashboards for that.
Firehose Metrics: https://docs.aws.amazon.com/firehose/latest/dev/monitoring-with-cloudwatch-metrics.html
The most important metrics:
- DeliveryToRedshift.Success
- DeliveryToRedshift.DataFreshness
- DeliveryToS3.Success
- DeliveryToS3.DataFreshness
I would like to be able to create alarms at least on the Success metric.
See a default FireHose dashboard from AWS console in attached file.
