opentelemetry-java-instrumentation
opentelemetry-java-instrumentation copied to clipboard
Require final tag of opentelemetry-okhttp-3.0
Is your feature request related to a problem? Please describe.
currently in our application we are using opentelemetry-okhttp-3.0 library but we don't wanted to use alpha tag and deliver, is there any plan to deliver the final tag of library
Describe the solution you'd like
We wanted the final tag of the library
Describe alternatives you've considered
alpha should not be considered
Additional context
No response
As far as I know, the conventions of http client and server are stabled. For the issue, is there any plan?@open-telemetry/java-instrumentation-approvers
@zeitlinger was your recent work in #11620, #11667, and #12083 with the goal of working towards stabilizing the http instrumentation?
yes, it's a step in the direction. The config properties are the same now, but the builders still don't implement a common interface.
yes, it's a step in the direction. The config properties are the same now, but the builders still don't implement a common interface.
If there are some remaining tasks to do now, how about creating an issue to enumerate them. Other contributors may be interested in them.
This is our plan to stabilize HTTP instrumentation https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12846. If anyone is interested in them, welcome to join us!
Hello @steverao any tentative date by when we can expect this issue to handle ?