Skip to content
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
2 changes: 1 addition & 1 deletion pipeline/inputs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Our compliant implementation fully supports OTLP/HTTP and OTLP/GRPC. Note that t
| ----------------- | -----------------------------------------------------------------------------------| ------- |
| listen | The network address to listen. | 0.0.0.0 |
| port | The port for Fluent Bit to listen for incoming connections. Note that as of Fluent Bit v3.0.2 this port is used for both transport OTLP/HTTP and OTLP/GRPC. | 4318 |
| tag_key | Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the | |
| tag_key | Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the key | |
| raw_traces | Route trace data as a log | false |
| buffer_max_size | Specify the maximum buffer size in KB/MB/GB to the HTTP payload. | 4M |
| buffer_chunk_size | Initial size and allocation strategy to store the payload (advanced users only) | 512K |
Expand Down