1 write to IntegerValue
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
225IntegerValue = 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 370parameters[5].Value = point.IntegerValue ?? (object)DBNull.Value; 400IntegerValue = point.IntegerValue,