Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion pipeline/outputs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Only HTTP endpoints are supported.
| `logs_max_resources` | Set the maximum number of OTLP log resources per export request (`0` disables the limit). | `0` |
| `logs_max_scopes` | Set the maximum number of OTLP log scopes per resource (`0` disables the limit). | `0` |
| `logs_metadata_key` | Set the key to look up in the metadata. | `otlp` |
| `logs_resource_metadata_key` | Specify a `Resource` key. | `Resource` |
| `logs_resource_metadata_key` | Specify a `Resource` key. | `Resource`
| `logs_resource_attributes_message_key` | Specify a `Resource` key. | _none_ |
Comment thread
eschabell marked this conversation as resolved.
Outdated
| `log_response_payload` | Specify if the response payload should be logged or not. | `true` |
| `logs_severity_number_message_key` | Specify a `SeverityNumber` key. | `$severityNumber` |
| `logs_severity_number_metadata_key` | Specify a `SeverityNumber` key. | `$SeverityNumber` |
Expand Down Expand Up @@ -135,6 +136,7 @@ pipeline:
logs_trace_id_message_key: trace_id
logs_severity_text_message_key: loglevel
logs_severity_number_message_key: lognum

Comment thread
coderabbitai[bot] marked this conversation as resolved.
# add user-defined labels
add_label:
- app fluent-bit
Expand Down Expand Up @@ -184,6 +186,8 @@ pipeline:
logs_trace_id_message_key trace_id
logs_severity_text_message_key loglevel
logs_severity_number_message_key lognum
logs_resource_attributes_message_key application_id
logs_resource_attributes_message_key service_name
Comment thread
eschabell marked this conversation as resolved.
Outdated
# add user-defined labels
add_label app fluent-bit
add_label color blue
Expand Down