mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmselect/promql: misspeling fix
This commit is contained in:
parent
54fb8b21f9
commit
5262aae5da
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