prometheus/storage
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
..
remote refactor: move OTLP handler to separate file (#17990) 2026-02-02 14:36:00 +00:00
buffer.go storage/buffer.go: add ST to sample types and iterators 2026-01-14 13:15:10 +01:00
buffer_test.go add test coverage for buffer.go 2026-01-14 13:15:17 +01:00
errors.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
errors_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
fanout.go storage: optimized fanoutAppenderV2 (#17976) 2026-02-02 07:04:30 +00:00
fanout_test.go storage: optimized fanoutAppenderV2 (#17976) 2026-02-02 07:04:30 +00:00
generic.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
interface.go Merge pull request #17835 from prometheus/bwplotka/a2-storage-support 2026-01-16 13:04:14 +00:00
interface_append.go storage: optimized fanoutAppenderV2 (#17976) 2026-02-02 07:04:30 +00:00
interface_test.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
lazy.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
memoized_iterator.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
memoized_iterator_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
merge.go feat(tsdb): new AppenderV2 and AtST interface for chunks 2026-01-14 13:15:09 +01:00
merge_test.go test that ChainSampleIterator passes on the AtST call 2026-01-14 13:15:18 +01:00
noop.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
secondary.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
series.go fix(tsdb): remove useless code 2026-02-02 17:03:09 +01:00
series_test.go test ListSeriesIterator with ST 2026-01-14 13:15:19 +01:00