mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
wip
This commit is contained in:
parent
2005e5f93b
commit
8f8399942b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func (ps *pipeStats) String() string {
|
||||||
}
|
}
|
||||||
a := make([]string, len(ps.funcs))
|
a := make([]string, len(ps.funcs))
|
||||||
for i, f := range ps.funcs {
|
for i, f := range ps.funcs {
|
||||||
a[i] = f.String() + " as " + ps.resultNames[i]
|
a[i] = f.String() + " as " + quoteTokenIfNeeded(ps.resultNames[i])
|
||||||
}
|
}
|
||||||
s += strings.Join(a, ", ")
|
s += strings.Join(a, ", ")
|
||||||
return s
|
return s
|
||||||
|
|
Loading…
Reference in a new issue