1 write to ObservedTimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
79Setter = 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)
296if (json.ObservedTimeUnixNano.HasValue) 298logRecord.ObservedTimeUnixNano = json.ObservedTimeUnixNano.Value;
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
78Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).ObservedTimeUnixNano,