110 Commits (a93859a52f1ae151ce4f1a86c69060d495999356)

Author SHA1 Message Date
Marco Pracucci 501bc6419e
Add ShardedPostings() support to TSDB (#10421) 10 months ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 10 months ago
Oleg Zaytsev ed172a6667
Optimize label values with matchers by taking shortcuts (#13426) 10 months ago
Matthieu MOREL 8f6cf3aabb tsdb: use Go standard errors 12 months ago
Fiona Liao ce126230e7
Fix chunks iterator bug when tombstone covers a whole chunk (#13209) 12 months ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 1 year ago
Jeanette Tan 52eb303031 Refactor assigning MinTime in histogram chunks 1 year ago
Jeanette Tan 27abf09e7f Fix missing MinTime in histogram chunks 1 year ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 1 year ago
Alan Protasio 959c98441b Add context argument to tsdb.PostingsForMatchers 1 year ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 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 4451ba10b4
Add context argument to IndexReader.Postings (#12667) 1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
Dimitar Dimitrov b40865833d
PostingsForMatchers race with creating new series (#12558) 1 year ago
Bryan Boreham bdc7983956 TSDB: re-use iterator when moving between series 1 year ago
George Krajcsovits 6cd2d1621f
Hide histogram chunk append and reset header internals (#12352) 1 year ago
Patrick Oyarzun 68e5937474
Apply relevant label matchers in LabelValues before fetching extra postings (#12274) 1 year ago
Alan Protasio 73078bf738
Opmizing Group Regex (#12375) 2 years ago
Alan Protasio 8c5d4b4add
Opmize MatchNotEqual (#12377) 2 years ago
George Krajcsovits 92d6980360
Fix populateWithDelChunkSeriesIterator and gauge histograms (#12330) 2 years ago
Alan Protasio c0f1abb574 MatchNotRegexp optimization 2 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
Alex Le 1936868e9d
Allow populate block logic in compact to be overriden outside Prometheus (#11711) 2 years ago
Alan Protasio 6ddadd98b4
Optimization on `mergedStringIter` (#12132) 2 years ago
Ganesh Vernekar 0c0c2af7f5
Do not re-encode head chunk in ChunkQuerier 2 years ago
Oleg Zaytsev de93a279a0
Shortcut postings for matchers when empty postings are selected (#11813) 2 years ago
Bryan Boreham e61348d9f3 tsdb/index: fast-track postings for label="" 2 years ago
Bryan Boreham cf92cd2688 tsdb: sort values for Postings only when required 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 2 years ago
Bryan Boreham 1848623c77 tsdb: re-use iterator when stepping through chunks 2 years ago
Bryan Boreham 10b27dfb84 Simplify IndexReader.Series interface 2 years ago
Bryan Boreham 543c318ec2 Update package tsdb for new labels.Labels type 2 years ago
Bryan Boreham d3d96ec887 tsdb/index: use ScratchBuilder to create Labels 2 years ago
Bryan Boreham 0853250695 Review feedback 2 years ago
Bryan Boreham f0866c0774 tsdb: optimise block series iterators 2 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 2 years ago
Peter Štibraný af838ccf83 Include source block in error message when loading chunk fails. 2 years ago
Bryan Boreham 1226922ff5 tsdb: improve blockBaseSeriesSet scan 2 years ago
Bryan Boreham 0c05f95e92 tsdb: use smaller allocation in blockBaseSeriesSet 2 years ago
Ganesh Vernekar ad79fb9f25
Do not error on empty chunk during iteration in populateWithDelChunkSeriesIterator 2 years ago
Bryan Boreham 3330d85ba8
Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 2 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 2 years ago
Ganesh Vernekar d209a29a5b
Add unit test for histogram append and various querying scenarios (#11194) 2 years ago
beorn7 5d14046d28 tsdb: Fix chunk handling during appendHistogram 2 years ago
beorn7 49be0784b4 tsdb: Fix chunk handling during histogram recoding 2 years ago
Oleg Zaytsev 3947238ce0
Label values with matchers by intersecting postings (#9907) 3 years ago