Class ImmutableExponentialHistogramBuckets
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableExponentialHistogramBuckets
- All Implemented Interfaces:
ExponentialHistogramBuckets
@Immutable
public abstract class ImmutableExponentialHistogramBuckets
extends Object
implements ExponentialHistogramBuckets
Auto value implementation of
ExponentialHistogramBuckets.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExponentialHistogramBucketsCreate a ExponentialHistogramBuckets.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExponentialHistogramBuckets
getBucketCounts, getOffset, getScale, getTotalCount
-
Method Details
-
create
Create a ExponentialHistogramBuckets.- Returns:
- a ExponentialHistogramBuckets.
-