metricspi: Stop scraping speedtest
Running the speed test periodically was just wasting bandwidth. It failed frequently, and generally did not provide useful information.btop
parent
94de5d6067
commit
a59f24a8b5
|
@ -5,14 +5,6 @@ vmagent_scrape_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- '[::1]:8429'
|
- '[::1]:8429'
|
||||||
|
|
||||||
- job_name: speedtest
|
|
||||||
scrape_interval: 10m
|
|
||||||
scrape_timeout: 3m
|
|
||||||
metrics_path: /probe
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- k8s-ingress.pyrocufflink.blue:30516
|
|
||||||
|
|
||||||
- job_name: blackbox
|
- job_name: blackbox
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
params:
|
params:
|
||||||
|
|
Loading…
Reference in New Issue