prometheus/tsdb/chunks
György Krajcsovits 70bc06718d
feat(tsdb): new AppenderV2 and AtST interface for chunks
No implementation yet. Just to test the shape of the interface.
AtST is implemented for trivial cases, anything else is hard coded
to return 0.

Ref: https://github.com/prometheus/prometheus/issues/17791

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2026-01-14 13:15:09 +01:00
..
chunk_write_queue.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
chunk_write_queue_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
chunks.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
chunks_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
head_chunks.go Refactor various tsdb sub-packages (#17847) 2026-01-13 13:38:58 +00:00
head_chunks_other.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
head_chunks_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
head_chunks_windows.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
queue.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
queue_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
samples.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00