2 instantiations of CounterAggregator
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (2)
390
return CheckTimeSeriesAllowed() ? new
CounterAggregator
(isMonotonic: true) : null;
441
return CheckTimeSeriesAllowed() ? new
CounterAggregator
(isMonotonic: false) : null;