open-telemetry / opentelemetry-java-instrumentation

OpenTelemetry auto-instrumentation and instrumentation libraries for Java
https://opentelemetry.io
Apache License 2.0
1.99k stars 869 forks source link

Add support for auto-instrumenting Java bindings for the AWS Common Runtime #11731

Open eriweb opened 5 months ago

eriweb commented 5 months ago

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

As is, it doesn't seem to be possible to auto-instrument the aws crt bindings for java, available at https://github.com/awslabs/aws-crt-java

Describe the solution you'd like

I'd like to be able to auto-instrument code that uses the aws crt java-bindings to use/call aws services.

Describe alternatives you've considered

No response

Additional context

No response

laurit commented 5 months ago

We'd welcome a contribution for this