2 writes to IntegerValue
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (2)
400IntegerValue = point.IntegerValue, 464IntegerValue = first.IntegerValue,
2 references to IntegerValue
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
245LongPointType => 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);