You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exporter/exporterhelper/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ The following configuration options can be modified:
13
13
-`initial_interval` (default = 5s): Time to wait after the first failure before retrying; ignored if `enabled` is `false`
14
14
-`max_interval` (default = 30s): Is the upper bound on backoff; ignored if `enabled` is `false`
15
15
-`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`
16
17
-`sending_queue`
17
18
-`enabled` (default = true)
18
19
-`num_consumers` (default = 10): Number of consumers that dequeue batches; ignored if `enabled` is `false`
0 commit comments