2 instantiations of ObservableCounterAggregator
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregationManager.cs (2)
315return CheckTimeSeriesAllowed() ? new ObservableCounterAggregator(isMonotonic: true) : null; 358return CheckTimeSeriesAllowed() ? new ObservableCounterAggregator(isMonotonic: false) : null;