Uses of Enum
io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
Packages that use SampledSpanStore.LatencyBucketBoundaries
Package
Description
-
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages with type parameters of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeFieldDescriptionprivate static final Map
<SampledSpanStore.LatencyBucketBoundaries, String> TracezZPageHandler.LATENCY_BUCKET_BOUNDARIES_STRING_MAP
Methods in io.opencensus.contrib.zpages that return types with arguments of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionprivate static Map
<SampledSpanStore.LatencyBucketBoundaries, String> TracezZPageHandler.buildLatencyBucketBoundariesStringMap()
Methods in io.opencensus.contrib.zpages with parameters of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionprivate static String
TracezZPageHandler.latencyBucketBoundariesToString
(SampledSpanStore.LatencyBucketBoundaries latencyBucketBoundaries) -
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.implcore.trace.export
Methods in io.opencensus.implcore.trace.export that return types with arguments of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeMethodDescriptionInProcessSampledSpanStoreImpl.PerSpanNameSamples.getNumbersOfLatencySampledSpans()
-
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type SampledSpanStore.LatencyBucketBoundariesModifier and TypeFieldDescriptionprivate final Map
<SampledSpanStore.LatencyBucketBoundaries, Integer> AutoValue_SampledSpanStore_PerSpanNameSummary.numbersOfLatencySampledSpans
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 TypeMethodDescriptionAutoValue_SampledSpanStore_PerSpanNameSummary.getNumbersOfLatencySampledSpans()
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
.Constructor parameters in io.opencensus.trace.export with type arguments of type SampledSpanStore.LatencyBucketBoundariesModifierConstructorDescription(package private)
AutoValue_SampledSpanStore_PerSpanNameSummary
(Map<SampledSpanStore.LatencyBucketBoundaries, Integer> numbersOfLatencySampledSpans, Map<Status.CanonicalCode, Integer> numbersOfErrorSampledSpans)