Skip to content

Commit 70caae7

Browse files
committed
more testing
Signed-off-by: Lynette Miles <[email protected]>
1 parent e7e3083 commit 70caae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Only HTTP endpoints are supported.
2020
| `metrics_uri` | Specify an optional HTTP URI for the target web server listening for metrics. For example, `/v1/metrics`. | `/` |
2121
| `logs_uri` | Specify an optional HTTP URI for the target web server listening for logs, For example, `/v1/logs`. | `/` |
2222
| `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` |
2327

2428
## Get started
2529

0 commit comments

Comments
 (0)