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