robinmanuelthiel / speedtest

Check internet bandwidth from a Docker container and save the results to an InfluxDB
MIT License
176 stars 47 forks source link

Please add ping/latency metrics #6

Closed airus-pty-ltd closed 2 years ago

airus-pty-ltd commented 2 years ago

Hi.

I like what you've done with the dash/grafana/influx integration - simple and effective, up and running in a couple of minutes. Could I suggest you add a ping/latency metric alongside, also? It might well be that you're scraping this already and I've not paid close enough attention.

Thanks again for building this little docker fleet out. Really handy and appreciated.

robinmanuelthiel commented 2 years ago

@ignacioborrajo added the ping feature in https://github.com/robinmanuelthiel/speedtest/pull/5, so it gets collected and written to the database. It's just not visualized in the demo dashboard yet.