1 write to IntegerValue
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
225
IntegerValue
= pointType == LongPointType ? point.AsInt : (long?)null,
3 references to IntegerValue
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (3)
190
? pointType == LongPointType ? pendingLatest.
IntegerValue
== point.AsInt : pendingLatest.DoubleValue == point.AsDouble
370
parameters[5].Value = point.
IntegerValue
?? (object)DBNull.Value;
400
IntegerValue = point.
IntegerValue
,