schema.measurements() function
The schema.measurements()
function returns a list of measurements in a specific bucket.
The return value is always a single table with a single column, _value
.
import "influxdata/influxdb/schema"
schema.measurements(bucket: "example-bucket")
Parameters
bucket
Bucket to retrieve measurements from.
Data type: String
Function definition
package schema
measurements = (bucket) =>
tagValues(bucket: bucket, tag: "_measurement")
Used functions: schema.tagValues()
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for InfluxDB and this documentation. To find support, the following resources are available:
InfluxDB Cloud and InfluxDB Enterprise customers can contact InfluxData Support.