Commit Graph

39 Commits (alexg-remove-HEAD-1)

Author SHA1 Message Date
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 1 year ago
Arve Knudsen d8e4230696 storage: Fix mockChunkQuerier type name 1 year ago
Nicolás Pazos aa3513fc89
remote write 2.0: sync with `main` branch (#13510) 1 year ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 1 year ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Charles Korn 8274e248ad
Fix issue where `concatenatingChunkIterator` can obscure errors. 2 years ago
Charles Korn 5184368db6
Fix issue where `chainSampleIterator` can obscure errors (#13006) 2 years ago
George Krajcsovits 3512b2d678
storage: make histogram reset handling consistent in chainSampleIterator (#12779) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 2 years ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 2 years ago
beorn7 630bcb494b storage: Use separate sample types for histogram vs. float 2 years ago
Justin Lei af1d9e01c7
Refactor tsdbutil for tests/native histograms (#11948) 2 years ago
Bryan Boreham 463f5cafdd storage: re-use iterators to save garbage 3 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 3 years ago
Bryan Boreham 7ce09b4e39 storage: fix BenchmarkMergeSeriesSet 3 years ago
Signed-off-by: Jesus Vazquez 3362bf6d79
Fix merge conflicts 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Bryan Boreham ad1c257899 storage: in tests use labels.FromStrings 3 years ago
Ganesh Vernekar 0f4e5196c4
Implement vertical compaction for native histograms (#11184) 3 years ago
Matthieu MOREL d56d0a9d52
(storage): move from github.com/pkg/errors to 'errors' and 'fmt' (#10946) 3 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Ben Ye fdbc40a9ef
Expose NewChainSampleIterator func (#9475) 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 years ago
Matthias Loibl 7e7efaba32
storage: Split chunks if more than 120 samples (#8582) 4 years ago
Julius Volz df7541b899 Fix sample deduplication in chainSampleIterator (backport #8591) 4 years ago
Julius Volz cf4250cff3 Fix sample deduplication in chainSampleIterator 4 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 4 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Bartlomiej Plotka 088fcc9e48
Fixed iterator regression: Avoid using heap for each sample when iterating. (#7900) 5 years ago
Bartlomiej Plotka 28c5cfaf0d
tsdb: Moved code merge series and iterators to differen files; cleanup. No functional changes just move! (#7714) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 5 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 5 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Bartlomiej Plotka 1a4c97ec51
Revert "Cut 2.18.2 release with query bug fix. (#7364)" (#7367) 5 years ago
Bartlomiej Plotka 76261150b7
Cut 2.18.2 release with query bug fix. (#7364) 5 years ago
Marco Pracucci bc1d7d7f27 Fixed incorrect query results caused by buffer reuse in merge adapter (#7361) 5 years ago
Marco Pracucci 1e006d84a0
Fixed incorrect query results caused by buffer reuse in merge adapter (#7361) 5 years ago
Bartlomiej Plotka d5c33877f9
storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Chris Marchbanks 529ccff07b
Remove all usages of stretchr/testify 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 7 years ago
Brian Brazil 78efdc6d6b
Avoid infinite loop on duplicate NaN values. (#4275) 7 years ago