2 writes to IntegerValue
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
400
IntegerValue
= point.IntegerValue,
464
IntegerValue
= first.IntegerValue,
2 references to IntegerValue
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
245
LongPointType => new MetricValue<long>(point.
IntegerValue
!.Value, new DateTime(point.StartTimeTicks, DateTimeKind.Utc), new DateTime(point.EndTimeTicks, DateTimeKind.Utc)),
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
191
: pointType == LongPointType ? latest?.
IntegerValue
== point.AsInt : latest?.DoubleValue == point.AsDouble);