Hello- I recently changed my ISP and was curious what kind of upload/download speeds I was now getting. I've used Prometheus and Grafana to track metrics on my home network and NAS (using Docker on OMV), so was curious on what it would take to write an exporter and not just be a consumer.
If you are interested, it is here: https://hub.docker.com/r/jrowe88/speedtest_exporter I initially went down a naive path of trying to cobble together running the SpeedTest CLI, formatting a file, and exposing it on a webserver (lighttpd). Once I stumbled onto the Prometheus clients it was a near trivial matter of building a container with appropriate dependencies and writing a single script. I'm not really a Python person, but figured I'd give it a try. Feedback welcome and/or otherwise enjoy. --Jim -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/f1bbc327-1a0f-4203-8107-de3cf7235d22n%40googlegroups.com.

