| BaseApiTracer |
A base implementation of ApiTracer that does nothing.
|
| BaseApiTracerFactory |
Base factory that will build ApiTracers that do nothing.
|
| OpencensusTracer |
Implementation of ApiTracer that uses OpenCensus.
|
| OpencensusTracerFactory |
|
| SpanName |
A value class to represent the name of the operation in an ApiTracer.
|
| TracedBatchingCallable<RequestT,ResponseT> |
This callable wraps a batching callable chain in a ApiTracer.
|
| TracedBidiCallable<RequestT,ResponseT> |
A wrapper callable that will wrap a callable chain in a trace.
|
| TracedClientStreamingCallable<RequestT,ResponseT> |
A wrapper callable that will wrap a callable chain in a trace.
|
| TracedOperationCallable<RequestT,ResponseT,MetadataT> |
|
| TracedOperationInitialCallable<RequestT> |
Traces the initial RPC of a long running operation.
|
| TracedServerStreamingCallable<RequestT,ResponseT> |
A wrapper callable that will wrap a callable chain in a trace.
|
| TracedUnaryCallable<RequestT,ResponseT> |
This callable wraps a callable chain in a ApiTracer.
|