prometheus/tsdb/chunks
György Krajcsovits 67829c7fc5
fix(tsdb): remove useless code
We are calculating histogram counter reset at the beginning for chunks
however, we always throw away the answer:
076369fad0/tsdb/chunkenc/histogram_meta.go (L481)

This PR removes this code and updates dependencies.

Related to
https://github.com/prometheus/prometheus/issues/15346

Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
2026-02-02 17:03: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 fix(tsdb): remove useless code 2026-02-02 17:03: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