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