2 writes to Attributes
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
271Attributes = ConvertAttributes(evt.Attributes)
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).Attributes = value!,
3 references to Attributes
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
192if (json.Attributes is not null) 194foreach (var attr in json.Attributes)
OtlpJsonSerializerContext.OtlpSpanEventJson.g.cs (1)
98Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpSpanEventJson)obj).Attributes,