1 write to Attributes
Aspire.Dashboard (1)
Model\SpanDetailsViewModel.cs (1)
74Attributes = attributes,
2 references to Attributes
Aspire.Dashboard (2)
Components_Controls_SpanDetails_razor.g.cs (2)
2222if (context.Attributes.Length > 0) 2249context.Attributes.Select(pair => new OtlpSpanAttributeItem(pair.Key, pair.Value)).AsQueryable()