Skip to content

Commit 04a005b

Browse files
authored
Merge pull request #228 from teleivo/scrape-config
fix: scrape timeout must be greater than the interval
2 parents 3612b91 + f7f0e78 commit 04a005b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ scrape_configs:
2121
# How frequently to scrape the targets of this scrape config.
2222
scrape_interval: "30s"
2323
# Timeout for scraping targets of this config.
24-
scrape_timeout: "5s"
24+
scrape_timeout: "40s"
2525
# URL scheme with which to fetch metrics from targets.
2626
scheme: https
2727
# Config for adding custom scrape endpoints.

0 commit comments

Comments
 (0)