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