-
public final class OkHttpIntegrationPluginPlugin that applies Datadog RUM and APM instrumentation to an OkHttpClient.Builder. Use OkHttpClient.Builder.configureDatadogInstrumentation after finishing builder configuration, then call build to produce an instrumented OkHttpClient.
-
-
Method Summary
Modifier and Type Method Description final OkHttpClientbuild()Builds the OkHttpClient with Datadog instrumentation applied. -
-
Method Detail
-
build
@Synchronized() final OkHttpClient build()
Builds the OkHttpClient with Datadog instrumentation applied.
-
-
-
-