opentelemetry-java-instrume.../instrumentation/okhttp
John Watson 6dbb64ec7a
Implement a Call.Factory for okhttp 3.x+ library instrumentation (#3812)
* Add a README for the okhttp library instrumentation.

* Create new instrumentation for okhttp3 4.x+

This exposes a `Call.Factory` which will properly handle internal context propagation when used with async callbacks.

* update the "4.x" instrumentation to support 3.x

* Get rid of the 4.x instrumentation, and just update the 3.x instrumentation to work

* updates from PR review

* replace old reflection with method handle usage

* Apply suggestions from code review

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>

Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2021-08-18 12:16:24 +09:00
..
okhttp-2.2/javaagent Clean up concurrent advice utilities in javaagent-instrumentation-api (#3757) 2021-08-03 09:17:19 -07:00
okhttp-3.0 Implement a Call.Factory for okhttp 3.x+ library instrumentation (#3812) 2021-08-18 12:16:24 +09:00