Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out_opentelemetry: support metadata key properties #1342

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
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
8 changes: 8 additions & 0 deletions pipeline/outputs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Important Note: At the moment only HTTP endpoints are supported.
| log_response_payload | Log the response payload within the Fluent Bit log | false |
| add_label | This allows you to add custom labels to all metrics exposed through the OpenTelemetry exporter. You may have multiple of these fields | |
| compress | Set payload compression mechanism. Option available is 'gzip' | |
| logs_observed_timestamp_metadata_key | Specify an ObservedTimestamp key to look up in the metadata. | $ObservedKey |
| logs_timestamp_metadata_key |Specify a Timestamp key to look up in the metadata. | $Timestamp |
| logs_severity_key_metadata_key |Specify a SeverityText key to look up in the metadata.| $SeverityText |
| logs_severity_number_metadata_key | Specify a SeverityNumber key to look up in the metadata.| $SeverityNumber |
| logs_trace_flags_metadata_key |Specify a Flags key to look up in the metadata.| $Flags |
| logs_span_id_metadata_key |Specify a SpanId key to look up in the metadata.| $SpanId |
| logs_trace_id_metadata_key |Specify a TraceId key to look up in the metadata.| $TraceId |
| logs_attributes_metadata_key |Specify an Attributes key to look up in the metadata.| $Attributes |

## Getting Started

Expand Down