Uses of Enum
io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
Packages that use SampledSpanStore.LatencyBucketBoundaries
-
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.trace.export
Subclasses with type arguments of type SampledSpanStore.LatencyBucketBoundaries in io.opencensus.trace.exportModifier and TypeClassDescriptionstatic enumThe latency buckets boundaries.Methods in io.opencensus.trace.export that return SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.SampledSpanStore.LatencyBucketBoundaries.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace.export that return types with arguments of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionabstract Map<SampledSpanStore.LatencyBucketBoundaries, Integer> SampledSpanStore.PerSpanNameSummary.getNumbersOfLatencySampledSpans()Returns the number of sampled spans in all the latency buckets.Method parameters in io.opencensus.trace.export with type arguments of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionSampledSpanStore.PerSpanNameSummary.create(Map<SampledSpanStore.LatencyBucketBoundaries, Integer> numbersOfLatencySampledSpans, Map<Status.CanonicalCode, Integer> numbersOfErrorSampledSpans) Returns a new instance ofPerSpanNameSummary.