Package com.google.api.gax.tracing
package com.google.api.gax.tracing
-
ClassDescriptionImplementations of this class trace the logical flow of a google cloud client.A context class to be used with
ApiTracer.inScope()and a try-with-resources block.A factory to create new instances ofApiTracers.The type of operation theApiTraceris tracing.A base implementation ofApiTracerthat does nothing.Base factory that will buildApiTracers that do nothing.Implementation ofApiTracerthat uses OpenCensus.AApiTracerFactoryto build instances ofOpencensusTracer.A value class to represent the name of the operation in anApiTracer.TracedBatchingCallable<RequestT,ResponseT> This callable wraps a batching callable chain in aApiTracer.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> This callable wraps aOperationCallablein aApiTracer.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 aApiTracer.