fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
131 stars 32 forks source link

Speedtest Server shows NaN #40

Open ghost opened 2 years ago

ghost commented 2 years ago

It appears that the Speedtest Server name in the speedtest table shows NaN as the table is expecting an integer.

Reading the Grafana forums, a suggestion is to use a unit override on the field and set it to string which does indeed work.

Shall I submit a pull request for this?

Thanks