2 writes to SourceSpanId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
826SourceSpanId = link.SourceSpanId,
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
958SourceSpanId = spanId,
6 references to SourceSpanId
Aspire.Dashboard (2)
Model\SpanDetailsViewModel.cs (1)
43var backlinks = span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.Attributes, telemetryRepository, traceCache)).ToList();
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
880parameters[1].Value = link.SourceSpanId;
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
1316AssertId("1-1", link.SourceSpanId); 1320AssertId("1-2", backLink.SourceSpanId); 1326AssertId("1-2", link.SourceSpanId); 1330AssertId("1-1", backLink.SourceSpanId);