Expand description

A set of aggregation operators like sum and avg

Functions

Use the avg aggregation operator on an instant vector.

Use the bottomk aggregation operator on an instant vector.

Use the count aggregation operator on an instant vector.

Use the count_values aggregation operator on an instant vector.

Use the group aggregation operator on an instant vector.

Use the max aggregation operator on an instant vector.

Use the min aggregation operator on an instant vector.

Use the quantile aggregation operator on an instant vector.

Use the stddev aggregation operator on an instant vector.

Use the stdvar aggregation operator on an instant vector.

Use the sum aggregation operator on an instant vector.

Use the topk aggregation operator on an instant vector.