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
443 stars 56 forks source link

Support monitoring outliers with trimmed mean #443

Closed mattserrano closed 8 months ago

mattserrano commented 8 months ago

Feature scope

API Gateway

Describe your suggested feature

In addition to the already supported trimmed mean statistics, it would be useful to have the ability to monitor the slowest 1% of requests (i.e. "TM(99%:100%)") to ensure the "worst" customer experience does not degrade further.

This is not currently possible with the existing available API Gateway alarm definitions and hard-coded LatencyType enum values.