Uses of Class
io.opencensus.trace.export.SampledSpanStore
-
Packages that use SampledSpanStore Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SampledSpanStore in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as SampledSpanStore Modifier and Type Field Description private SampledSpanStore
TracezZPageHandler. sampledSpanStore
Methods in io.opencensus.contrib.zpages with parameters of type SampledSpanStore 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 SampledSpanStore Constructor Description TracezZPageHandler(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore)
-
Uses of SampledSpanStore in io.opencensus.implcore.trace.export
Subclasses of SampledSpanStore in io.opencensus.implcore.trace.export Modifier and Type Class Description class
InProcessSampledSpanStoreImpl
In-process implementation of theSampledSpanStore
.class
SampledSpanStoreImpl
Abstract implementation of theSampledSpanStore
.private static class
SampledSpanStoreImpl.NoopSampledSpanStoreImpl
-
Uses of SampledSpanStore in io.opencensus.trace.export
Subclasses of SampledSpanStore in io.opencensus.trace.export Modifier and Type Class Description private static class
SampledSpanStore.NoopSampledSpanStore
Fields in io.opencensus.trace.export declared as SampledSpanStore Modifier and Type Field Description private SampledSpanStore
ExportComponent.NoopExportComponent. noopSampledSpanStore
Methods in io.opencensus.trace.export that return SampledSpanStore Modifier and Type Method Description abstract SampledSpanStore
ExportComponent. getSampledSpanStore()
Returns theSampledSpanStore
that can be used to get useful debugging information, such as latency based sampled spans, error based sampled spans.SampledSpanStore
ExportComponent.NoopExportComponent. getSampledSpanStore()
(package private) static SampledSpanStore
SampledSpanStore. newNoopSampledSpanStore()
Returns aSampledSpanStore
that maintains a set of span names, but always returns an empty list ofSpanData
.
-