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/awss3exporter/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The following exporter configuration parameters are supported.
37
37
|`disable_ssl`| set this to `true` to disable SSL when sending requests | false |
38
38
|`compression`| should the file be compressed | none |
39
39
|`sending_queue`|[exporters common queuing](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md)| disabled |
40
+
|`timeout`|[exporters common timeout](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md)| 5s |
40
41
41
42
### Marshaler
42
43
@@ -76,6 +77,9 @@ exporters:
76
77
enabled: true
77
78
num_consumers: 10
78
79
queue_size: 100
80
+
81
+
# Optional (5s by default)
82
+
timeout: 20s
79
83
```
80
84
81
85
Logs and traces will be stored inside 'databucket' in the following path format.
0 commit comments