cdklabs/cdk-monitoring-constructs

[kinesis] Add monitoring support for Redshift/S3 alarms

Open

#52 opened on Mar 5, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (86 forks)auto 404
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.

kinesis

Contributor guide