2 writes to Attributes
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
830
Attributes
= ToPairs(linkAttributes[link.LinkId])
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
963
Attributes
= link.Attributes.ToKeyValuePairs(_otlpContext)
6 references to Attributes
Aspire.Dashboard (4)
Model\SpanDetailsViewModel.cs (2)
42
var links = span.Links.Select(l => CreateLinkViewModel(l.TraceId, l.SpanId, l.
Attributes
, telemetryRepository, traceCache)).ToList();
43
var backlinks = span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.
Attributes
, telemetryRepository, traceCache)).ToList();
Model\TelemetryExportService.cs (1)
437
Attributes = 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)
1118
Assert.Collection(l.
Attributes
,
1129
Assert.Collection(l.
Attributes
,