Commit Graph

39 Commits (775d90d5f87a64f3594c8b911ab2bc65a04f80c1)

Author SHA1 Message Date
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Bryan Boreham 176fa38e76 tsdb: in tests use labels.FromStrings 3 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
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 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) 5 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
Jess G 90680b092c
Add a tsdb writer interface (#7950) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 5 years ago
Annanay 89129cd39a Address comments 5 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Ganesh Vernekar 1c99adb9fd
Callbacks for lifecycle of series in TSDB (#7159) 5 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679) 5 years ago
ZouYu 2b7437d60e
Fix some warnings: 'redundant type from array, slice, or map composite literal' (#7109) 5 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Thor 17d8c49919
made stripe size configurable (#6644) 5 years ago
Brian Brazil 13e88e5a49 Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 6 years ago
Brian Brazil ada0945b8f Fix tsdb code and tests to work on Windows. (#6547) 6 years ago
Brian Brazil 000e306f2f
Handle V1 indexes, some of which have unsorted posting offset tables. (#6564) 6 years ago
Brian Brazil 536d416299
Fix tsdb code and tests to work on Windows. (#6547) 6 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory. 6 years ago
Brian Brazil aff9f7a9e8 Extend PostingsForMatchers benchmark to cover Blocks too. 6 years ago
Krasimir Georgiev 549164f252
return err instead of panic for corrupted chunk (#6040) 6 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 6 years ago
Dipack P Panjabi ce7bab04dd Compute WAL size and use it during retention size checks (#5886) 6 years ago
Bartek Plotka f0863a604e Removed extra tsdb/testutil after merge. 6 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 6 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 6 years ago
Krasi Georgiev 6f9bbc7253
Open db in Read only mode (#588) 6 years ago
Krasi Georgiev 31f7990d1d
Re-encode chunks that are still being appended to when snapshoti… (#641) 6 years ago
Krasi Georgiev 8d86e921cf
refactor block size calculation (#637) 6 years ago
Krasi Georgiev e809cb477d
Add e2e benchmarks for head and block Queries (#467) 6 years ago
naivewong 13c80a5979 Optimize queries using regex matchers for set lookups (#602) 6 years ago
zhulongcheng 19d402d154 cleanup tmp files (#570) 6 years ago
zhulongcheng 4d03c70800 Verify chunk format version (#544) 6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 6 years ago