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/otlphttpexporter/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ The following settings can be optionally configured:
44
44
-`write_buffer_size` (default = 512 * 1024): WriteBufferSize for HTTP client.
45
45
-`encoding` (default = proto): The encoding to use for the messages (valid options: `proto`, `json`)
46
46
-`retry_on_failure`: see [Retry on Failure](../exporterhelper/README.md#retry-on-failure) for the full set of available options.
47
+
-`retryable_statuses` (default = [429, 502, 503, 504]): List of HTTP status codes that should trigger retries. This option allows limiting which codes will be retried in case a backend is known to return codes that are not actually retryable.
47
48
-`sending_queue`: see [Sending Queue](../exporterhelper/README.md#sending-queue) for the full set of available options.
48
49
49
50
Example:
@@ -72,5 +73,16 @@ exporters:
72
73
encoding: json
73
74
```
74
75
76
+
To customize which HTTP status codes should trigger retries (useful in gateway mode):
0 commit comments