How can i get a schema / list of existing fields, tags and measurements in particular bucket? I want to achieve this with using InfluxDB API or influxdb-client-js package in my JS app. Can it be done with proper query? Are there other options? Currently I'm using InfluxDB 2.2.0.
Asked
Active
Viewed 1,335 times
0
-
1Here you are official documentation - https://docs.influxdata.com/influxdb/cloud/query-data/flux/explore-schema/ – Amerousful Jun 26 '22 at 11:13