- Notifications
You must be signed in to change notification settings - Fork15
OpenTracing Okhttp client instrumentation
License
NotificationsYou must be signed in to change notification settings
opentracing-contrib/java-okhttp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OpenTracing instrumentation for OkHttp client.
Preferred way how to instrument OkHttpClient is to useTracingCallFactory:
Call.Factoryclient =newTracingCallFactory(okHttpClient,tracer);client.newCall(request)...
or use OkHttpClient directly. However when doing multiple async requests simultaneously, parent spans createdbefore invoking the client are not properly inferred.
OkHttpClientclient =TracingInterceptor.addTracing(newOkHttpClient.Builder(),tracer)client.newCall(request)...
./mvnw clean install
Follow instructions inRELEASE
About
OpenTracing Okhttp client instrumentation
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.