metricspi: Update speedtest scrape target
The firewall hardware is too slow to run the *prometheus_speedtest* program. It always showed *way* lower speeds than were actually available. I've moved the service to the Kubernetes cluster and it works a lot better there.btop
parent
887d462127
commit
c57500a9f4
|
@ -11,7 +11,7 @@ vmagent_scrape_configs:
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 172.30.0.1:9516
|
- k8s-ingress.pyrocufflink.blue:30516
|
||||||
|
|
||||||
- job_name: blackbox
|
- job_name: blackbox
|
||||||
metrics_path: /probe
|
metrics_path: /probe
|
||||||
|
|
Loading…
Reference in New Issue