cdklabs/cdk-monitoring-constructs
在 GitHub 查看[kinesis] Add monitoring support for Redshift/S3 alarms
Open
#52 建立於 2022年3月5日
effort: mediumfeature-requestgood first issue
倉庫指標
- Star
- (552 star)
- PR 合併指標
- (PR 指標待抓取)
描述
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.
