Commit Graph

1309 Commits (4062f12573cd1d9525353338585b669ef63c1508)

Author SHA1 Message Date
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
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 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
Björn Rabenstein 78cd9ae2c3
Merge pull request #12264 from rabenhorst/sample-ring-iterator-mixed-histograms-fix
2 years ago
Matthieu MOREL bae9a21200
Merge branch 'main' into linter/nilerr
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
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
Björn Rabenstein 6e0a46900b
Merge pull request #12192 from leizor/leizor/prometheus/issues/11204
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
Bryan Boreham b987afa7ef labels: simplify call to get Labels from Builder
2 years ago
Björn Rabenstein 559adab471
Merge pull request #12085 from leizor/leizor/prometheus/issues/11204
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
Julien Pivotto 475f9984d0
Merge pull request #11787 from damnever/perf/avoid-alloc-if-no-externallabels
2 years ago
Julien Pivotto dfd2b5340e
Merge pull request #11951 from Fish-pro/chore/httpvar
2 years ago
Justin Lei af1d9e01c7
Refactor tsdbutil for tests/native histograms (#11948)
2 years ago
Fish-pro 43d77f7c41 Use http constants instead of string
2 years ago
Charles Korn 0a1de58f7e
Mark Histogram.(Positive|Negative)Spans as non-nullable.
2 years ago
Björn Rabenstein 60d763282e
Merge pull request #11864 from prometheus/beorn7/histogram2
2 years ago
beorn7 49c5b1fae4 histograms: Fix counter reset header during merging
2 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints
2 years ago
György Krajcsovits 2d9a9cbc08 Fix storage/remote/codec ignoreing histogram reset hint
2 years ago
Bryan Boreham faac4c066d package storage: fix up test not to access Labels internals
2 years ago
Jesus Vazquez 136956cca4
Attempt to append ooo sample at the end first (#11615)
2 years ago
Marc Tudurí 721f33dbb0
histograms: Add remote-write support for Float Histograms (#11817)
2 years ago
beorn7 d121db7a65
federate: Fix PeekBack usage
2 years ago
Xiaochao Dong (@damnever) 2d61d012ff Avoid copy during remote write if external labels is empty
2 years ago
Fish-pro 6ed71a229e Use errors.Is to check for a specific error
2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522)
2 years ago
Bryan Boreham ccea61c7bf
Merge pull request #11717 from bboreham/labels-abstraction
2 years ago
Sniper91 46fb802791
reset frameBytesLeft after writing (#11689)
2 years ago
Bryan Boreham 047585360b Update package storage/remote tests for new labels.Labels type
2 years ago
Bryan Boreham abd9909595 Update package storage/remote for new labels.Labels type
2 years ago