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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,11 @@ Only HTTP endpoints are supported.
24
24
|`log_response_payload`| Log the response payload within the Fluent Bit log. |`false`|
25
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
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`|
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_|
0 commit comments