Commit Graph

1352 Commits (1bfb3ed062e99bd3c74e05d9ff9a7fa4e30bbe21)

Author SHA1 Message Date
machine424 0996b78326
remote_write: add a unit test to make sure the write client sends 2 years ago
Linas Medziunas 1f8aea11d6 Move histogram validation code to model/histogram 2 years ago
Linas Medziunas 1cd6c1cde5 ValidateHistogram: strict Count check in absence of NaNs 2 years ago
Matthieu MOREL fe057fc60d use Go standard errors package 2 years ago
Charles Korn 5184368db6
Fix issue where `chainSampleIterator` can obscure errors (#13006) 2 years ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments 2 years ago
beorn7 4696b46dd5 storage: Fix mixed samples handling in sampleRing 2 years ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 2 years ago
Matthieu MOREL 1ec6e407d0
ci(lint): enable errorlint on storage (#12935) 2 years ago
Levi Harrison 454a0a2c1b Update dependencies for 2.48 (#12964) 2 years ago
Levi Harrison dcaca86958
Update dependencies for 2.48 (#12964) 2 years ago
Bryan Boreham a5a4eab679
Storage: reduce memory allocations when merging series sets (#12938) 2 years ago
rakshith210 cdad64002a
Added Azure OAuth support (#12572) 2 years ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 2 years ago
William Dumont ce6ad15422 remote-write: TestClientRetryAfter status code 500 2 years ago
William Dumont febd62a23e remote-write: refactor TestClientRetryAfter 2 years ago
Bryan Boreham 9b85354acd remote-write: respect Retry-After header on 5xx errors 2 years ago
Paschalis Tsilias c173cd57c9
Add a header to count retried remote write requests (#12729) 2 years ago
George Krajcsovits 3512b2d678
storage: make histogram reset handling consistent in chainSampleIterator (#12779) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 2 years ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 2 years ago
beorn7 0521ec12af storage: remove obsolete TODO 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 2 years ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 2 years ago
beorn7 aa82fe198f tsdb: Fix histogram validation 2 years ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050) 2 years ago
Bryan Boreham a018a7ef53 storage: simplify Seek on BufferedSeriesIterator 2 years ago
Bryan Boreham d2ae8dc3cb remote-write: add http.resend_count tracing attribute 2 years ago
Goutham Veeramachaneni ad4f514e66
Add OTLP Ingestion endpoint (#12571) 2 years ago
George Krajcsovits 6cd2d1621f
Hide histogram chunk append and reset header internals (#12352) 2 years ago
LHHDZ 7d8f9b0978
remote-write receiver: reuse 'ref' to optimize multiple samples for same series (#12580) 2 years ago
György Krajcsovits d4e355243a tsdbutil/ChunkFromSamplesGeneric should not panic 2 years ago
Bryan Boreham ce153e3fff Replace sort.Sort with faster slices.SortFunc 3 years ago
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc 3 years ago
rakshith210 b1675e23af
Add Azure AD package for remote write (#11944) 3 years ago
Callum Styan 0d2108ad79
[tsdb] re-implement WAL watcher to read via a "notification" channel (#11949) 3 years ago
George Krajcsovits f5fcaa3872
Fix setting reset header to gauge histogram in seriesToChunkEncoder (#12329) 3 years ago
Justin Lei 7bbf24b707 Make MemoizedSeriesIterator not implement chunkenc.Iterator 3 years ago
beorn7 b0272255b7 storage: optimise sampleRing 3 years ago
Justin Lei 6985dcbe73 Optimize and test MemoizedSeriesIterator 3 years ago
Filip Petkovski 0d049feac7
Fix encoding samples in ChunkSeries (#12185) 3 years ago
Jeanette Tan 2ad39baa72 Treat bucket limit like sample limit and make it fail the whole scrape and return an error 3 years ago
Jeanette Tan 4d21ac23e6 Implement bucket limit for native histograms 3 years ago
Jeanette Tan 1102ffd188 Fix according to code review 3 years ago
Jeanette Tan e9a1e26ab7 Perform integer/float histogram type checking on conversions, and use a consistent method for determining integer vs float histogram 3 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 3 years ago
Sebastian Rabenhorst 5d4ec08a1f
Fixed sampleRingIterator for mixed histograms 3 years ago