Hi everyone,
i got a influx-cloud-bucket “example-bucket” which has the following structure:
- "example-bucket":
- _measurement : list of sensors
- _tags =(“Longitude”, “Latitude”): these two tags give me my geographical locations in a float format
- _field =(“measurementofthesensor”): this field shows the measurement of the specific sensor (f.ex. humidity => 30 %)
right now i have a problem to visualize that data inside grafana via the flux query syntax after i have more knowledge with sql. The problem i have is that if i change to the table view in grafana it only shows me two columns → 1. the timestamp column and 2. a column with every tag and _measurement with the according value. Because of that it wont register where my geographical values are.
I tried to transform the values. But this wont change a thing after it is not seeing these tags and _measurement as seperated things.
Another question i have is if it is usefull to save these longitude and latitude’s as tags or if it is more common to store them as a _field?