Uses of Class
io.opencensus.trace.export.SampledSpanStore.Summary
-
Packages that use SampledSpanStore.Summary Package Description io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SampledSpanStore.Summary in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as SampledSpanStore.Summary Modifier and Type Field Description private static SampledSpanStore.SummarySampledSpanStoreImpl.NoopSampledSpanStoreImpl. EMPTY_SUMMARYMethods in io.opencensus.implcore.trace.export that return SampledSpanStore.Summary Modifier and Type Method Description SampledSpanStore.SummaryInProcessSampledSpanStoreImpl. getSummary()SampledSpanStore.SummarySampledSpanStoreImpl.NoopSampledSpanStoreImpl. getSummary() -
Uses of SampledSpanStore.Summary in io.opencensus.trace.export
Subclasses of SampledSpanStore.Summary in io.opencensus.trace.export Modifier and Type Class Description (package private) classAutoValue_SampledSpanStore_SummaryMethods in io.opencensus.trace.export that return SampledSpanStore.Summary Modifier and Type Method Description static SampledSpanStore.SummarySampledSpanStore.Summary. create(java.util.Map<java.lang.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.SampledSpanStore.SummarySampledSpanStore.NoopSampledSpanStore. getSummary()
-