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: pipeline/outputs/vivo-exporter.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Vivo Exporter is an output plugin that exposes logs, metrics, and traces through
9
9
|`empty_stream_on_read`| If enabled, when an HTTP client consumes the data from a stream, the stream content will be removed. | Off |
10
10
|`stream_queue_size`| Specify the maximum queue size per stream. Each specific stream for logs, metrics and traces can hold up to `stream_queue_size` bytes. | 20M |
11
11
|`http_cors_allow_origin`| Specify the value for the HTTP Access-Control-Allow-Origin header (CORS). ||
12
+
|`workers`| The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. |`1`|
0 commit comments