mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
Bump scrape interval
This commit is contained in:
parent
7cb4e3d8aa
commit
5904b0489b
|
@ -16,7 +16,7 @@ scrape_configs:
|
|||
|
||||
- job_name: 'speedtest'
|
||||
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
|
||||
static_configs:
|
||||
- targets: ['speedtest:9798']
|
||||
|
|
Loading…
Reference in a new issue