Skip to content

AggregationExprBuilder🔗

Constructor🔗

new AggregationExprBuilder()

Methods🔗

build🔗

Builds the object.

build()

by🔗

By drops labels that are not listed in the by clause.

by(by: string[])

expr🔗

expr(expr: cog.Builder<promql.Expr>)

op🔗

op(op: promql.AggregationOp)

param🔗

param(param: cog.Builder<promql.Expr>)

without🔗

List of labels to remove from the result vector, while all other labels are preserved in the output.

without(without: string[])

See also🔗