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