aws / aws-xray-sdk-java

The official AWS X-Ray Recorder SDK for Java.
Apache License 2.0
93 stars 98 forks source link

Support Java11 HttpClient #119

Open MihaiBogdanEugen opened 4 years ago

MihaiBogdanEugen commented 4 years ago

Any plans to support the Java11 native HttpClient?

willarmiros commented 4 years ago

Thank you for this feature request, we will add it to our backlog and get it prioritized soon since native HTTP clients are essential to support.

MihaiBogdanEugen commented 3 years ago

Any news about this? 😄

willarmiros commented 3 years ago

Hi @MihaiBogdanEugen,

Unfortunately we have not yet been able to prioritize this feature, however instrumentation for HttpUrlConnection is supported in the OpenTelemetry Java library. X-Ray currently has released beta support for OpenTelemetry instrumentation in Java, and we are actively working on improving the X-Ray/OpenTelemetry experience. You can check out the Java onboarding here!