Initial release

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2022-06-20 17:09:13 +01:00
parent d9d00cccc5
commit 2ffa757a67
6 changed files with 601 additions and 28 deletions

View File

@@ -4,6 +4,8 @@ A prometheus exporter for Speedtest.net results
## Features
Periodically checks SpeedTest.net and exposes the download speed, upload speed and latency as prometheus metrics.
## Install
```sh
@@ -26,6 +28,8 @@ make build
## Resources
* https://github.com/showwin/speedtest-go
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.