Uses of Class
io.opencensus.trace.export.SampledSpanStore.Summary
Packages that use SampledSpanStore.Summary
-
Uses of SampledSpanStore.Summary in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as SampledSpanStore.SummaryModifier and TypeFieldDescriptionprivate static final SampledSpanStore.Summary
SampledSpanStoreImpl.NoopSampledSpanStoreImpl.EMPTY_SUMMARY
Methods in io.opencensus.implcore.trace.export that return SampledSpanStore.SummaryModifier and TypeMethodDescriptionInProcessSampledSpanStoreImpl.getSummary()
SampledSpanStoreImpl.NoopSampledSpanStoreImpl.getSummary()
-
Uses of SampledSpanStore.Summary in io.opencensus.trace.export
Subclasses of SampledSpanStore.Summary in io.opencensus.trace.exportModifier and TypeClassDescription(package private) final class
Methods in io.opencensus.trace.export that return SampledSpanStore.SummaryModifier and TypeMethodDescriptionstatic SampledSpanStore.Summary
SampledSpanStore.Summary.create
(Map<String, SampledSpanStore.PerSpanNameSummary> perSpanNameSummary) Returns a new instance ofSummary
.abstract SampledSpanStore.Summary
SampledSpanStore.getSummary()
Returns the summary of all available data, such as number of sampled spans in the latency based samples or error based samples.SampledSpanStore.NoopSampledSpanStore.getSummary()