Uses of Class
io.opencensus.trace.config.TraceConfig
Packages that use TraceConfig
Package
Description
API for distributed tracing.
-
Uses of TraceConfig in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return TraceConfig -
Uses of TraceConfig in io.opencensus.implcore.trace
Methods in io.opencensus.implcore.trace that return TraceConfigConstructors in io.opencensus.implcore.trace with parameters of type TraceConfigModifierConstructorDescriptionTracerImpl(RandomHandler randomHandler, RecordEventsSpanImpl.StartEndHandler startEndHandler, Clock clock, TraceConfig traceConfig) -
Uses of TraceConfig in io.opencensus.implcore.trace.config
Subclasses of TraceConfig in io.opencensus.implcore.trace.configModifier and TypeClassDescriptionfinal classGlobal configuration of the trace service. -
Uses of TraceConfig in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return TraceConfig -
Uses of TraceConfig in io.opencensus.trace
Methods in io.opencensus.trace that return TraceConfigModifier and TypeMethodDescriptionabstract TraceConfigTraceComponent.getTraceConfig()Returns theTraceConfigwith the provided implementation.TraceComponentImpl.getTraceConfig()Deprecated.TraceComponentImplLite.getTraceConfig()Deprecated.static TraceConfigTracing.getTraceConfig()Returns the globalTraceConfig. -
Uses of TraceConfig in io.opencensus.trace.config
Methods in io.opencensus.trace.config that return TraceConfigModifier and TypeMethodDescriptionstatic TraceConfigTraceConfig.getNoopTraceConfig()Returns the no-op implementation of theTraceConfig.