Uses of Class
io.opencensus.trace.export.RunningSpanStore
Packages that use RunningSpanStore
Package
Description
-
Uses of RunningSpanStore in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as RunningSpanStoreModifier and TypeFieldDescriptionprivate final RunningSpanStore
TracezZPageHandler.runningSpanStore
Methods in io.opencensus.contrib.zpages with parameters of type RunningSpanStoreModifier and TypeMethodDescription(package private) static TracezZPageHandler
TracezZPageHandler.create
(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) Constructs a newTracezZPageHandler
.Constructors in io.opencensus.contrib.zpages with parameters of type RunningSpanStoreModifierConstructorDescriptionprivate
TracezZPageHandler
(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) -
Uses of RunningSpanStore in io.opencensus.implcore.trace.export
Subclasses of RunningSpanStore in io.opencensus.implcore.trace.export -
Uses of RunningSpanStore in io.opencensus.trace.export
Subclasses of RunningSpanStore in io.opencensus.trace.exportModifier and TypeClassDescriptionprivate static final class
Fields in io.opencensus.trace.export declared as RunningSpanStoreModifier and TypeFieldDescriptionprivate static final RunningSpanStore
RunningSpanStore.NOOP_RUNNING_SPAN_STORE
Methods in io.opencensus.trace.export that return RunningSpanStoreModifier and TypeMethodDescription(package private) static RunningSpanStore
RunningSpanStore.getNoopRunningSpanStore()
Returns the no-op implementation of theRunningSpanStore
.abstract RunningSpanStore
ExportComponent.getRunningSpanStore()
Returns theRunningSpanStore
that can be used to get useful debugging information about all the current active spans.ExportComponent.NoopExportComponent.getRunningSpanStore()