1505 Commits (d541b3bbebbc889e02ff51dd54e5a1674bcf5b77)

Author SHA1 Message Date
Paschalis Tsilias c173cd57c9
Add a header to count retried remote write requests (#12729) 1 year ago
George Krajcsovits 3512b2d678
storage: make histogram reset handling consistent in chainSampleIterator (#12779) 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
beorn7 0521ec12af storage: remove obsolete TODO 1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 1 year ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 1 year ago
beorn7 aa82fe198f tsdb: Fix histogram validation 1 year ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050) 1 year ago
Bryan Boreham a018a7ef53 storage: simplify Seek on BufferedSeriesIterator 1 year ago
Bryan Boreham d2ae8dc3cb remote-write: add http.resend_count tracing attribute 1 year ago
Goutham Veeramachaneni ad4f514e66
Add OTLP Ingestion endpoint (#12571) 1 year ago
George Krajcsovits 6cd2d1621f
Hide histogram chunk append and reset header internals (#12352) 1 year ago
LHHDZ 7d8f9b0978
remote-write receiver: reuse 'ref' to optimize multiple samples for same series (#12580) 1 year ago
György Krajcsovits d4e355243a tsdbutil/ChunkFromSamplesGeneric should not panic 1 year ago
Bryan Boreham ce153e3fff Replace sort.Sort with faster slices.SortFunc 1 year ago
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc 1 year ago
rakshith210 b1675e23af
Add Azure AD package for remote write (#11944) 1 year ago
Callum Styan 0d2108ad79
[tsdb] re-implement WAL watcher to read via a "notification" channel (#11949) 2 years ago
George Krajcsovits f5fcaa3872
Fix setting reset header to gauge histogram in seriesToChunkEncoder (#12329) 2 years ago
Justin Lei 7bbf24b707 Make MemoizedSeriesIterator not implement chunkenc.Iterator 2 years ago
beorn7 b0272255b7 storage: optimise sampleRing 2 years ago
Justin Lei 6985dcbe73 Optimize and test MemoizedSeriesIterator 2 years ago
Filip Petkovski 0d049feac7
Fix encoding samples in ChunkSeries (#12185) 2 years ago
Jeanette Tan 2ad39baa72 Treat bucket limit like sample limit and make it fail the whole scrape and return an error 2 years ago
Jeanette Tan 4d21ac23e6 Implement bucket limit for native histograms 2 years ago
Jeanette Tan 1102ffd188 Fix according to code review 2 years ago
Jeanette Tan e9a1e26ab7 Perform integer/float histogram type checking on conversions, and use a consistent method for determining integer vs float histogram 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
Sebastian Rabenhorst 5d4ec08a1f
Fixed sampleRingIterator for mixed histograms 2 years ago
Justin Lei c3e6b85631 Reverse test changes 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 717a3f8e25 storage: Manually expand `genericAdd` for specific types 2 years ago
beorn7 817a2396cb Name float values as "floats", not as "values" 2 years ago
beorn7 462240bc78 storage: add specialized buffers to sampleRing 2 years ago
beorn7 630bcb494b storage: Use separate sample types for histogram vs. float 2 years ago
Justin Lei f90013a5a0 Update storage/remote/codec.go 2 years ago
Justin Lei 83f43982c9 Add support for native histograms to concreteSeriesIterator 2 years ago
Justin Lei 73ff91d182 Test fixes 2 years ago
Xiaochao Dong (@damnever) 2b7202c4cc Validate the metric names and labels in the remote write handler 2 years ago
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder 2 years ago
Oleg Zaytsev beb7d3b80f
remote.Client: store urlString 2 years ago
Justin Lei 60ad864667 Remove hacky promql.Test native histogram thing 2 years ago
Justin Lei c16b6a0185 Handle native histograms in remote read 2 years ago
Arve Knudsen bc9a82f5a1
remote: Improve some comments (#12102) 2 years ago
Arve Knudsen 435b500de7
remote: Convert to RecoverableError using errors.As (#12103) 2 years ago
Justin Lei af1d9e01c7
Refactor tsdbutil for tests/native histograms (#11948) 2 years ago