I chose AUTO option in LOCATION. Nothing shows up in the Geomap. If I switch to table view, I can see query result in a table form. The column name is a time series identifier, i.e., metric name and tag name
I expect the latitude and longitude fields dropdown boxes should have list two tags of my data points, “lat” and “lon”. But the boxes show time series identifiers.
Sorry I don’t understand. By “long lat data” do you refer to “18” in DATA view? “18” is not the value of tag=“lat” of the data point. It is the value of the metric, “car_number.opentsdb”.
Could you please show me a real example how to create Geomap panel with opentsdb time series query? A few snapshots (e.g., query format, LOCATION option etc) would be great.
Right now your query returns 2 values, a timestamp and a value of 18
Where is the rest of the data? If lon lat are not coming back the rest of what you are asking is irrelevant regardless of data source opentsdb or otherwise
Right. That’s exactly the point. But please note that the query is a standard opentsdb query in Grafana. If Geomap claims to support opentsdb, then how does it work?
FYI. Here is the snapshot of the query result returned by Opentsdb. You can see the result does contain country, latitude, longitude information already, although they don’t appear in data view. But this is what Grafana’s support of opentsdb looks like.
no I am not co-owner. I think geomap is data source agnostic so as long as the data source returns what it needs lon,lat it should work let me try podman of this opentsdb
Another question: Since my data have country info, I tried to choose LOOKUP option in LOCATION. But the dropdown menu is empty. What is supposed to be in the menu? What should the data view look like?
start=1672706441: query from 1672706441
metric: car_number.opentsdb
with tag: country=US
1h-avg: 1 data point per 1 hour, taking average value
sum: aggregate all matched time series results into one.