Commit Graph

114 Commits (cc390aab64badd803ce68c6d7fd4299592120799)

Author SHA1 Message Date
Neeraj Gartia a6fb16fcb4
PromQL: Convert more native histogram tests to promql-test framework (#15419)
5 days ago
Björn Rabenstein 4ef1170868
Merge pull request #15422 from NeerajGartia21/promql-corrections
5 days ago
George Krajcsovits 5cd9855999
tests(promql/testdata): add regression test for and-on (#15425)
5 days ago
Neeraj Gartia 048222867a fix count_values for histograms
6 days ago
Charles Korn 62e6e55c07
promql: fix issues with comparison binary operations with `bool` modifier and native histograms (#15413)
6 days ago
Neeraj Gartia 789c9b1a5e
[BUGFIX] PromQL: Corrects the behaviour of some operator and aggregators with Native Histograms (#15245)
2 weeks ago
Joshua Hesketh ed2668bbda
Merge branch 'main' into jhesketh/clamp
2 weeks ago
Bartlomiej Plotka 76432aaf4e
Merge pull request #15220 from prometheus/nhcb-scrape-optimize
2 weeks ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter
3 weeks ago
Bryan Boreham 6979b237b9 Merge branch 'release-2.55' into merge-2.55-into-main2
3 weeks ago
Ben Ye b7aca45de7 fix round function ignoring enableDelayedNameRemoval feature flag
4 weeks ago
György Krajcsovits eafe72a0d0 perf(nhcb): optimize away most allocations in convertnhcb
4 weeks ago
Joshua Hesketh 14ef1ce8ab Round function should ignore native histograms
1 month ago
Joshua Hesketh 5a4e4f6936
Fix stddev/stdvar when aggregating histograms, NaNs, and infinities (#14941)
1 month ago
Joshua Hesketh 31d19381f6 Clamp functions should ignore native histograms
1 month ago
Neeraj Gartia d4b1f9eb33
Corrects the behaviour of binary opperators between histogram and float (#14726)
1 month ago
George Krajcsovits 522149a2ae
model: move classic NHCB conversion into its own file (#15156)
1 month ago
Fiona Liao 8650d25804
Add additional basic nhcb unit tests (#15086)
2 months ago
Neeraj Gartia 8aef821e10 eval_info command
2 months ago
Björn Rabenstein 5b9148e552
Merge pull request #14820 from charleskorn/promqltest-native-histogram-format
2 months ago
Björn Rabenstein df9916ef66
Merge pull request #14677 from prometheus/beorn7/histogram
2 months ago
Jan Fajerski 96e5a94d29 promql: rename holt_winters to double_exponential_smoothing
2 months ago
Björn Rabenstein 1639450172 Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
2 months ago
beorn7 6fcd225aee promql(native histograms): Introduce exponential interpolation
2 months ago
Jan Fajerski 91608c002f Merge branch 'main' into release-3.0-beta.0
3 months ago
Björn Rabenstein 8114f9a281
Merge pull request #14821 from charleskorn/nh-negative-multiplication-division
3 months ago
Charles Korn e8c7482137
Return negative counts when multiplied or divided by a negative value
3 months ago
Jan Fajerski fe4289b502 Merge branch 'main' into HEAD
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
Charles Korn 90dc1b45db
promqltest: use test expression format for histograms in assertion failure messages
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
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
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
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
Charles Korn 52818a97e2
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
3 months ago
György Krajcsovits 386fc8b9f6 Update from review comments.
3 months ago