1 write to TimeUnixNano
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
589TimeUnixNano = OtlpHelpers.DateTimeToUnixNanoseconds(value.End),
2 references to TimeUnixNano
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
553if (json.TimeUnixNano.HasValue) 555dataPoint.TimeUnixNano = json.TimeUnixNano.Value;