1 write to TimeUnixNano
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
99Setter = 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)
515if (json.TimeUnixNano.HasValue) 517dataPoint.TimeUnixNano = json.TimeUnixNano.Value;
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
98Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).TimeUnixNano,