Skip to content

Commit e89332f

Browse files
authored
[chore] add missing multiplier option to exporterhelper readme (#12776)
#### Description This PR adds the already existing/supported `multiplier` config option to the exporterhelper's readme.
1 parent 1dea318 commit e89332f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/exporterhelper/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The following configuration options can be modified:
1313
- `initial_interval` (default = 5s): Time to wait after the first failure before retrying; ignored if `enabled` is `false`
1414
- `max_interval` (default = 30s): Is the upper bound on backoff; ignored if `enabled` is `false`
1515
- `max_elapsed_time` (default = 300s): Is the maximum amount of time spent trying to send a batch; ignored if `enabled` is `false`. If set to 0, the retries are never stopped.
16+
- `multiplier` (default = 1.5): Factor by which the retry interval is multiplied on each attempt; ignored if `enabled` is `false`
1617
- `sending_queue`
1718
- `enabled` (default = true)
1819
- `num_consumers` (default = 10): Number of consumers that dequeue batches; ignored if `enabled` is `false`

0 commit comments

Comments
 (0)