influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree view should list field names

rickspencer3 opened this issue · comments

Currently the InfluxDB tree view only lists "_field", but what the user needs to know is what the fields are in a measurement.

measurementFieldKeys() should supply this data (https://docs.influxdata.com/flux/v0.x/stdlib/influxdata/influxdb/schema/measurementfieldkeys/)