Class DoubleBase2ExponentialHistogramAggregator

java.lang.Object
io.opentelemetry.sdk.metrics.internal.aggregator.DoubleBase2ExponentialHistogramAggregator
All Implemented Interfaces:
Aggregator<ExponentialHistogramPointData,DoubleExemplarData>

public final class DoubleBase2ExponentialHistogramAggregator extends Object implements Aggregator<ExponentialHistogramPointData,DoubleExemplarData>
Aggregator that generates base2 exponential histograms.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.