OpenTelemetry.Metrics.HistogramBucket
Represents a bucket in the histogram metric type.
namespace OpenTelemetry.Metrics
{
public readonly struct HistogramBucket
{
public double ExplicitBound { get; }
public long BucketCount { get; }
}
}