Otlp\Model\MetricValues\DimensionScope.cs (6)
45AddExemplars(lastLongValue, d.Exemplars, context);
55AddExemplars(_lastValue, d.Exemplars, context);
65AddExemplars(lastDoubleValue, d.Exemplars, context);
75AddExemplars(_lastValue, d.Exemplars, context);
98AddExemplars(lastHistogramValue, h.Exemplars, context);
118AddExemplars(_lastValue, h.Exemplars, context);