summaryrefslogtreecommitdiff
path: root/releasenotes/notes/polling-batch-size-7fe11925df8d1221.yaml
blob: 28faec2ea404d4738503f2f9d80b74194b65cf82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - >
    Add support for configuring the size of samples the poller will send in
    each batch.
upgrade:
  - >
    batch_size option added to [polling] section of configuration.
    Use batch_size=0 to disable batching of samples.
deprecations:
  - >
    The option batch_polled_samples in the [DEFAULT] section is deprecated.
    Use batch_size option in [polling] to configure and/or disable batching.