1 write to Attributes
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).Attributes = value!,
3 references to Attributes
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
504if (json.Attributes is not null) 506foreach (var attr in json.Attributes)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
58Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).Attributes,