2 references to CounterAggregator
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (2)
379
return CheckTimeSeriesAllowed() ? new
CounterAggregator
(isMonotonic: true) : null;
432
return CheckTimeSeriesAllowed() ? new
CounterAggregator
(isMonotonic: false) : null;