104 Commits (7e2c6fc8f3e0e42927325bdac623ea848575a66e)

Author SHA1 Message Date
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
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
Marco Pracucci 9f5ff5b269
Allow to disable trimming when querying TSDB (#9647) 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago