Skip to content

Commit 797e7fa

Browse files
authored
in_prom_scrape: modify scrape_interval (fluent#784)
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent ab340b2 commit 797e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/prometheus-scrape-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The initial release of the Prometheus Scrape metric allows you to collect metric
1010
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
1111
| host | The host of the prometheus metric endpoint that you want to scrape | |
1212
| port | The port of the promethes metric endpoint that you want to scrape | |
13-
| scrape interval | The interval to scrape metrics | 10s |
13+
| scrape\_interval | The interval to scrape metrics | 10s |
1414
| metrics\_path | <p>The metrics URI endpoint, that must start with a forward slash.<br><br>Note: Parameters can also be added to the path by using <code>?</code></p> | /metrics |
1515

1616
## Example

0 commit comments

Comments
 (0)