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/opentelemetry.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ Only HTTP endpoints are supported.
20
20
|`metrics_uri`| Specify an optional HTTP URI for the target web server listening for metrics. For example, `/v1/metrics`. |`/`|
21
21
|`logs_uri`| Specify an optional HTTP URI for the target web server listening for logs, For example, `/v1/logs`. |`/`|
22
22
|`traces_uri`| Specify an optional HTTP URI for the target web server listening for traces, For example, `/v1/traces`. |`/`|
23
+
|`header`| Add a HTTP header key/value pair. Multiple headers can be set. |_none_|
24
+
|`log_response_payload`| Log the response payload within the Fluent Bit log. |`false`|
25
+
|`logs_body_key`| The log body key to look up in the log events body/message. Sets the `Body` field of the OpenTelemetry logs data model. |`message`|
26
+
|`logs_trace_id_message_key`| The trace id key to look up in the log events body/message. Sets the `TraceId` field of the OpenTelemetry logs data model. |`traceId`|
0 commit comments