caarlos0 / speedtest-exporter

Exports speedtest-cli metrics in the prometheus format
Apache License 2.0
51 stars 7 forks source link

Allow for optionally specifying the speedtest server ID #10

Closed lucymhdavies closed 1 year ago

lucymhdavies commented 2 years ago

For whatever reason, I've found that the nearest speedtest servers cap out at about 100Mbps down, but some others I'm able to get upwards of 550Mbps down (which therefore feels more accurate).

As such, being able to specify which specific server ID I want to use would be useful.

Doesn't look particularly complex to implement:

So happy to provide a PR for this :)

lucymhdavies commented 2 years ago

First pass of this in https://github.com/caarlos0/speedtest-exporter/pull/11