2 writes to TimeUnixNano
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
269TimeUnixNano = OtlpHelpers.DateTimeToUnixNanoseconds(evt.Time),
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).TimeUnixNano = value!,
3 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
184if (json.TimeUnixNano.HasValue) 186evt.TimeUnixNano = json.TimeUnixNano.Value;
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
58Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).TimeUnixNano,