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