Uses of Class
io.opencensus.trace.export.RunningSpanStore.PerSpanNameSummary
Packages that use RunningSpanStore.PerSpanNameSummary
-
Uses of RunningSpanStore.PerSpanNameSummary in io.opencensus.trace.export
Methods in io.opencensus.trace.export that return RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionRunningSpanStore.PerSpanNameSummary.create(int numRunningSpans) Returns a new instance ofPerSpanNameSummary.Methods in io.opencensus.trace.export that return types with arguments of type RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionabstract Map<String, RunningSpanStore.PerSpanNameSummary> RunningSpanStore.Summary.getPerSpanNameSummary()Returns a map with summary of available data for each span name.Method parameters in io.opencensus.trace.export with type arguments of type RunningSpanStore.PerSpanNameSummaryModifier and TypeMethodDescriptionstatic RunningSpanStore.SummaryRunningSpanStore.Summary.create(Map<String, RunningSpanStore.PerSpanNameSummary> perSpanNameSummary) Returns a new instance ofSummary.