1 write to TimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
99
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
TimeUnixNano
= value!,
3 references to TimeUnixNano
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
515
if (json.
TimeUnixNano
.HasValue)
517
dataPoint.TimeUnixNano = json.
TimeUnixNano
.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
98
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
TimeUnixNano
,