Commit Graph

1106 Commits (9126bbbed0f136d5a2a48ba59cb9799456ceca40)

Author SHA1 Message Date
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868)
2 months ago
Jan Fajerski 91608c002f Merge branch 'main' into release-3.0-beta.0
2 months ago
Björn Rabenstein 8114f9a281
Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
2 months ago
Jan Fajerski fa318711f4 Merge branch 'main' into 3.0-main-sync-24-09-09
3 months ago
Charles Korn e8c7482137
Return negative counts when multiplied or divided by a negative value
3 months ago
Charles Korn 2bdb3452d1
Modify parser for native histograms to allow negative values where supported
3 months ago
Charles Korn 9852855084
Implement unary negation for native histograms
3 months ago
Arve Knudsen db5e48dc33
promql.Engine.Close: No-op if nil (#14861)
3 months ago
Björn Rabenstein d2b659540e
Merge pull request #14819 from prometheus/beorn7/doc
3 months ago
Jan Fajerski befcfadf78 Fix merge conflicts
3 months ago
Jan Fajerski fe4289b502 Merge branch 'main' into HEAD
3 months ago
Bryan Boreham 485523eed2
Merge pull request #14816 from bboreham/improve-promql-tracing
3 months ago
Arve Knudsen 6ef1eb4e68
Merge pull request #14064 from aknuds1/arve/close-engine
3 months ago
Charles Korn 113de6301c
Add failing test cases for unary negation and multiplication and division with negative scalars
3 months ago
Charles Korn 9b451abec7
Make positive and negative bucket counts different in existing test cases
3 months ago
beorn7 2304be9dd5 promql: Improve the rate extrapolation explanation
3 months ago
Bryan Boreham abb0502685 [ENHANCEMENT] PromQL: Add detail to tracing spans
3 months ago
Bryan Boreham 54989ce6fd PromQL: add short string method
3 months ago
Bryan Boreham 8742077498 [BUGFIX] PromQL: pass Context so spans parent correctly
3 months ago
Arve Knudsen 70bb219d33
Merge pull request #14680 from charleskorn/promqltest-scalar
3 months ago
Arve Knudsen 5dfbcc390e Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
Jan Fajerski 956245b25b promqltest: adjust eval times and range selector
3 months ago
Jan Fajerski 00315ce15e Merge branch 'main' into 3.0-main-sync-24-08-30
3 months ago
Neeraj Gartia 8c7bf39d96
Moves TestNativeHistogram_MulDivOperator to promql testing framework (#14688)
3 months ago
Jorge Creixell e9e3d64b7c
PromQL engine: Delay deletion of __name__ label to the end of the query evaluation (#14477)
3 months ago
Arve Knudsen 99204f23ee Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
Björn Rabenstein 849215d90c
Merge pull request #14585 from fatsheep9146/covert-TestNativeHistogram_Sum_Count_Add_AvgOperator-to-framework
3 months ago
Owen Williams 9da75328ea
fix(utf8): ensure correct validation when legacy mode turned on (#14736)
3 months ago
Arve Knudsen c9a460d570 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
Ziqi Zhao 87eab0aaad fix golang lint
3 months ago
Ziqi Zhao c7c4a5c347 add helper function to compare native histograms in testing
3 months ago
beorn7 0f760f63dd lint: Revamp our linting rules, mostly around doc comments
3 months ago
Jan Fajerski 7c8c748399 promql tests: adjust range query intervals
3 months ago
Björn Rabenstein 7fad1ec8ee
Merge pull request #14655 from suntala/suntala/sort-by-label-enhancement
3 months ago
Jan Fajerski 5138922b0d Merge branch 'main' into 3.0-main-sync-24-08-21
3 months ago
Ziqi Zhao 8f828d45c1 convert TestNativeHistogram_Sum_Count_Add_AvgOperator into testing framework
3 months ago
suntala 8e82ac8d2b Add comments to the sort by label functions
3 months ago
Arve Knudsen 3a78e76282 Upgrade golangci-lint to v1.60.1
3 months ago
Charles Korn 6548421f61
promqltest: improve error messages when unexpected type is returned, and fix inverted expected and actual values in error message when scalar value does not match expected
3 months ago
Björn Rabenstein 1daf7cdd62
Merge pull request #14626 from cuiweiyuan/main
3 months ago
cuiweiyuan 1800af54f0 chore: fix some function names
3 months ago
Charles Korn 52818a97e2
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
3 months ago
Björn Rabenstein c2bc6cfe97
Merge pull request #14621 from charleskorn/panic-message
3 months ago
George Krajcsovits fe5354df88
Merge pull request #14658 from krajorama/zero-rate-nh-quantile
3 months ago
György Krajcsovits 386fc8b9f6 Update from review comments.
3 months ago
Arve Knudsen 0503d4f372 PromQL: Fix comment regarding non-nil histogram pointer
3 months ago
György Krajcsovits 6aee5b4b38 fix typo
3 months ago
György Krajcsovits 06a8886b94 Native histograms: define behavior when rate is null.
3 months ago
suntala fd2f44af7f Fall back to comparing by label set when sorting by label desc
3 months ago
suntala 94ad489328 Fall back to comparing by label set when sorting by label
3 months ago