2 writes to PointType
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
221PointType = pointType, 295PointType = HistogramPointType,
4 references to PointType
Aspire.Dashboard (4)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (4)
187var latestPointType = pendingLatest?.PointType ?? latest?.PointType; 257var latestPointType = pendingLatest?.PointType ?? latest?.PointType; 366parameters[1].Value = point.PointType; 398PointType = point.PointType,