1 write to DoubleValue
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
226DoubleValue = pointType == DoublePointType ? point.AsDouble : (double?)null,
3 references to DoubleValue
Aspire.Dashboard (3)
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (3)
190? pointType == LongPointType ? pendingLatest.IntegerValue == point.AsInt : pendingLatest.DoubleValue == point.AsDouble 371parameters[6].Value = point.DoubleValue ?? (object)DBNull.Value; 401DoubleValue = point.DoubleValue,