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