Commit Graph

52 Commits (beorn7/polymorphism)

Author SHA1 Message Date
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 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
Marco Pracucci 9f5ff5b269
Allow to disable trimming when querying TSDB (#9647) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 4 years ago
Ganesh Vernekar 5d4dc7e413
Convert the header into an enum 4 years ago
Ganesh Vernekar 175ef4ebcf
Add a NotCounterReset flag 4 years ago
Ganesh Vernekar 59d77ff16d
Fix build 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 years ago
Ganesh Vernekar 67871fd1f2
Support compaction of Head block for histograms (#9044) 4 years ago
Ganesh Vernekar f4d3af73f0
Query histograms from TSDB and unit test for append+query (#9022) 4 years ago
Ganesh Vernekar 04ad56d9b8
Append sparse histograms into the Head block (#9013) 4 years ago
Christian Simon 9781e51f59
Correct spelling of "iterable" (#8713) 4 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 4 years ago
Bartlomiej Plotka 4513537034
Exposed DeletionIterator and CompactMetas functions. (#8161) 5 years ago
Bartlomiej Plotka 3d8826a3d4
MultiError: Refactored MultiError for more concise and safe usage. (#8066) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Goutham Veeramachaneni 1cc02930b6
Implement series API query hint to not hit chunks (#8050) 5 years ago
Frederic Branczyk e0cf219f0d
tsdb: Save allocations on labels by re-using label array 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
Ganesh Vernekar 082c17b691
Introduce SortedLabelValues/LabelValues to speedup queries for high cardinality (#7448) 5 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Jess G fdc49fae5b
Added time range parameters to labelNames API (#7288) 5 years ago
Goutham Veeramachaneni 84b4d079c8
Make sure deleted intervals are excluded from Seek (#6980) 5 years ago
Julien Pivotto 653f343547 Revert head posting optimization 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 c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Julien Pivotto 8907ba6235 Make TSDB use storage errors 5 years ago
Bartlomiej Plotka 9d9c45588e Addressed Goutham's review. 5 years ago
Bartlomiej Plotka cd9516316a Addressed Brian's comments. 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Brian Brazil cebe36c7d5 Make head Postings only return series in time range 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Ben Ye 492414542e
fix matcher for regex (#6540) 5 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Brian Brazil 4708915ac6 Replace StringTuples with []string 6 years ago
Brian Brazil e9ede51753 Remove last vestiges of never used composite index code. 6 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory. 6 years ago
Brian Brazil 48d25e6fe7 Reduce memory used by postings offset table. 6 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 6 years ago
naivewong 23c0299d85 [tsdb] Improve mergeSeriesSet (#5920) 6 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 6 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 6 years ago
Yao Zengzeng d1f21552b9 some refactor to make PostingsForMatchers more readable (#5897) 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
Ganesh Vernekar b1cd829030
Reuse Chunk Iterator (#642) 6 years ago
naivewong 13c80a5979 Optimize queries using regex matchers for set lookups (#602) 6 years ago