Skip to content

Commit 804b5c9

Browse files
eschabellesmerel
andauthored
Update pipeline/inputs/prometheus-textfile.md
Fixed single quotes to codify the boolean values in options table description. Co-authored-by: Lynette Miles <[email protected]> Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 49a8c3a commit 804b5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/prometheus-textfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The _Prometheus text file_ input plugin allows Fluent Bit to read metrics from P
1111
| `log_supress_interval` | Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. | `0` |
1212
| `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` |
1313
| `path` | File or directory path pattern. Supports glob patterns with `*` wildcard (for example, `/var/lib/prometheus/*.prom`). | _none_ |
14-
| `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` |
14+
| `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` |
1515
| `scrape_interval` | Interval in seconds between file scans. | `10s` |
1616
| `storage.pause_on_chunks_overlimit` | Enable pausing on an input when they reach their chunks limit. | _none_ |
1717
| `storage.type` | Sets the storage type for this input, one of: `filesystem`, `memory` or `memrb`. | `memory` |

0 commit comments

Comments
 (0)