Registry / observability / brave-instrumentation-okhttp3

brave-instrumentation-okhttp3

JSON →
library6.3.1javamavenunverified

Java distributed tracing implementation compatible with Zipkin backend services.

<dependency> <groupId>io.zipkin.brave</groupId> <artifactId>brave-instrumentation-okhttp3</artifactId> <version>6.3.1</version> </dependency>
INSTALL
IMPORT
SIG · BRAVE-INSTRUMENTAT
B
brave-instrumentation-okhttp3
observabilityjavav6.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TracingInterceptor
brave.okhttp3.TracingInterceptor

Minimal example showing usage of Brave's OkHttp3 tracing interceptor.

import brave.okhttp3.TracingInterceptor; import okhttp3.OkHttpClient; public class Quickstart { public static void main(String[] args) { OkHttpClient client = new OkHttpClient.Builder() .addInterceptor(TracingInterceptor.create(null)) .build(); System.out.println("OkHttpClient with tracing interceptor created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources