73 Commits (88bb05c3e8d84de147f219f6e4c891d8ba87edc2)

Author SHA1 Message Date
Ben Ye 5a218708f1
tsdb: Extend compactor interface to allow compactions to create multiple output blocks (#14143) 5 months ago
Arve Knudsen 5c4310aa37
[ENHANCEMENT] TSDB: Optimize querying with regexp matchers 7 months ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 8 months ago
Bryan Boreham d45b5deb75 TSDB: move function only used in tests 8 months ago
Arve Knudsen ba7012ec6a
TestHeadLabelValuesWithMatchers: Add test case (#13414) 10 months ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 10 months ago
Arve Knudsen 8598150f48 TestLabelValuesWithMatchers: Add test case 10 months ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types 12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 12 months ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 1 year ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 1 year ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
Arve Knudsen 6ef9ed0bc3
Add context argument to DB.Delete (#12834) 1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 1 year ago
beorn7 aa82fe198f tsdb: Fix histogram validation 1 year ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 817a2396cb Name float values as "floats", not as "values" 2 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 2 years ago
Bryan Boreham 4b6a4d1425 Update package tsdb tests for new labels.Labels type 2 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 2 years ago
Bryan Boreham 9853888f9b tsdb tests: allocate more reasonable sample slice 2 years ago
Peter Štibraný af838ccf83 Include source block in error message when loading chunk fails. 2 years ago
Oleg Zaytsev 8553a98267
Optimize postings offset table reading (#11535) 2 years ago
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 2 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 2 years ago
Bryan Boreham 176fa38e76 tsdb: in tests use labels.FromStrings 2 years ago
Ganesh Vernekar 8f755f8f35
Extend createHead in tests to support histograms 2 years ago
Ganesh Vernekar d209a29a5b
Add unit test for histogram append and various querying scenarios (#11194) 2 years ago
Bryan Boreham 4b9f248e85
unit tests: make all Labels sorted alphabetically (#10532) 3 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 3 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 3 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 4 years ago
Ben Ye 0a8912433a
allow compact series merger to be configurable (#8836) 4 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 4 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 4 years ago
Dustin Hooten b9f0baf6ff
Combine NewHead() args into a HeadOptions struct (#8452) 4 years ago
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201) 4 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 4 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Jess G 90680b092c
Add a tsdb writer interface (#7950) 4 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 4 years ago