Skip to content

Commit f7858a7

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Only HTTP endpoints are supported.
2424
| `log_response_payload` | Log the response payload within the Fluent Bit log. | `false` |
2525
| `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` |
2626
| `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` |
27+
| `logs_span_id_message_key` | The span id key to look up in the log events body/message. Sets the `SpanId` field of the OpenTelemetry logs data model. | `spanId` |
28+
| `logs_severity_text_message_key` | The severity text id key to look up in the log events body/message. Sets the `SeverityText` field of the OpenTelemetry logs data model. | `severityText` |
29+
| `logs_severity_number_message_key` | The severity number id key to look up in the log events body/message. Sets the `SeverityNumber` field of the OpenTelemetry logs data model. | `severityNumber` |
30+
| `add_label` | Lets you add custom labels to all metrics exposed through the OpenTelemetry exporter. You can have multiple of these fields. | _none_ |
31+
2732

2833
## Get started
2934

0 commit comments

Comments
 (0)