1 write to TimeUnixNano
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
434TimeUnixNano = OtlpHelpers.DateTimeToUnixNanoseconds(evt.Time),
2 references to TimeUnixNano
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
185if (json.TimeUnixNano.HasValue) 187evt.TimeUnixNano = json.TimeUnixNano.Value;