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