Skip to content

Commit bbf51b0

Browse files
committed
Update prometheus.yml
Corrected minor typo in scrape_timeout
1 parent 1ce1ddd commit bbf51b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/prometheus/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
22
scrape_interval: 30s # Set the scrape interval to every 30 seconds. Default is every 1 minute.
3-
scrape_timeout: 15m # Set the scrape timeout to shorter than or equal to scrape_interval. Default is every 1 minute.
3+
scrape_timeout: 30s # Set the scrape timeout to shorter than or equal to scrape_interval. Default is every 1 minute.
44
# evaluation_interval: 60s # is set to the default every 1 minute.
55

66
# A scrape configuration containing exactly one endpoint to scrape:

0 commit comments

Comments
 (0)