Skip to content

Commit cc09fa0

Browse files
committed
Better explanation of split logic.
1 parent 7e59f72 commit cc09fa0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

processor/batchprocessor/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Please refer to [config.go](./config.go) for the config spec.
1717
The following configuration options can be modified:
1818
- `send_batch_size` (default = 8192): Number of spans, metric data points, or log
1919
records in metrics after which a batch will be sent regardless of the timeout.
20+
While creating batches of metrics, the data is being split on metric level and
21+
limited by number of data points. Because of that some of the batches might end
22+
up smaller than this value.
2023
- `timeout` (default = 200ms): Time duration after which a batch will be sent
2124
regardless of size.
2225
- `send_batch_max_size` (default = 0): The upper limit of the batch size.

0 commit comments

Comments
 (0)