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 RunningSpanStoreTracezZPageHandler.runningSpanStoreMethods in io.opencensus.contrib.zpages with parameters of type RunningSpanStoreModifier and TypeMethodDescription(package private) static TracezZPageHandlerTracezZPageHandler.create(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) Constructs a newTracezZPageHandler.Constructors in io.opencensus.contrib.zpages with parameters of type RunningSpanStoreModifierConstructorDescriptionprivateTracezZPageHandler(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 classFields in io.opencensus.trace.export declared as RunningSpanStoreModifier and TypeFieldDescriptionprivate static final RunningSpanStoreRunningSpanStore.NOOP_RUNNING_SPAN_STOREMethods in io.opencensus.trace.export that return RunningSpanStoreModifier and TypeMethodDescription(package private) static RunningSpanStoreRunningSpanStore.getNoopRunningSpanStore()Returns the no-op implementation of theRunningSpanStore.abstract RunningSpanStoreExportComponent.getRunningSpanStore()Returns theRunningSpanStorethat can be used to get useful debugging information about all the current active spans.ExportComponent.NoopExportComponent.getRunningSpanStore()