mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Update app/vmselect/promql/transform.go
Co-authored-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
This commit is contained in:
parent
5c7514134b
commit
52d7d601fe
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ func fixBrokenBuckets(i int, xss []leTimeseries) {
|
|||
break
|
||||
}
|
||||
}
|
||||
// Substitute upper bucket values lower bucket values if the upper values are NaN
|
||||
// Substitute upper bucket values with lower bucket values if the upper values are NaN
|
||||
// or are bigger than the lower bucket values.
|
||||
vNext := xss[0].ts.Values[0]
|
||||
for j := 1; j < len(xss); j++ {
|
||||
|
|
Loading…
Reference in a new issue