Commit Graph

190 Commits (9c4782f1cc34f85f07daaaed14af2e7ad1ff56a0)

Author SHA1 Message Date
Ganesh Vernekar 328a74ca36
Fix bugs and add enhancements to the chunk snapshot (#9185) 4 years ago
Ganesh Vernekar f0688c21d6
Log sparse histograms into WAL and replay from it (#9191) 4 years ago
Ganesh Vernekar 095f572d4a
Sync sparsehistogram branch with main (#9189) 4 years ago
Bryan Boreham 040ef175eb
Optimise WAL loading by removing extra map and caching min-time (#9160) 4 years ago
Ganesh Vernekar ee7e0071d1
Snapshot in-memory chunks on shutdown for faster restarts (#7229) 4 years ago
Ganesh Vernekar 848cb5a6d6
Enhanced WAL replay for duplicate series record (#7438) 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 5 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081) 5 years ago
Martin Disibio 1bcd13d6b5
Exemplar resize (#8974) 5 years ago
Ganesh Vernekar 67871fd1f2
Support compaction of Head block for histograms (#9044) 5 years ago
Ganesh Vernekar f4d3af73f0
Query histograms from TSDB and unit test for append+query (#9022) 5 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 5 years ago
kjinan 24869ff2d0 typos correct 5 years ago
Callum Styan 8fd73b1d28
Add Exemplar Remote Write support (#8296) 5 years ago
Fiona Liao 9b83d8330a
Fix memSafeIterator.Seek() (#8748) 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 5 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 5 years ago
Dustin Hooten b9f0baf6ff
Combine NewHead() args into a HeadOptions struct (#8452) 5 years ago
Ganesh Vernekar dff967286e
Set the min time of Head properly after truncation (#8212) 5 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
Bartlomiej Plotka 2fe1e9fa93
Create a checkpoint only at the end of Compact call (#8067) 5 years ago
Brian Brazil 073e93c768
Gracefully handle unknown WAL record types. (#8004) 5 years ago
Xiaochao Dong a282d25099
tsdb: remove duplicate values set to reduce memory usage(map overhead) (#7915) 5 years ago
Ganesh Vernekar 2255b6f62f
Refactor WAL.Segments method to be part of the wal package (#6477) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 5 years ago
Annanay 0b4d448d29 Fix tests 5 years ago
Annanay 89129cd39a Address comments 5 years ago
Javier Palomo Almena 348ff4285f
tsdb: Replace sync/atomic with uber-go/atomic in tsdb (#7659) 5 years ago
Annanay 7f98a744e5 Add context to Appender interface 6 years ago
Julien Pivotto ffc925dd21
TSDB: Error when we commit/rollback twice (#7593) 6 years ago
Julien Pivotto cfe30a7b62
TSDB: Use t.Cleanup to delete temporary files (#7620) 6 years ago
Bartlomiej Plotka 492061b24c
Revert "Fix unknown symbol error during head compaction (#7526)" (#7556) 6 years ago
Ganesh Vernekar 30505a202a
Fix unknown symbol error during head compaction (#7526) 6 years ago
Ganesh Vernekar 082c17b691
Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 6 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 6 years ago
Peter Štibraný ff80690a6e
Optimise lowWatermark in Isolation (#7332) 6 years ago
Jess G fdc49fae5b
Added time range parameters to labelNames API (#7288) 6 years ago
Ganesh Vernekar a1355eb7c7
Remove time based m-map file creation (#7314) 6 years ago
Krasimir Georgiev 09df8d94e0
More explicit chunks and head error handling. (#7277) 6 years ago
Ganesh Vernekar 1c99adb9fd
Callbacks for lifecycle of series in TSDB (#7159) 6 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679) 6 years ago
Julien Pivotto ed1852ab95
TSDB: Isolation: avoid creating appenderId's without appender (#7135) 6 years ago
MengZeLee a7982ffc0f
Fix typo (#7068) 6 years ago
Julien Pivotto 653f343547 Revert head posting optimization 6 years ago
Ganesh Vernekar 6fdc852813
Fix TestHeadDeleteSimple to test reloaded Head too (#7021) 6 years ago
beorn7 526cff39b9 Fix tests that were broken by #7009 6 years ago