2 references to TraceId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
42var tracesById = MaterializeTraces(connection, batch.Select(record => record.TraceId).ToArray()); 43traces.AddRange(batch.Select(record => tracesById[record.TraceId]));