1 reference to MaxInstrumentBatchSize
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
364
foreach (var batch in pendingMetrics.Take(availableCount).Chunk(
MaxInstrumentBatchSize
))