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
+5
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ 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 |
41
+
40
42
41
43
### Marshaler
42
44
@@ -76,6 +78,9 @@ exporters:
76
78
enabled: true
77
79
num_consumers: 10
78
80
queue_size: 100
81
+
82
+
# Optional (5s by default)
83
+
timeout: 20s
79
84
```
80
85
81
86
Logs and traces will be stored inside 'databucket' in the following path format.
0 commit comments