Uses of Class
io.opencensus.trace.propagation.PropagationComponent
Packages that use PropagationComponent
Package
Description
API for distributed tracing.
-
Uses of PropagationComponent in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as PropagationComponentModifier and TypeFieldDescriptionprivate final PropagationComponent
TraceComponentImplBase.propagationComponent
Methods in io.opencensus.implcore.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.implcore.trace.propagation
Subclasses of PropagationComponent in io.opencensus.implcore.trace.propagation -
Uses of PropagationComponent in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return PropagationComponent -
Uses of PropagationComponent in io.opencensus.trace
Methods in io.opencensus.trace that return PropagationComponentModifier and TypeMethodDescriptionabstract PropagationComponent
TraceComponent.getPropagationComponent()
Returns thePropagationComponent
with the provided implementation.TraceComponent.NoopTraceComponent.getPropagationComponent()
TraceComponentImpl.getPropagationComponent()
Deprecated.TraceComponentImplLite.getPropagationComponent()
Deprecated.static PropagationComponent
Tracing.getPropagationComponent()
Returns the globalPropagationComponent
. -
Uses of PropagationComponent in io.opencensus.trace.propagation
Subclasses of PropagationComponent in io.opencensus.trace.propagationModifier and TypeClassDescriptionprivate static final class
Fields in io.opencensus.trace.propagation declared as PropagationComponentModifier and TypeFieldDescriptionprivate static final PropagationComponent
PropagationComponent.NOOP_PROPAGATION_COMPONENT
Methods in io.opencensus.trace.propagation that return PropagationComponentModifier and TypeMethodDescriptionstatic PropagationComponent
PropagationComponent.getNoopPropagationComponent()
Returns an instance that contains no-op implementations for all the instances.