I have an influxDB and grafana docker container running for some time now without issues.
Recently I added some server monitoring on some VM’s I am hosting and made a new database in Influxdb called glances.
All data from the glances agents is being pushed to InfluxDB accordingly, as I can see all the data I want there, but when I try to query it from Grafana I can see all the measurements, but not the fields.
I hope the images clarify what I mean.
Data visible in InfluxDB from my Heimdall VM
Fields missing in Grafana that I can see in InfluxDB
How can I query all fields?