| Interface | Description |
|---|---|
| ActiveSpanContextSource |
An interface that defines how to get the current active span context.
|
| ActiveSpanSource |
An interface that defines how to get the current active span.
|
| ClientCloseDecorator | |
| ClientSpanDecorator |
An interface for adding custom span tags to the spans created by
TracingClientInterceptor. |
| OperationNameConstructor |
Interface that allows span operation names to be constructed from an RPC's method descriptor.
|
| ServerCloseDecorator |
An interface for adding custom span tags to the spans created by
TracingServerInterceptor
when the gRPC call is closed. |
| ServerSpanDecorator |
An interface for adding custom span tags to the spans created by
TracingServerInterceptor. |
| Class | Description |
|---|---|
| OpenTracingContextKey |
A
Context key for the current OpenTracing trace state. |
| TracingClientInterceptor |
An interceptor that applies tracing via OpenTracing to all client requests.
|
| TracingClientInterceptor.Builder |
Builds the configuration of a TracingClientInterceptor.
|
| TracingServerInterceptor |
An interceptor that applies tracing via OpenTracing to all requests to the server.
|
| TracingServerInterceptor.Builder |
Builds the configuration of a TracingServerInterceptor.
|
| Enum | Description |
|---|---|
| TracingClientInterceptor.ClientRequestAttribute | |
| TracingServerInterceptor.ServerRequestAttribute |
Copyright © 2017-2019–2019. All rights reserved.