Skip to content

Commit 956995f

Browse files
authored
Merge pull request #1586 from fluent/lecaros-fix-typo-otel
inputs: opentelemetry: add removed word from the description of tag_key
2 parents 096aab5 + 6f5874c commit 956995f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/opentelemetry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Our compliant implementation fully supports OTLP/HTTP and OTLP/GRPC. Note that t
1414
| ----------------- | -----------------------------------------------------------------------------------| ------- |
1515
| listen | The network address to listen. | 0.0.0.0 |
1616
| 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 |
17-
| tag_key | Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the | |
17+
| tag_key | Specify the key name to overwrite a tag. If set, the tag will be overwritten by a value of the key | |
1818
| raw_traces | Route trace data as a log | false |
1919
| buffer_max_size | Specify the maximum buffer size in KB/MB/GB to the HTTP payload. | 4M |
2020
| buffer_chunk_size | Initial size and allocation strategy to store the payload (advanced users only) | 512K |

0 commit comments

Comments
 (0)