Commit Graph

1356 Commits (9509ad082a0528625de6752516e58d0d381caa4e)

Author SHA1 Message Date
Goutham 3048a88ae7
Add suffixes
1 year ago
Goutham a99f48cc9f
Bump OTel Collector dependency to v0.88.0
1 year ago
machine424 413b713aa8
remote/storage.go: adjust Storage.Notify() to avoid a race condition with Storage.ApplyConfig()
1 year ago
machine424 08c17df244
remote/storage.go: add a test to highlight a race condition
1 year ago
machine424 0996b78326
remote_write: add a unit test to make sure the write client sends
1 year ago
Julien Pivotto cf01ec2119
Merge pull request #13091 from mmorel-35/errorlint/util
1 year ago
Linas Medziunas 1f8aea11d6 Move histogram validation code to model/histogram
1 year ago
Linas Medziunas 1cd6c1cde5 ValidateHistogram: strict Count check in absence of NaNs
1 year ago
Matthieu MOREL fe057fc60d use Go standard errors package
1 year ago
Björn Rabenstein a43669e611
Merge pull request #12928 from alexandear/ci-enable-godot
1 year ago
Charles Korn 5184368db6
Fix issue where `chainSampleIterator` can obscure errors (#13006)
1 year ago
Julien Pivotto f568221610
Merge pull request #13057 from prometheus/release-2.48
1 year ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments
1 year ago
beorn7 4696b46dd5 storage: Fix mixed samples handling in sampleRing
1 year ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926)
1 year ago
Matthieu MOREL 1ec6e407d0
ci(lint): enable errorlint on storage (#12935)
1 year ago
Levi Harrison 454a0a2c1b Update dependencies for 2.48 (#12964)
1 year ago
Levi Harrison dcaca86958
Update dependencies for 2.48 (#12964)
1 year ago
Bryan Boreham a5a4eab679
Storage: reduce memory allocations when merging series sets (#12938)
1 year ago
rakshith210 cdad64002a
Added Azure OAuth support (#12572)
1 year ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650)
1 year ago
Björn Rabenstein ade2ee3fe4
Merge pull request #12716 from bboreham/simplify-seek
1 year ago
William Dumont ce6ad15422 remote-write: TestClientRetryAfter status code 500
1 year ago
William Dumont febd62a23e remote-write: refactor TestClientRetryAfter
1 year ago
Bryan Boreham 9b85354acd remote-write: respect Retry-After header on 5xx errors
1 year ago
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
Julien Pivotto 0f85e4f41d
Merge pull request #12539 from bboreham/slices-sorts
1 year ago
Bryan Boreham ce153e3fff Replace sort.Sort with faster slices.SortFunc
1 year ago
Julien Pivotto 986fde06b2
Merge pull request #11688 from damnever/fix/datamodelvalidation-remotewriteapi
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)
2 years ago
Bryan Boreham a073e04a9b
Merge pull request #12366 from prometheus/release-2.44
2 years 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