Index
All Classes and Interfaces|All Packages
A
- addAttributesExtractor(AttributesExtractor<Request, Response>) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetryBuilder
-
Adds an additional
AttributesExtractorto invoke to set attributes to instrumented items.
B
- build() - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetryBuilder
-
Returns a new
OkHttpTelemetrywith the settings of thisOkHttpTelemetryBuilder. - builder(OpenTelemetry) - Static method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry
-
Returns a new
OkHttpTelemetryBuilderconfigured with the givenOpenTelemetry.
C
- create(OpenTelemetry) - Static method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry
-
Returns a new
OkHttpTelemetryconfigured with the givenOpenTelemetry.
G
- getPeerName(Request) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
- getPeerPort(Request) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
- getProtocolName(Request, Response) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
- getProtocolVersion(Request, Response) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
- getTransport(Request, Response) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
I
- io.opentelemetry.instrumentation.okhttp.v3_0 - package io.opentelemetry.instrumentation.okhttp.v3_0
- io.opentelemetry.instrumentation.okhttp.v3_0.internal - package io.opentelemetry.instrumentation.okhttp.v3_0.internal
N
- newCallFactory(OkHttpClient) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry
-
Construct a new OpenTelemetry tracing-enabled
Call.Factoryusing the providedOkHttpClientinstance. - newInterceptor() - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry
-
Deprecated.
O
- OkHttpNetAttributesGetter - Class in io.opentelemetry.instrumentation.okhttp.v3_0.internal
-
This class is internal and is hence not for public use.
- OkHttpNetAttributesGetter() - Constructor for class io.opentelemetry.instrumentation.okhttp.v3_0.internal.OkHttpNetAttributesGetter
- OkHttpTelemetry - Class in io.opentelemetry.instrumentation.okhttp.v3_0
-
Entrypoint for instrumenting OkHttp clients.
- OkHttpTelemetryBuilder - Class in io.opentelemetry.instrumentation.okhttp.v3_0
-
A builder of
OkHttpTelemetry.
S
- setCapturedRequestHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetryBuilder
-
Configures the HTTP request headers that will be captured as span attributes.
- setCapturedResponseHeaders(List<String>) - Method in class io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetryBuilder
-
Configures the HTTP response headers that will be captured as span attributes.
All Classes and Interfaces|All Packages
OkHttpTelemetry.newCallFactory(OkHttpClient)method instead.