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