2 writes to Attributes
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
347Attributes = scope.Attributes.Length > 0 ? ConvertAttributes(scope.Attributes) : null
OtlpJsonSerializerContext.OtlpInstrumentationScopeJson.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpInstrumentationScopeJson)obj).Attributes = value!,
4 references to Attributes
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
770if (json.Attributes is not null) 772foreach (var attr in json.Attributes)
OtlpJsonSerializerContext.OtlpInstrumentationScopeJson.g.cs (2)
98Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpInstrumentationScopeJson)obj).Attributes, 156global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpKeyValueJson[] __value_Attributes = ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpInstrumentationScopeJson)value).Attributes;