1 write to StartTimeUnixNano
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
550StartTimeUnixNano = OtlpHelpers.DateTimeToUnixNanoseconds(value.Start),
2 references to StartTimeUnixNano
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
512if (json.StartTimeUnixNano.HasValue) 514dataPoint.StartTimeUnixNano = json.StartTimeUnixNano.Value;