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
468 stars 61 forks source link

Support for recommended statistics for ELB metrics #392

Closed jrchen-amzn closed 1 year ago

jrchen-amzn commented 1 year ago

Feature scope

ELB

Describe your suggested feature

To monitor network load balancer metrics, it is recommended to track the maximum HealthyHostCount and the minimum UnHealthyHostCount as per the guidelines at https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.html#metric-statistics.

At the moment, we can only track the minimum value of HealthyHostCount and the maximum value of UnHealthyHostCount. It would be great if we could also have a way to monitor the recommended statistics.