OpenTelemetry.Metrics.ExponentialHistogramData
Contains the data for an exponential histogram.
namespace OpenTelemetry.Metrics
{
public sealed class ExponentialHistogramData
{
public int Scale { get; }
public long ZeroCount { get; }
public ExponentialHistogramBuckets PositiveBuckets { get; }
}
}