<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="11.0.0-preview.2.26159.112" />

System.Diagnostics.Metrics.Base2ExponentialHistogramAggregator

namespace System.Diagnostics.Metrics { internal sealed class Base2ExponentialHistogramAggregator : Aggregator { public Base2ExponentialHistogramAggregator(int maxBuckets = 160, int scale = 20, bool reportDeltas = false); public int MapToIndex(double value); public static int LeadingZero64(long value); } }