Uses of Interface
com.google.api.gax.tracing.ApiTracer
Packages that use ApiTracer
-
Uses of ApiTracer in com.google.api.gax.retrying
Methods in com.google.api.gax.retrying that return ApiTracer -
Uses of ApiTracer in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ApiTracerModifier and TypeMethodDescriptionApiCallContext.getTracer()TheApiTracerthat was previously set for this context.Methods in com.google.api.gax.rpc with parameters of type ApiTracerModifier and TypeMethodDescriptionApiCallContext.withTracer(ApiTracer tracer) Returns a newApiCallContextwith the givenApiTracer. -
Uses of ApiTracer in com.google.api.gax.tracing
Classes in com.google.api.gax.tracing that implement ApiTracerModifier and TypeClassDescriptionclassA base implementation ofApiTracerthat does nothing.classThis class computes generic metrics that can be observed in the lifecycle of an RPC operation.classImplementation ofApiTracerthat uses OpenCensus.Methods in com.google.api.gax.tracing that return ApiTracerModifier and TypeMethodDescriptionstatic ApiTracerBaseApiTracer.getInstance()ApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.BaseApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.MetricsTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) OpencensusTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.Methods in com.google.api.gax.tracing with parameters of type ApiTracerModifier and TypeMethodDescriptionApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.BaseApiTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.MetricsTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) OpencensusTracerFactory.newTracer(ApiTracer parent, SpanName spanName, ApiTracerFactory.OperationType operationType) Create a newApiTracerthat will be a child of the current context.