opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

Add support for AWS's v2 SDK's `MetricPublisher`

Open evg-tso opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe.

Hello, The AWS Java v2 SDK exposes metrics via the MetricPublisher interface.
I couldn't find any OTEL support for these callbacks.

Describe the solution you'd like

I'd like to contribute a PR to add an OTEL adapter to bridge the AWS callbacks.
I have a draft PR in our organization: https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics/pull/1.
But I think that contributing to the OTEL repo is the better course of action, allowing us to align (or even define) the spec for these metrics.

Describe alternatives you've considered

No response

Additional context

No response

evg-tso avatar Sep 16 '24 10:09 evg-tso

cc @rapphil @wangzlei

trask avatar Sep 16 '24 20:09 trask

Hi, sorry to bother you, but I'm mentioning you all again to resurface this request 🙏 @trask @rapphil @wangzlei

evg-tso avatar Oct 15 '24 11:10 evg-tso

@evg-tso I think we would welcome a PR, as suggested by your initial request. I will assign to you. Thanks!

breedx-splk avatar Jan 30 '25 21:01 breedx-splk

Sorry for the delay, life got in the way :)
I'll get to work on it.

evg-tso avatar Apr 21 '25 14:04 evg-tso

I think https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13831 is ready for review

evg-tso avatar May 12 '25 07:05 evg-tso