Describe the bug
Looks like the speedtest library used returns speed in Megabit per second, but the exporter assumed it was given megabytes per second when converting to bytes per second .
Expected behavior
Seems like the metric name should either be download_speed_bps (lower case b to indicate bits per second) or that the conversion should include a divide by 8 to convert the speedtest result, which is bits per second, to bytes per second (since the metric name is Bps).
Describe the bug
Looks like the speedtest library used returns speed in Megabit per second, but the exporter assumed it was given megabytes per second when converting to bytes per second .
Expected behavior
Seems like the metric name should either be download_speed_bps (lower case b to indicate bits per second) or that the conversion should include a divide by 8 to convert the speedtest result, which is bits per second, to bytes per second (since the metric name is Bps).