mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-05 21:57:09 +02:00
[Docs] Note that scrape_timeout cannot be greater than scrape_interval (#15786)
Signed-off-by: Hélia Barroso <helia_barroso@hotmail.com>
This commit is contained in:
parent
a441ad771e
commit
56094197b5
@ -59,6 +59,7 @@ global:
|
||||
[ scrape_interval: <duration> | default = 1m ]
|
||||
|
||||
# How long until a scrape request times out.
|
||||
# It cannot be greater than the scrape interval.
|
||||
[ scrape_timeout: <duration> | default = 10s ]
|
||||
|
||||
# The protocols to negotiate during a scrape with the client.
|
||||
@ -221,6 +222,7 @@ job_name: <job_name>
|
||||
[ scrape_interval: <duration> | default = <global_config.scrape_interval> ]
|
||||
|
||||
# Per-scrape timeout when scraping this job.
|
||||
# It cannot be greater than the scrape interval.
|
||||
[ scrape_timeout: <duration> | default = <global_config.scrape_timeout> ]
|
||||
|
||||
# The protocols to negotiate during a scrape with the client.
|
||||
|
Loading…
Reference in New Issue
Block a user