Skip to content

Commit cf9fc04

Browse files
Update pipeline/inputs/opentelemetry.md
adjusted phrasing as done on other plugins. Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 187f4c0 commit cf9fc04

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
@@ -42,7 +42,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
4242
| `tag_key` | Record accessor key to use for generating tags from incoming records. | _none_ |
4343
| `thread.ring_buffer.capacity` | Set custom ring buffer capacity when the input runs in threaded mode. | `1024` |
4444
| `thread.ring_buffer.window` | Set custom ring buffer window percentage for threaded inputs. | `5` |
45-
| `threaded` | Enable threading on an input. | `false` |
45+
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
4646
| `tls` | Enable or disable TLS/SSL support. | `off` |
4747
| `tls.ca_file` | Absolute path to CA certificate file. | _none_ |
4848
| `tls.ca_path` | Absolute path to scan for certificate files. | _none_ |

0 commit comments

Comments
 (0)