Skip to content

Commit 187f4c0

Browse files
Update pipeline/inputs/opentelemetry.md
Linting fixes. Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 8cd1777 commit 187f4c0

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
@@ -20,7 +20,7 @@ Fluent Bit has a compliant implementation which fully supports `OTLP/HTTP` and `
2020
| `http2` | Enable HTTP/2 protocol support for the OpenTelemetry receiver. | `true` |
2121
| `listen` | The network address to listen on. | `0.0.0.0` |
2222
| `log_level` | Specifies the log level for this plugin. If not set here, the plugin uses the global log level specified in the `service` section of your configuration file. | `info` |
23-
| `log_suppress_interval` | Suppresses log messages from this plugin that appear similar within a specified time interval. `0` no suppression. | `0` |
23+
| `log_suppress_interval` | Suppresses similar log messages from this plugin that appear within a specified time interval. A value of `0` sets no suppression. | `0` |
2424
| `logs_body_key` | Specify a body key. | _none_ |
2525
| `logs_metadata_key` | Key name to store OpenTelemetry logs metadata in the record. | `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` |

0 commit comments

Comments
 (0)