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