Skip to content

Commit f7f0e78

Browse files
committed
fix: scrape timeout must be greater than the interval
to adapt to changes made in parca-dev/parca#2220
1 parent 3612b91 commit f7f0e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)