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 SampledSpanStoreTracezZPageHandler. sampledSpanStoreMethods in io.opencensus.contrib.zpages with parameters of type SampledSpanStore 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 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 classInProcessSampledSpanStoreImplIn-process implementation of theSampledSpanStore.classSampledSpanStoreImplAbstract implementation of theSampledSpanStore.private static classSampledSpanStoreImpl.NoopSampledSpanStoreImpl -
Uses of SampledSpanStore in io.opencensus.trace.export
Subclasses of SampledSpanStore in io.opencensus.trace.export Modifier and Type Class Description private static classSampledSpanStore.NoopSampledSpanStoreFields in io.opencensus.trace.export declared as SampledSpanStore Modifier and Type Field Description private SampledSpanStoreExportComponent.NoopExportComponent. noopSampledSpanStoreMethods in io.opencensus.trace.export that return SampledSpanStore Modifier and Type Method Description abstract SampledSpanStoreExportComponent. getSampledSpanStore()Returns theSampledSpanStorethat can be used to get useful debugging information, such as latency based sampled spans, error based sampled spans.SampledSpanStoreExportComponent.NoopExportComponent. getSampledSpanStore()(package private) static SampledSpanStoreSampledSpanStore. newNoopSampledSpanStore()Returns aSampledSpanStorethat maintains a set of span names, but always returns an empty list ofSpanData.
-