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