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