5 references to IngestionExistingSpanRecord
Aspire.Dashboard (5)
Otlp\Storage\SqliteTelemetryRepository.Traces.Writes.cs (5)
161var existingSpans = new Dictionary<(string TraceId, string SpanId), IngestionExistingSpanRecord>(); 199foreach (var record in connection.Query<IngestionExistingSpanRecord>(""" 579ingestionState.ExistingSpans.TryGetValue((span.TraceId, span.ParentSpanId), out var existingParent) && 1275public required IReadOnlyDictionary<(string TraceId, string SpanId), IngestionExistingSpanRecord> ExistingSpans { get; init; }