Uses of Class
io.opencensus.trace.export.SampledSpanStore
Packages that use 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. -
Uses of SampledSpanStore in io.opencensus.trace.export
Methods 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.