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
Dustin 2022-08-12 12:55:52 -05:00
parent 887d462127
commit c57500a9f4
1 changed files with 1 additions and 1 deletions

View File

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