according to the manual page Flux InfluxDB schema package | InfluxDB Cloud Documentation you can get info about the schema of Buckets Measurements etc.
Is there a command to list all fields datatype in Chronograf ? Like
Field1 | Bool
Field2 | Integer
Field3 | String
Field4 | Real
Field5 | Real
So something like below
import "influxdata/influxdb/schema"
schema.measurementFieldDataType(
bucket: "example-bucket",
measurement: "example-measurement",
start: -30d
)
Or are there other possibilities to unravel the data type