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