1 write to ObservedTimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
79
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).
ObservedTimeUnixNano
= value!,
3 references to ObservedTimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
296
if (json.
ObservedTimeUnixNano
.HasValue)
298
logRecord.ObservedTimeUnixNano = json.
ObservedTimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
78
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).
ObservedTimeUnixNano
,