balena-io-examples / internetspeedtest

Log your internet download, upload and ping metrics ti influxDB, and Grafana it. Grafana all the things!
GNU General Public License v3.0
56 stars 18 forks source link

Grafana division error: bytes to Megabit #14

Closed yavin87 closed 3 years ago

yavin87 commented 3 years ago

There is an error in Grafanas dashboard/dashboard.json where in each query the received bytes from Speedtest are divided by 12500 but should be divided by 125000.

Pull request open: https://github.com/balenalabs-incubator/internetspeedtest/pull/13