schema.measurementTagValues() function
Bucket to return tag values from for a specific measurement.
*Data type: String*
*Data type: String*
Tag to return all unique values from.
Function definition
package schema
measurementTagValues = (bucket, measurement, tag) =>
tag: tag,
predicate: (r) => r._measurement == measurement
*Used functions: *