We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e59f72 commit cc09fa0Copy full SHA for cc09fa0
processor/batchprocessor/README.md
@@ -17,6 +17,9 @@ Please refer to [config.go](./config.go) for the config spec.
17
The following configuration options can be modified:
18
- `send_batch_size` (default = 8192): Number of spans, metric data points, or log
19
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.
23
- `timeout` (default = 200ms): Time duration after which a batch will be sent
24
regardless of size.
25
- `send_batch_max_size` (default = 0): The upper limit of the batch size.
0 commit comments