1 instantiation of PendingSpanLink
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
783
.SelectMany(pendingSpan => pendingSpan.Span.Links.Select(link => new
PendingSpanLink
(link)))
2 references to PendingSpanLink
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (2)
865
private static void InsertSpanLinks(SqliteConnection connection, IDbTransaction transaction,
PendingSpanLink
[] links)
890
private static void InsertSpanLinkAttributes(SqliteConnection connection, IDbTransaction transaction,
PendingSpanLink
[] links)