Uses of Class
io.opencensus.trace.export.SampledSpanStore.LatencyBucketBoundaries
-
Packages that use SampledSpanStore.LatencyBucketBoundaries Package Description io.opencensus.contrib.zpages io.opencensus.implcore.trace.export io.opencensus.trace.export -
-
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.contrib.zpages
Fields in io.opencensus.contrib.zpages with type parameters of type SampledSpanStore.LatencyBucketBoundaries Modifier and Type Field Description private static java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.String>
TracezZPageHandler. LATENCY_BUCKET_BOUNDARIES_STRING_MAP
Methods in io.opencensus.contrib.zpages that return types with arguments of type SampledSpanStore.LatencyBucketBoundaries Modifier and Type Method Description private static java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.String>
TracezZPageHandler. buildLatencyBucketBoundariesStringMap()
Methods in io.opencensus.contrib.zpages with parameters of type SampledSpanStore.LatencyBucketBoundaries Modifier and Type Method Description private static java.lang.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.LatencyBucketBoundaries Modifier and Type Method Description private java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.Integer>
InProcessSampledSpanStoreImpl.PerSpanNameSamples. getNumbersOfLatencySampledSpans()
-
Uses of SampledSpanStore.LatencyBucketBoundaries in io.opencensus.trace.export
Fields in io.opencensus.trace.export with type parameters of type SampledSpanStore.LatencyBucketBoundaries Modifier and Type Field Description private java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.Integer>
AutoValue_SampledSpanStore_PerSpanNameSummary. numbersOfLatencySampledSpans
Methods in io.opencensus.trace.export that return SampledSpanStore.LatencyBucketBoundaries Modifier and Type Method Description static SampledSpanStore.LatencyBucketBoundaries
SampledSpanStore.LatencyBucketBoundaries. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SampledSpanStore.LatencyBucketBoundaries[]
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.LatencyBucketBoundaries Modifier and Type Method Description java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.Integer>
AutoValue_SampledSpanStore_PerSpanNameSummary. getNumbersOfLatencySampledSpans()
abstract java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.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.LatencyBucketBoundaries Modifier and Type Method Description static SampledSpanStore.PerSpanNameSummary
SampledSpanStore.PerSpanNameSummary. create(java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.Integer> numbersOfLatencySampledSpans, java.util.Map<Status.CanonicalCode,java.lang.Integer> numbersOfErrorSampledSpans)
Returns a new instance ofPerSpanNameSummary
.Constructor parameters in io.opencensus.trace.export with type arguments of type SampledSpanStore.LatencyBucketBoundaries Constructor Description AutoValue_SampledSpanStore_PerSpanNameSummary(java.util.Map<SampledSpanStore.LatencyBucketBoundaries,java.lang.Integer> numbersOfLatencySampledSpans, java.util.Map<Status.CanonicalCode,java.lang.Integer> numbersOfErrorSampledSpans)
-