awslabs / awslabs/aws-embedded-metrics-java

Support for AWS SDK V2 `MetricsPublisher`

Open
#29 4 comments 9 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
48
Forks
39
PR merge metrics
No merged PRs in 30d

Description

I have an application that uses AWS SDK V2 to perform multiple API calls, and that monitors those API calls using the recently released [metrics module for AWS SDK V2](https://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/configuration-metrics.html)

My application runs on Lambda, and uses EMF to avoid the pitfalls of calling CloudWatch APIs directly to emit monitoring metrics. Using this library we've been able to replace all of our CloudWatch API calls, except for the metrics emitted by the AWS SDK V2.

Because AWS' recommendation for metric tracking on ephemeral containers is to use EMF, it would be good to have integration in this library with the `MetricsPublisher` interface that the AWS SDK V2 exposes, so that we can monitor our AWS SDK calls with EMF as well.

I'm currently interested in Lambda support, but support for containers would also be good.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.