OpenTelemetry.Metrics.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();
}
}