From 1f84889b3b68e08c41dce11653d5eeb2173d2a15 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Fri, 25 Oct 2024 14:38:51 +0300 Subject: [PATCH] feat: reduce the small batch size profile to 256 spans (#1620) --- cli/cmd/resources/profiles/small-batches.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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