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