7 references to HistogramPointType
Aspire.Dashboard (7)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (3)
70
CASE WHEN p.point_type = {
HistogramPointType
} THEN p.start_time_ticks END DESC,
247
HistogramPointType
=> CreateHistogramValue(point),
250
if (point.PointType !=
HistogramPointType
)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (4)
260
if (latestPointType ==
HistogramPointType
&& latestBucketCountLength != point.BucketCounts.Count)
265
var sameCount = latestPointType ==
HistogramPointType
&&
287
if (latestPointType ==
HistogramPointType
)
295
PointType =
HistogramPointType
,