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