<PackageReference Include="OpenTelemetry" Version="1.15.2" />

OpenTelemetry.Metrics.ExponentialHistogramBuckets

public sealed class ExponentialHistogramBuckets
Contains the buckets of an exponential histogram.
namespace OpenTelemetry.Metrics { public sealed class ExponentialHistogramBuckets { public struct Enumerator { public long Current { get; } public bool MoveNext(); } public int Offset { get; } public Enumerator GetEnumerator(); } }