1 instantiation of PendingSpanEvent
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (1)
772
.SelectMany(pendingSpan => pendingSpan.Span.Events.Select((spanEvent, ordinal) => new
PendingSpanEvent
(
2 references to PendingSpanEvent
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (2)
818
private static void InsertSpanEvents(SqliteConnection connection, IDbTransaction transaction,
PendingSpanEvent
[] events)
838
private static void InsertSpanEventAttributes(SqliteConnection connection, IDbTransaction transaction,
PendingSpanEvent
[] events)