Skip to content

Commit

Permalink
feat: reduce the small batch size profile to 256 spans (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir authored Oct 25, 2024
1 parent 0f2ed69 commit 1f84889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cmd/resources/profiles/small-batches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f84889

Please sign in to comment.