prometheus/tsdb/chunks
Bryan Boreham 134e8dc7af
TSDB: Simplify OOO Select by copying the head chunk ()
Instead of carrying around extra fields in `Meta` structs which let us
approximate what was in the chunk at the time, take a copy of the chunk.

This simplifies lots of code, and lets us correct a couple of tests which
were embedding the wrong answer.

We can also remove boundedIterator, which was only used to constrain
the OOO head chunk.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-07-03 15:08:07 +01:00
..
chunk_write_queue.go Fix: getting rid of EncOOOXOR chunk encoding () 2023-03-16 15:53:47 +05:30
chunk_write_queue_test.go Fix: getting rid of EncOOOXOR chunk encoding () 2023-03-16 15:53:47 +05:30
chunks.go TSDB: Simplify OOO Select by copying the head chunk () 2024-07-03 15:08:07 +01:00
chunks_test.go Change ChunkReader.Chunk() to ChunkOrIterable() 2023-11-28 11:14:29 +01:00
head_chunks.go Merge pull request from machine424/ro-promtool 2024-05-21 13:27:40 +02:00
head_chunks_other.go remove obsolete build tag 2024-01-17 22:26:32 +08:00
head_chunks_test.go golangci-lint: enable testifylint linter () 2023-12-07 11:35:01 +00:00
head_chunks_windows.go Format Go source files using 'gofumpt -w -s -extra' 2021-11-02 19:52:34 +01:00
queue.go Reduce chunk write queue memory usage 2 () 2022-06-29 17:51:27 +05:30
queue_test.go Upgrade to golangci-lint v1.59.0 2024-05-27 22:38:48 +02:00
samples.go Add a chunk size limit in bytes () 2023-08-24 15:21:17 +02:00