Commit Graph

95 Commits (3a8131b3f16bed599786e9fcf7a080f408945038)

Author SHA1 Message Date
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
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
György Krajcsovits 6aee5b4b38 fix typo
3 months ago
György Krajcsovits 06a8886b94 Native histograms: define behavior when rate is null.
4 months ago
suntala fd2f44af7f Fall back to comparing by label set when sorting by label desc
4 months ago
suntala 94ad489328 Fall back to comparing by label set when sorting by label
4 months ago
Charles Korn f992f81bd0
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
4 months ago
Charles Korn 5cfdde327c
Address PR feedback: add extra test case
4 months ago
Charles Korn 82bb35fabb
Address PR feedback: fix typo and rename variable
4 months ago
Charles Korn f07b3ae67b
Fix issue where `avg` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results or panics
4 months ago
Charles Korn 5ee94f49a2
Fix issue where `sum` over mixed exponential and custom buckets, or incompatible custom buckets, produces incorrect results
4 months ago
Charles Korn 424cefcf5e
Fix "cannot reduce resolution to custom buckets schema" panic in `rate` over native histograms with mix of custom and exponential buckets
4 months ago
Charles Korn f6e4b775e2
Check for errors first
4 months ago
Björn Rabenstein ee5bba07c0
Merge pull request #14413 from prometheus/beorn7/promql
4 months ago
Charles Korn aadec25faf
promql: Fix issue where some native histogram-related annotations are not emitted by `rate` (#14575)
4 months ago
Arve Knudsen 7c873004c7 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
4 months ago
Jan Fajerski adf5d6bce1 Merge branch 'main' into 3.0-main-sync-24-07-18
4 months ago
Björn Rabenstein ca7062cf49
Merge pull request #14464 from prometheus/beorn7/histogram
4 months ago
beorn7 c39776c5b5 promql: Add NHCB tests
4 months ago
Arve Knudsen fbc9eddfaf Refactor engine creation in tests
4 months ago
Arve Knudsen fec6adadcd Merge remote-tracking branch 'prometheus/main' into arve/close-engine
4 months ago