Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

OpenTracing Okhttp client instrumentation

License

NotificationsYou must be signed in to change notification settings

opentracing-contrib/java-okhttp

Repository files navigation

Build StatusReleased Version

OpenTracing OkHttp Client Instrumentation

OpenTracing instrumentation for OkHttp client.

Configuration

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)...

Development

./mvnw clean install

Release

Follow instructions inRELEASE

About

OpenTracing Okhttp client instrumentation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp