Skip to content

Incorrect Speedtest Unit Conversion #47

@willshen

Description

@willshen

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).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions