mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
app/vmselect/promql: typo fix after 9666834045
This commit is contained in:
parent
9666834045
commit
b1713e3fcd
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ func transformBucketsLimit(tfa *transformFuncArg) ([]*timeseries, error) {
|
|||
minMergeHits = mergeHits
|
||||
}
|
||||
}
|
||||
leGroup[xxMinIdx].hits += leGroup[xxMinIdx+1].hits
|
||||
leGroup[xxMinIdx+1].hits += leGroup[xxMinIdx].hits
|
||||
leGroup = append(leGroup[:xxMinIdx], leGroup[xxMinIdx+1:]...)
|
||||
}
|
||||
for _, xx := range leGroup {
|
||||
|
|
Loading…
Reference in a new issue