@squidcloud/client
    Preparing search index...

    Interface QueryMetricsResultGroup

    A group of metric results that share the same tag values.

    interface QueryMetricsResultGroup {
        points: QueryMetricsResultPoint[];
        tagValues: string[];
    }
    Index

    Properties

    Properties

    List of result points for the group.

    tagValues: string[]

    Values of the tags in the group. The tags are ordered the same way as in request.groupByTags collection.