OpenTelemetry.Metrics.HistogramBuckets
A collection of HistogramBuckets associated with a histogram metric type.
namespace OpenTelemetry.Metrics
{
public class HistogramBuckets
{
public struct Enumerator
{
public HistogramBucket Current { get; }
public bool MoveNext();
}
public Enumerator GetEnumerator();
}
}