Commit Graph

11241 Commits (b1675e23af84e6b156da0c17b5b12736775896b1)
 

Author SHA1 Message Date
Vladimir Varankin d281ebb178 web: display GOMEMLIMIT in runtime info
2 years ago
Julien Pivotto 7cd9f8a340
Merge pull request #12285 from bboreham/update-older-go
2 years ago
Bryan Boreham 13938d0ccc Update test_golang_oldest to 1.19
2 years ago
Björn Rabenstein d52a976ee1
Merge pull request #12272 from zenador/check-histogram-type-on-convert
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
György Krajcsovits 071426f72f Add unit test for bucket limit appender
2 years ago
Jeanette Tan d3ad158a66 Update docs and comments
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
Julien Pivotto 8f1dc4a70f
Merge pull request #12248 from yeya24/consistent-response
2 years ago
Julien Pivotto 0b212fd123
Merge pull request #12279 from mmorel-35/linters
2 years ago
Julien Pivotto 388eb03923
Merge pull request #12277 from roidelapluie/restore-main
2 years ago
Matthieu MOREL 7e9acc2e46
golangci-lint: remove skip-cache and restore singleCaseSwitch rule
2 years ago
Björn Rabenstein 78cd9ae2c3
Merge pull request #12264 from rabenhorst/sample-ring-iterator-mixed-histograms-fix
2 years ago
Julien Pivotto 637235f0a6 Revert type casting removal
2 years ago
Julien Pivotto f7c6130ff2
Merge pull request #12251 from prymitive/query_samples_total
2 years ago
Julien Pivotto e2512078e5
Merge pull request #12241 from mmorel-35/linter/nilerr
2 years ago
Bryan Boreham 59176e5a97
Merge pull request #12271 from bboreham/update-go-deps
2 years ago
gotjosh 2f22c8b7f8
Merge pull request #12270 from prometheus/gotjosh/allow-filtering-of-rules-by-name-api
2 years ago
gotjosh e78be38cc0
don't show empty groups
2 years ago
gotjosh 74e6668e87
update docs
2 years ago
Bryan Boreham 1f04415494 Update many Go dependencies
2 years ago
Matthieu MOREL bae9a21200
Merge branch 'main' into linter/nilerr
2 years ago
Björn Rabenstein 69155c6ba1
Merge pull request #12252 from prometheus/beorn7/lint
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
gotjosh cf230bcd18
more wordsmithing
2 years ago
gotjosh 28909a4636
more worthsmithing
2 years ago
gotjosh e2a2790b2c
add more docs
2 years ago
gotjosh 96b6463f25
review comments
2 years ago
Đurica Yuri Nikolić b028112331
Making the number of CPU cores used for sorting postings lists editable (#12247)
2 years ago
Julien Pivotto bb217dded8
Merge pull request #12269 from yeya24/add-ctx-engine-interface
2 years ago
gotjosh f3394bf7a1
Rules API: Allow filtering by rule name
2 years ago
Bryan Boreham cdf42df698
Merge pull request #12267 from bboreham/faster-decodesize
2 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface
2 years ago
Bryan Boreham 1801cd4196 labels: small optimization to stringlabels
2 years ago
Sebastian Rabenhorst 5d4ec08a1f
Fixed sampleRingIterator for mixed histograms
2 years ago
Ganesh Vernekar 7309ac2721
Merge pull request #12257 from alexqyle/block-populator-rename
2 years ago
Justin Lei c3e6b85631 Reverse test changes
2 years ago
Justin Lei 052993414a Add storage.tsdb.samples-per-chunk flag
2 years ago
Matthieu MOREL 0de12cb2e7
Merge branch 'prometheus:main' into patch-1
2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters
2 years ago
Björn Rabenstein 6b8573a846
Merge pull request #11687 from prometheus/beorn7/histogram
2 years ago
beorn7 717a3f8e25 storage: Manually expand `genericAdd` for specific types
2 years ago
beorn7 551de0346f promql: Do not return nil slices to the pool
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
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint`
2 years ago