2 references to LinkId
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Traces.Reads.cs (2)
765
foreach (var linkIdBatch in linkRecords.Select(record => record.
LinkId
).Chunk(MaxSpanDetailBatchSize))
830
Attributes = ToPairs(linkAttributes[link.
LinkId
])