mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
app/vmselect/promql: misspeling fix
This commit is contained in:
parent
bdf696ef18
commit
a2c71f18a3
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ func (wa *withArgExpr) AppendString(dst []byte) []byte {
|
|||
}
|
||||
|
||||
type rollupExpr struct {
|
||||
// The expression for the rollup. Usually it is metricExpr, but may be arbitary expr
|
||||
// The expression for the rollup. Usually it is metricExpr, but may be arbitrary expr
|
||||
// if subquery is used. https://prometheus.io/blog/2019/01/28/subquery-support/
|
||||
Expr expr
|
||||
|
||||
|
|
Loading…
Reference in a new issue