Uses of Interface
io.opentelemetry.sdk.metrics.data.ExponentialHistogramBuckets
Packages that use ExponentialHistogramBuckets
Package
Description
Classes which form the in-memory representation of the OpenTelemetry metrics data model.
The data format to model metrics for export.
-
Uses of ExponentialHistogramBuckets in io.opentelemetry.sdk.metrics.data
Methods in io.opentelemetry.sdk.metrics.data that return ExponentialHistogramBucketsModifier and TypeMethodDescriptionExponentialHistogramPointData.getNegativeBuckets()Return theExponentialHistogramBucketsrepresenting the negative measurements taken for this histogram.ExponentialHistogramPointData.getPositiveBuckets()Return theExponentialHistogramBucketsrepresenting the positive measurements taken for this histogram. -
Uses of ExponentialHistogramBuckets in io.opentelemetry.sdk.metrics.internal.data
Classes in io.opentelemetry.sdk.metrics.internal.data that implement ExponentialHistogramBucketsModifier and TypeClassDescriptionclassAn emptyExponentialHistogramBucketsclassAuto value implementation ofExponentialHistogramBuckets.final classA mutableExponentialHistogramBucketsMethods in io.opentelemetry.sdk.metrics.internal.data that return ExponentialHistogramBucketsModifier and TypeMethodDescriptionstatic ExponentialHistogramBucketsCreate a ExponentialHistogramBuckets.static ExponentialHistogramBucketsEmptyExponentialHistogramBuckets.get(int scale) MutableExponentialHistogramPointData.getNegativeBuckets()MutableExponentialHistogramPointData.getPositiveBuckets()Methods in io.opentelemetry.sdk.metrics.internal.data with parameters of type ExponentialHistogramBucketsModifier and TypeMethodDescriptionImmutableExponentialHistogramPointData.create(int scale, double sum, long zeroCount, boolean hasMin, double min, boolean hasMax, double max, ExponentialHistogramBuckets positiveBuckets, ExponentialHistogramBuckets negativeBuckets, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars) Create a DoubleExponentialHistogramPointData.MutableExponentialHistogramPointData.set(int scale, double sum, long zeroCount, boolean hasMin, double min, boolean hasMax, double max, ExponentialHistogramBuckets positiveBuckets, ExponentialHistogramBuckets negativeBuckets, long startEpochNanos, long epochNanos, Attributes attributes, List<DoubleExemplarData> exemplars)