| Class and 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. |
| TracingClientInterceptor
An interceptor that applies tracing via OpenTracing to all client requests.
|
| TracingClientInterceptor.Builder
Builds the configuration of a TracingClientInterceptor.
|
| TracingClientInterceptor.ClientRequestAttribute |
| TracingServerInterceptor
An interceptor that applies tracing via OpenTracing to all requests to the server.
|
| TracingServerInterceptor.Builder
Builds the configuration of a TracingServerInterceptor.
|
| TracingServerInterceptor.ServerRequestAttribute |
Copyright © 2017-2019–2019. All rights reserved.