Skip to content

Commit 7500238

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 28f6ba4 commit 7500238

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
@@ -33,7 +33,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
3333
| `port` | The port for Fluent Bit to listen for incoming connections. | `0` |
3434
| `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` |
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` |
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` |
3737
| `storage.pause_on_chunks_overlimit` | Enable pausing on an input when they reach their chunks limit. | _none_ |
3838
| `storage.type` | Sets the storage type for this input, one of: `filesystem`, `memory` or `memrb`. | `memory` |
3939
| `successful_response_code` | Allows for setting a successful response code. Supported values: `200`, `201`, or `204`. | `201` |

0 commit comments

Comments
 (0)