mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-12 21:07:17 +00:00
Bump scrape interval
This commit is contained in:
parent
7cb4e3d8aa
commit
5904b0489b
|
@ -16,7 +16,7 @@ scrape_configs:
|
||||||
|
|
||||||
- job_name: 'speedtest'
|
- job_name: 'speedtest'
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scrape_interval: 10m # TODO: Make this ~60m, we don't need that many
|
scrape_interval: 30m
|
||||||
scrape_timeout: 60s # running speedtest needs time to complete
|
scrape_timeout: 60s # running speedtest needs time to complete
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['speedtest:9798']
|
- targets: ['speedtest:9798']
|
||||||
|
|
Loading…
Reference in a new issue