Uses of Class
io.opencensus.implcore.trace.export.InProcessSampledSpanStoreImpl.Bucket
-
Packages that use InProcessSampledSpanStoreImpl.Bucket Package Description io.opencensus.implcore.trace.export -
-
Uses of InProcessSampledSpanStoreImpl.Bucket in io.opencensus.implcore.trace.export
Fields in io.opencensus.implcore.trace.export declared as InProcessSampledSpanStoreImpl.Bucket Modifier and Type Field Description private InProcessSampledSpanStoreImpl.Bucket[]InProcessSampledSpanStoreImpl.PerSpanNameSamples. errorBucketsprivate InProcessSampledSpanStoreImpl.Bucket[]InProcessSampledSpanStoreImpl.PerSpanNameSamples. latencyBucketsMethods in io.opencensus.implcore.trace.export that return InProcessSampledSpanStoreImpl.Bucket Modifier and Type Method Description private InProcessSampledSpanStoreImpl.BucketInProcessSampledSpanStoreImpl.PerSpanNameSamples. getErrorBucket(Status.CanonicalCode code)private InProcessSampledSpanStoreImpl.BucketInProcessSampledSpanStoreImpl.PerSpanNameSamples. getLatencyBucket(long latencyNs)
-