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