2 writes to SourceTraceId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (1)
825
SourceTraceId
= link.SourceTraceId,
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
959
SourceTraceId
= trace.TraceId,
2 references to SourceTraceId
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)
879
parameters[0].Value = link.
SourceTraceId
;