1 write to Attributes
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
59
Setter = 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)
504
if (json.
Attributes
is not null)
506
foreach (var attr in json.
Attributes
)
OtlpJsonSerializerContext.OtlpNumberDataPointJson.g.cs (1)
58
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpNumberDataPointJson)obj).
Attributes
,