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 SampledSpanStoreTracezZPageHandler.sampledSpanStoreMethods in io.opencensus.contrib.zpages with parameters of type SampledSpanStoreModifier and TypeMethodDescription(package private) static TracezZPageHandlerTracezZPageHandler.create(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) Constructs a newTracezZPageHandler.Constructors in io.opencensus.contrib.zpages with parameters of type SampledSpanStoreModifierConstructorDescriptionprivateTracezZPageHandler(RunningSpanStore runningSpanStore, SampledSpanStore sampledSpanStore) -
Uses of SampledSpanStore in io.opencensus.implcore.trace.export
Subclasses of SampledSpanStore in io.opencensus.implcore.trace.exportModifier and TypeClassDescriptionfinal classIn-process implementation of theSampledSpanStore.classAbstract 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 classFields in io.opencensus.trace.export declared as SampledSpanStoreModifier and TypeFieldDescriptionprivate final SampledSpanStoreExportComponent.NoopExportComponent.noopSampledSpanStoreMethods in io.opencensus.trace.export that return SampledSpanStoreModifier and TypeMethodDescriptionabstract SampledSpanStoreExportComponent.getSampledSpanStore()Returns theSampledSpanStorethat can be used to get useful debugging information, such as latency based sampled spans, error based sampled spans.ExportComponent.NoopExportComponent.getSampledSpanStore()(package private) static SampledSpanStoreSampledSpanStore.newNoopSampledSpanStore()Returns aSampledSpanStorethat maintains a set of span names, but always returns an empty list ofSpanData.