Module prometheus_http_query::aggregations[][src]

Expand description

A set of aggregation operators like sum and avg

Functions

avg

Use the avg aggregation operator on an instant vector.

bottomk

Use the bottomk aggregation operator on an instant vector.

count

Use the count aggregation operator on an instant vector.

count_values

Use the count_values aggregation operator on an instant vector.

group

Use the group aggregation operator on an instant vector.

max

Use the max aggregation operator on an instant vector.

min

Use the min aggregation operator on an instant vector.

quantile

Use the quantile aggregation operator on an instant vector.

stddev

Use the stddev aggregation operator on an instant vector.

stdvar

Use the stdvar aggregation operator on an instant vector.

sum

Use the sum aggregation operator on an instant vector.

topk

Use the topk aggregation operator on an instant vector.