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
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]>
Copy file name to clipboardExpand all lines: pipeline/inputs/prometheus-textfile.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
@@ -11,7 +11,7 @@ The _Prometheus text file_ input plugin allows Fluent Bit to read metrics from P
11
11
|`log_supress_interval`| Suppresses log messages from output plugin that appear similar within a specified time interval. `0` no suppression. |`0`|
12
12
|`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`|
13
13
|`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`|
15
15
|`scrape_interval`| Interval in seconds between file scans. |`10s`|
16
16
|`storage.pause_on_chunks_overlimit`| Enable pausing on an input when they reach their chunks limit. |_none_|
17
17
|`storage.type`| Sets the storage type for this input, one of: `filesystem`, `memory` or `memrb`. |`memory`|
0 commit comments