diff --git a/cli/cmd/resources/profiles/small-batches.yaml b/cli/cmd/resources/profiles/small-batches.yaml index 558fbd783..012f3ca22 100644 --- a/cli/cmd/resources/profiles/small-batches.yaml +++ b/cli/cmd/resources/profiles/small-batches.yaml @@ -6,8 +6,8 @@ metadata: spec: type: batch processorConfig: - send_batch_size: 600 - send_batch_max_size: 800 + send_batch_size: 1 # This processor is after batching happened, and is only to split large ones into smaller ones + send_batch_max_size: 256 orderHint: 100 # Should be after the default batch with orderHint 0, preferably after other processors signals: - TRACES