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.Summary
SampledSpanStoreImpl.NoopSampledSpanStoreImpl. EMPTY_SUMMARY
Methods in io.opencensus.implcore.trace.export that return SampledSpanStore.Summary Modifier and Type Method Description SampledSpanStore.Summary
InProcessSampledSpanStoreImpl. getSummary()
SampledSpanStore.Summary
SampledSpanStoreImpl.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) class
AutoValue_SampledSpanStore_Summary
Methods in io.opencensus.trace.export that return SampledSpanStore.Summary Modifier and Type Method Description static SampledSpanStore.Summary
SampledSpanStore.Summary. create(java.util.Map<java.lang.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.Summary
SampledSpanStore.NoopSampledSpanStore. getSummary()
-