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 Details

    • create

      public static ExponentialHistogramBuckets create(int scale, int offset, List<Long> bucketCounts)
      Create a ExponentialHistogramBuckets.
      Returns:
      a ExponentialHistogramBuckets.