2 references to MaxLogAttributeReadBatchSize
Aspire.Dashboard (2)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
683
foreach (var logIdBatch in logIds.Chunk(
MaxLogAttributeReadBatchSize
))
Otlp\Storage\SqliteTelemetryRepository.Runtime.cs (1)
384
foreach (var logIdBatch in logIds.Chunk(
MaxLogAttributeReadBatchSize
))