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