2 writes to PointType
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
398PointType = point.PointType, 462PointType = first.PointType!.Value,
6 references to PointType
Aspire.Dashboard (6)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (4)
243MetricValueBase value = point.PointType switch 248_ => throw new InvalidOperationException($"Unknown metric point type '{point.PointType}'.") 250if (point.PointType != HistogramPointType) 435point => new MetricPointKey(point.DimensionId, point.PointType, point.StartTimeTicks),
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
187var latestPointType = pendingLatest?.PointType ?? latest?.PointType; 257var latestPointType = pendingLatest?.PointType ?? latest?.PointType;