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

    1. package schema
    2. measurementTagValues = (bucket, measurement, tag) =>
    3. tag: tag,
    4. predicate: (r) => r._measurement == measurement

    *Used functions: *

    Related articles

    tags