You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/opentelemetry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
31
31
|`net.keepalive`| Enable or disable Keepalive support. |`true`|
32
32
|`net.share_port`| Allow multiple plugins to bind to the same port. |`false`|
33
33
|`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`|
35
35
|`raw_traces`| Forward traces without processing. |`false`|
36
36
|`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`|
37
37
|`storage.pause_on_chunks_overlimit`| Enable pausing on an input when they reach their chunks limit. |_none_|
0 commit comments