MiguelNdeCarvalho/speedtest-exporter

Add ISP label

Closed this issue · 2 comments

I have multiple ISPs serving different nodes, which are load balanced across ISPs. The deployment has podAntiAffinity to schedule the speedtest-exporter on nodes with different ISPs. Without the ISP information, it is not easy to aggregate and display the data. The ISP information is actually provided in the json by the speedtest-cli.

Screenshot 2022-04-02 at 3 54 56 AM

With the PR in place, we can do stuff like this :)

Dashboard: https://gist.github.com/adyanth/a5b6752f67c221134fe2aa661164d18f

Hey,
This looks dope and will be added in the next release!
Thanks,
MiguelNdeCarvalho