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