2 writes to Attributes
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
830Attributes = ToPairs(linkAttributes[link.LinkId])
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
963Attributes = link.Attributes.ToKeyValuePairs(_otlpContext)
6 references to Attributes
Aspire.Dashboard (4)
Model\SpanDetailsViewModel.cs (2)
42var links = span.Links.Select(l => CreateLinkViewModel(l.TraceId, l.SpanId, l.Attributes, telemetryRepository, traceCache)).ToList(); 43var backlinks = span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.Attributes, telemetryRepository, traceCache)).ToList();
Model\TelemetryExportService.cs (1)
437Attributes = ConvertAttributes(link.Attributes)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
894.SelectMany(link => link.Link.Attributes.Select((attribute, ordinal) => new
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TraceTests.cs (2)
1118Assert.Collection(l.Attributes, 1129Assert.Collection(l.Attributes,