Skip to content

Commit f382640

Browse files
committed
Fixed more linting issue on options description.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 400b54f commit f382640

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
@@ -31,7 +31,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
3131
| `net.keepalive` | Enable or disable Keepalive support. | `true` |
3232
| `net.share_port` | Allow multiple plugins to bind to the same port. | `false` |
3333
| `port` | The port for Fluent Bit to listen for incoming connections. | `0` |
34-
| `profiles_support` | This is an experimental feature, feel free to test it but please don't enable this in production environments. | `false` |
34+
| `profiles_support` | This is an experimental feature, feel free to test it but don't enable this in production environments. | `false` |
3535
| `raw_traces` | Forward traces without processing. | `false` |
3636
| `routable` | If set to `true`, the data generated by the plugin will be routable, meaning that it can be forwarded to other plugins or outputs. If set to `false`, the data will be discarded. | `true` |
3737
| `storage.pause_on_chunks_overlimit` | Enable pausing on an input when they reach their chunks limit. | _none_ |

0 commit comments

Comments
 (0)