influxdata / vsflux

Flux language extension for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter out _start, _stop, _measurement, _field "tags" when expanding measurements

abalone23 opened this issue · comments

commented

Although the schema.measurementTagKeys() function returns _start, _stop, _measurement, _field in addition to the actual tags, I think these should be filtered out when expanding the measurement dropdown.
vsflux