William Shen
William Shen
Hi there, I came across this project while looking to build something similar for my group to allow students to generate schedule and such. I would love to be able...
**Describe the bug** starlink_dish_uplink_throughput_bytes and starlink_dish_downlink_throughput_bytes are calling API that returns unit in bits **Expected behavior** If we want to keep the same metric names, starlink_dish_uplink_throughput_bytes and starlink_dish_downlink_throughput_bytes, we probably...
Pulling benchto-service for docker returns `Pulling benchto-service (teradatalabs/benchto-service:latest)... ERROR: pull access denied for teradatalabs/benchto-service, repository does not exist or may require 'docker login'` Full workflow: ``` $ sudo docker-compose -f...
**Describe the bug** Looks like the speedtest library used returns speed in [Megabit per second](https://github.com/showwin/speedtest-go/blob/4800c78e8fdd4afecb98147ff95049db14288a8a/speedtest/request.go#L64), but the exporter assumed it was given megabytes per second when [converting to bytes per...