1 write to SourceSpanId
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1177SourceSpanId = id,
6 references to SourceSpanId
Aspire.Dashboard (2)
Components\Pages\TraceDetail.razor.cs (1)
291var backlinks = viewModel.Span.BackLinks.Select(l => CreateLinkViewModel(l.SourceTraceId, l.SourceSpanId, l.Attributes, traceCache)).ToList();
Otlp\Storage\TelemetryRepository.cs (1)
1155sb.AppendLine(CultureInfo.InvariantCulture, $"\tSource span ID: {link.SourceSpanId}, Target span ID: {link.SpanId}");
Aspire.Dashboard.Tests (4)
TelemetryRepositoryTests\TraceTests.cs (4)
882AssertId("1-1", link.SourceSpanId); 886AssertId("1-2", backLink.SourceSpanId); 892AssertId("1-2", link.SourceSpanId); 896AssertId("1-1", backLink.SourceSpanId);