Bump scrape interval

This commit is contained in:
ItsDrike 2021-07-05 16:15:00 +02:00
parent 7cb4e3d8aa
commit 5904b0489b
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -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']