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 RunningSpanStoreTracezZPageHandler. runningSpanStoreMethods in io.opencensus.contrib.zpages with parameters of type RunningSpanStore Modifier and Type Method Description (package private) static TracezZPageHandlerTracezZPageHandler. 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 classInProcessRunningSpanStoreIn-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 classRunningSpanStore.NoopRunningSpanStoreFields in io.opencensus.trace.export declared as RunningSpanStore Modifier and Type Field Description private static RunningSpanStoreRunningSpanStore. NOOP_RUNNING_SPAN_STOREMethods in io.opencensus.trace.export that return RunningSpanStore Modifier and Type Method Description (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.RunningSpanStoreExportComponent.NoopExportComponent. getRunningSpanStore()
-