5 overrides of Collect
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\CounterAggregator.cs (2)
54
public override IAggregationStatistics
Collect
()
102
public override IAggregationStatistics
Collect
()
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (1)
83
public override IAggregationStatistics
Collect
()
System\Diagnostics\Metrics\LastValueAggregator.cs (2)
20
public override IAggregationStatistics
Collect
()
50
public override IAggregationStatistics
Collect
() => new SynchronousLastValueStatistics(Volatile.Read(ref _lastValue));
3 references to Collect
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
98
IAggregationStatistics stats = agg.
Collect
();
302
IAggregationStatistics stats = NoLabelAggregator.
Collect
();
507
IAggregationStatistics stats = kvValue.Value.
Collect
();