Class OkHttp3Singletons
java.lang.Object
io.opentelemetry.javaagent.instrumentation.okhttp.v3_0.OkHttp3Singletons
Holder of singleton interceptors for adding to instrumented clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final okhttp3.Interceptorstatic final okhttp3.Interceptorstatic final okhttp3.Interceptor -
Method Summary
-
Field Details
-
CONTEXT_INTERCEPTOR
public static final okhttp3.Interceptor CONTEXT_INTERCEPTOR -
CONNECTION_ERROR_INTERCEPTOR
public static final okhttp3.Interceptor CONNECTION_ERROR_INTERCEPTOR -
TRACING_INTERCEPTOR
public static final okhttp3.Interceptor TRACING_INTERCEPTOR
-