metricspi: Increase scrape_timeout for speedtest
Running the Internet speed test can often take longer than a minute.btop
parent
de93ccb0da
commit
dbc18022f2
|
@ -7,7 +7,7 @@ vmagent_scrape_configs:
|
||||||
|
|
||||||
- job_name: speedtest
|
- job_name: speedtest
|
||||||
scrape_interval: 10m
|
scrape_interval: 10m
|
||||||
scrape_timeout: 1m
|
scrape_timeout: 3m
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|
Loading…
Reference in New Issue