mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-05 14:42:45 -04:00
Update tsdb/ooo_head_read.go
Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
This commit is contained in:
parent
8bbb089725
commit
d73de5255b
1 changed files with 0 additions and 1 deletions
|
|
@ -264,7 +264,6 @@ func (cr *HeadAndOOOChunkReader) chunkOrIterable(meta chunks.Meta, copyLastChunk
|
|||
if !ok { // Complete chunk was supplied.
|
||||
return meta.Chunk, nil, meta.MaxTime, nil
|
||||
}
|
||||
|
||||
// We have a composite meta: construct a composite iterable.
|
||||
mc := &mergedOOOChunks{}
|
||||
for _, m := range mm.metas {
|
||||
|
|
|
|||
Loading…
Reference in a new issue