6 references to AddExemplars
Aspire.Dashboard (6)
Otlp\Model\MetricValues\DimensionScope.cs (6)
44AddExemplars(lastLongValue, d.Exemplars, context); 54AddExemplars(_lastValue, d.Exemplars, context); 64AddExemplars(lastDoubleValue, d.Exemplars, context); 74AddExemplars(_lastValue, d.Exemplars, context); 89AddExemplars(lastHistogramValue, h.Exemplars, context); 107AddExemplars(_lastValue, h.Exemplars, context);