Uses of Class
io.opencensus.trace.config.TraceConfig
-
Packages that use TraceConfig Package Description io.opencensus.contrib.zpages io.opencensus.impl.trace io.opencensus.implcore.trace io.opencensus.implcore.trace.config io.opencensus.impllite.trace io.opencensus.trace API for distributed tracing.io.opencensus.trace.config -
-
Uses of TraceConfig in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as TraceConfig Modifier and Type Field Description private TraceConfigTraceConfigzZPageHandler. traceConfigMethods in io.opencensus.contrib.zpages with parameters of type TraceConfig Modifier and Type Method Description (package private) static TraceConfigzZPageHandlerTraceConfigzZPageHandler. create(TraceConfig traceConfig)Constructors in io.opencensus.contrib.zpages with parameters of type TraceConfig Constructor Description TraceConfigzZPageHandler(TraceConfig traceConfig) -
Uses of TraceConfig in io.opencensus.impl.trace
Methods in io.opencensus.impl.trace that return TraceConfig Modifier and Type Method Description TraceConfigTraceComponentImpl. getTraceConfig() -
Uses of TraceConfig in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as TraceConfig Modifier and Type Field Description private TraceConfigSpanBuilderImpl.Options. traceConfigprivate TraceConfigTraceComponentImplBase. traceConfigMethods in io.opencensus.implcore.trace that return TraceConfig Modifier and Type Method Description TraceConfigTraceComponentImplBase. getTraceConfig()Constructors in io.opencensus.implcore.trace with parameters of type TraceConfig Constructor Description 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.config Modifier and Type Class Description classTraceConfigImplGlobal configuration of the trace service. -
Uses of TraceConfig in io.opencensus.impllite.trace
Methods in io.opencensus.impllite.trace that return TraceConfig Modifier and Type Method Description TraceConfigTraceComponentImplLite. getTraceConfig() -
Uses of TraceConfig in io.opencensus.trace
Methods in io.opencensus.trace that return TraceConfig Modifier and Type Method Description abstract TraceConfigTraceComponent. getTraceConfig()Returns theTraceConfigwith the provided implementation.TraceConfigTraceComponent.NoopTraceComponent. getTraceConfig()TraceConfigTraceComponentImpl. getTraceConfig()Deprecated.TraceConfigTraceComponentImplLite. getTraceConfig()Deprecated.static TraceConfigTracing. getTraceConfig()Returns the globalTraceConfig. -
Uses of TraceConfig in io.opencensus.trace.config
Subclasses of TraceConfig in io.opencensus.trace.config Modifier and Type Class Description private static classTraceConfig.NoopTraceConfigMethods in io.opencensus.trace.config that return TraceConfig Modifier and Type Method Description static TraceConfigTraceConfig. getNoopTraceConfig()Returns the no-op implementation of theTraceConfig.
-