6 references to AddExemplars
Aspire.Dashboard (6)
Otlp\Model\MetricValues\DimensionScope.cs (6)
46AddExemplars(lastLongValue, d.Exemplars, options); 56AddExemplars(_lastValue, d.Exemplars, options); 66AddExemplars(lastDoubleValue, d.Exemplars, options); 76AddExemplars(_lastValue, d.Exemplars, options); 91AddExemplars(lastHistogramValue, h.Exemplars, options); 109AddExemplars(_lastValue, h.Exemplars, options);