1 write to TimeUnixNano
aspire (1)
OtlpCliJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpLogRecordJson)obj).TimeUnixNano = value!,
2 references to TimeUnixNano
aspire (2)
Commands\TelemetryLogsCommand.cs (1)
254var timestamp = OtlpHelpers.FormatNanoTimestamp(log.TimeUnixNano);
OtlpCliJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
58Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpLogRecordJson)obj).TimeUnixNano,