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