Uses of Class
io.opencensus.trace.config.TraceConfig
Packages that use TraceConfig
Package
Description
API for distributed tracing.
-
Uses of TraceConfig in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as TraceConfigMethods in io.opencensus.contrib.zpages with parameters of type TraceConfigModifier and TypeMethodDescription(package private) static TraceConfigzZPageHandlerTraceConfigzZPageHandler.create(TraceConfig traceConfig) Constructors in io.opencensus.contrib.zpages with parameters of type TraceConfig -
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
Fields in io.opencensus.implcore.trace declared as TraceConfigModifier and TypeFieldDescriptionprivate final TraceConfigSpanBuilderImpl.Options.traceConfigprivate final TraceConfigTraceComponentImplBase.traceConfigMethods in io.opencensus.implcore.trace that return TraceConfigConstructors in io.opencensus.implcore.trace with parameters of type TraceConfigModifierConstructorDescription(package private)Options(RandomHandler randomHandler, RecordEventsSpanImpl.StartEndHandler startEndHandler, Clock clock, TraceConfig traceConfig) TracerImpl(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.TraceComponent.NoopTraceComponent.getTraceConfig()TraceComponentImpl.getTraceConfig()Deprecated.TraceComponentImplLite.getTraceConfig()Deprecated.static TraceConfigTracing.getTraceConfig()Returns the globalTraceConfig. -
Uses of TraceConfig in io.opencensus.trace.config
Subclasses of TraceConfig in io.opencensus.trace.configMethods in io.opencensus.trace.config that return TraceConfigModifier and TypeMethodDescriptionstatic TraceConfigTraceConfig.getNoopTraceConfig()Returns the no-op implementation of theTraceConfig.