Uses of Class
io.opencensus.trace.export.RunningSpanStore
-
Packages that use RunningSpanStore Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of RunningSpanStore in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as RunningSpanStore Modifier and Type Field Description private RunningSpanStore
TracezZPageHandler. runningSpanStore
Methods in io.opencensus.contrib.zpages with parameters of type RunningSpanStore Modifier and Type Method Description (package private) static TracezZPageHandler
TracezZPageHandler. create(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore)
Constructs a newTracezZPageHandler
.Constructors in io.opencensus.contrib.zpages with parameters of type RunningSpanStore Constructor Description TracezZPageHandler(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore)
-
Uses of RunningSpanStore in io.opencensus.implcore.trace.export
Subclasses of RunningSpanStore in io.opencensus.implcore.trace.export Modifier and Type Class Description class
InProcessRunningSpanStore
In-process implementation of theRunningSpanStore
. -
Uses of RunningSpanStore in io.opencensus.trace.export
Subclasses of RunningSpanStore in io.opencensus.trace.export Modifier and Type Class Description private static class
RunningSpanStore.NoopRunningSpanStore
Fields in io.opencensus.trace.export declared as RunningSpanStore Modifier and Type Field Description private static RunningSpanStore
RunningSpanStore. NOOP_RUNNING_SPAN_STORE
Methods in io.opencensus.trace.export that return RunningSpanStore Modifier and Type Method Description (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.RunningSpanStore
ExportComponent.NoopExportComponent. getRunningSpanStore()
-