Uses of Class
io.opencensus.trace.export.SampledSpanStore.Summary
Packages that use SampledSpanStore.Summary
-
Uses of SampledSpanStore.Summary in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export that return SampledSpanStore.Summary -
Uses of SampledSpanStore.Summary in io.opencensus.trace.export
Methods in io.opencensus.trace.export that return SampledSpanStore.SummaryModifier and TypeMethodDescriptionstatic SampledSpanStore.SummarySampledSpanStore.Summary.create(Map<String, SampledSpanStore.PerSpanNameSummary> perSpanNameSummary) Returns a new instance ofSummary.abstract SampledSpanStore.SummarySampledSpanStore.getSummary()Returns the summary of all available data, such as number of sampled spans in the latency based samples or error based samples.