Gowee / traceroute-map-panel

📍🗺️ Visualize traceroute paths on a map in a Grafana panel
Apache License 2.0
37 stars 2 forks source link

Error -Invalid Schema #9

Closed neelanjan-msf closed 3 years ago

neelanjan-msf commented 3 years ago

Hi, I am using Grafana 7.3.6 with InfluxDB.

Objective is to track gps device, where gps device is storing latitude and longitude data in to the influxdb in float format.

Query :SELECT last("Lat") as latitude, last("Long") as longitude FROM "DishaLite" WHERE ${to}ms - 5m <= time AND time <= ${to}ms group by IMEI

I am getting Invalid Schema: Error Please help

Gowee commented 3 years ago

Hi, neelanjan-msf.

The panel is meant for visualizing traceroute, which is a "computer network diagnostic command for displaying possible routes (paths) and measuring transit delays of packets across an Internet Protocol (IP) network." Hence the panel expects IP addresses, instead of lat-lngs, as input.

For general-purpose GPS location tracking, https://grafana.com/grafana/plugins/?search=map lists some other panel plugins.

I realize the name "traceroute" might be a little confusing. I will update the README to mention that.

Gowee commented 3 years ago

Thanks for the issue anyway.

I am closing it. Feel free to reply or open a new issue if you have other suggestions or problems about the plugin.