1 write to Attributes
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1182Attributes = e.Attributes.ToKeyValuePairs(context)
6 references to Attributes
Aspire.Dashboard (2)
Components\Pages\TraceDetail.razor.cs (2)
290var links = viewModel.Span.Links.Select(l => CreateLinkViewModel(l.TraceId, l.SpanId, l.Attributes, traceCache)).ToList(); 291var backlinks = viewModel.Span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.Attributes, traceCache)).ToList();
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
657Assert.Collection(l.Attributes, 668Assert.Collection(l.Attributes, 682Assert.Collection(l.Attributes, 693Assert.Collection(l.Attributes,