2 references to HistogramValue
Aspire.Dashboard (2)
Otlp\Model\MetricValues\DimensionScope.cs (1)
106
_lastValue = new
HistogramValue
(h.BucketCounts.ToArray(), h.Sum, h.Count, start, end, explicitBounds);
Otlp\Model\MetricValues\HistogramValue.cs (1)
49
var value = new
HistogramValue
(Values, Sum, Count, Start, End, ExplicitBounds);