Uses of Class
io.opencensus.trace.export.SampledSpanStore
Packages that use SampledSpanStore
Package
Description
-
Uses of SampledSpanStore in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages declared as SampledSpanStoreModifier and TypeFieldDescriptionprivate final SampledSpanStore
TracezZPageHandler.sampledSpanStore
Methods in io.opencensus.contrib.zpages with parameters of type SampledSpanStoreModifier 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 SampledSpanStoreModifierConstructorDescriptionprivate
TracezZPageHandler
(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) -
Uses of SampledSpanStore in io.opencensus.implcore.trace.export
Subclasses of SampledSpanStore in io.opencensus.implcore.trace.exportModifier and TypeClassDescriptionfinal class
In-process implementation of theSampledSpanStore
.class
Abstract implementation of theSampledSpanStore
.private static final class
-
Uses of SampledSpanStore in io.opencensus.trace.export
Subclasses of SampledSpanStore in io.opencensus.trace.exportModifier and TypeClassDescriptionprivate static final class
Fields in io.opencensus.trace.export declared as SampledSpanStoreModifier and TypeFieldDescriptionprivate final SampledSpanStore
ExportComponent.NoopExportComponent.noopSampledSpanStore
Methods in io.opencensus.trace.export that return SampledSpanStoreModifier and TypeMethodDescriptionabstract SampledSpanStore
ExportComponent.getSampledSpanStore()
Returns theSampledSpanStore
that can be used to get useful debugging information, such as latency based sampled spans, error based sampled spans.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
.