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 TraceConfig
TraceConfigzZPageHandler. traceConfig
Methods in io.opencensus.contrib.zpages with parameters of type TraceConfig Modifier and Type Method Description (package private) static TraceConfigzZPageHandler
TraceConfigzZPageHandler. 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 TraceConfig
TraceComponentImpl. getTraceConfig()
-
Uses of TraceConfig in io.opencensus.implcore.trace
Fields in io.opencensus.implcore.trace declared as TraceConfig Modifier and Type Field Description private TraceConfig
SpanBuilderImpl.Options. traceConfig
private TraceConfig
TraceComponentImplBase. traceConfig
Methods in io.opencensus.implcore.trace that return TraceConfig Modifier and Type Method Description TraceConfig
TraceComponentImplBase. 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 class
TraceConfigImpl
Global 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 TraceConfig
TraceComponentImplLite. getTraceConfig()
-
Uses of TraceConfig in io.opencensus.trace
Methods in io.opencensus.trace that return TraceConfig Modifier and Type Method Description abstract TraceConfig
TraceComponent. getTraceConfig()
Returns theTraceConfig
with the provided implementation.TraceConfig
TraceComponent.NoopTraceComponent. getTraceConfig()
TraceConfig
TraceComponentImpl. getTraceConfig()
Deprecated.TraceConfig
TraceComponentImplLite. getTraceConfig()
Deprecated.static TraceConfig
Tracing. 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 class
TraceConfig.NoopTraceConfig
Methods in io.opencensus.trace.config that return TraceConfig Modifier and Type Method Description static TraceConfig
TraceConfig. getNoopTraceConfig()
Returns the no-op implementation of theTraceConfig
.
-