OpenTelemetry.Metrics.Base2ExponentialBucketHistogramConfiguration
Stores configuration for a histogram metric stream with base-2 exponential bucket boundaries.
namespace OpenTelemetry.Metrics
{
public sealed class Base2ExponentialBucketHistogramConfiguration : HistogramConfiguration
{
public int MaxSize { get; set; }
public int MaxScale { get; set; }
public Base2ExponentialBucketHistogramConfiguration();
}
}