Skip to content

Commit a36d86f

Browse files
Update pipeline/inputs/opentelemetry.md
Applying review suggestion. Co-authored-by: Alexa Kreizinger <alexakreizinger@gmail.com> Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 080ca5d commit a36d86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
2424
| `logs_body_key` | Specify a body key. | _none_ |
2525
| `logs_metadata_key` | Specify a metadata key. | `otlp` |
2626
| `mem_buf_limit` | Set a memory buffer limit for the input plugin. If the limit is reached, the plugin will pause until the buffer is drained. The value is in bytes. If set to 0, the buffer limit is disabled. | `0` |
27-
| `net.accept_timeout` | Set maximum time allowed to establish an incoming connection, this time includes the TLS handshake. | `10s` |
27+
| `net.accept_timeout` | Set maximum time allowed to establish an incoming connection. This time includes the TLS handshake. | `10s` |
2828
| `net.accept_timeout_log_error` | On client accept timeout, specify if it should log an error. When disabled, the timeout is logged as a debug message. | `true` |
2929
| `net.backlog` | Set the backlog size for listening sockets. | `128` |
3030
| `net.io_timeout` | Set maximum time a connection can stay idle. | `0s` |

0 commit comments

Comments
 (0)