Skip to content

Commit a1af3ac

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 0ed5b01 commit a1af3ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pipeline/inputs/prometheus-textfile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Prometheus textfile
1+
# Prometheus text file
22

3-
The _Prometheus textfile_ input plugin allows Fluent Bit to read metrics from Prometheus text format files (`.prom` files) on the local filesystem. Use this plugin to collect custom metrics that are written to files by external applications or scripts, similar to the Prometheus Node Exporter `textfile` collector.
3+
The _Prometheus text file_ input plugin allows Fluent Bit to read metrics from Prometheus text format files (`.prom` files) on the local filesystem. Use this plugin to collect custom metrics that are written to files by external applications or scripts, similar to the Prometheus Node Exporter text file collector.
44

55
## Configuration parameters
66

77
| Key | Description | Default |
88
|-----|-------------|---------|
9-
| `path` | File or directory path pattern. Supports glob patterns with `*` wildcard (For example, `/var/lib/prometheus/*.prom`) | _none_ |
10-
| `scrape_interval` | Interval in seconds between file scans | `10s` |
9+
| `path` | File or directory path pattern. Supports glob patterns with `*` wildcard (for example, `/var/lib/prometheus/*.prom`). | _none_ |
10+
| `scrape_interval` | Interval in seconds between file scans. | `10s` |
1111

1212
## Get started
1313

0 commit comments

Comments
 (0)