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

feat(elasticache): monitor Redis engine CPU utilization #442

Closed Ansk0 closed 8 months ago

Ansk0 commented 8 months ago

Monitor engine utilization by default for Redis ElastiCache clusters. Optionally add alarms based on this metric.

Redis is single-threaded and the Redis thread's utilization is available via the EngineCPUUtilization metric. This metric provides visibility into the load of the redis process itself.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license