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