I’m collecting ping statistics from a large number of nodes all around the world using telegraf’s ping plugin. I’m adding geolocation tags to all ping results and now I’m trying to make heatmaps with the geomap plugin using this data to either indicate packetloss or latency in specific regions around the world.
But I’m totally failing to add nodes to the map, whatever I try, I can’t match any geolocation data to measurements. It looks as if using tags on measurements to indicate the geolocation isn’t supported, but the docs aren’t that clear (to me) on this unfortunately. How would I achieve this?
Thanks!