mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Adopt new ops sorting interface in view rendering.
This commit is contained in:
parent
4d79dc3602
commit
95f8885c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ func (t *tieredStorage) renderView(viewJob viewJob) {
|
|||
// Op 2: [ X X C . . .]
|
||||
//
|
||||
// Op 2 now has an earlier current time than Op 1.
|
||||
sort.Sort(standingOps)
|
||||
sort.Sort(startsAtSort{standingOps})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue