1 reference to s_defaultHistogramConfig
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregationManager.cs (1)
51
private Func<Aggregator?> _histogramAggregatorFactory = () => new ExponentialHistogramAggregator(
s_defaultHistogramConfig
);