Commit Graph

39 Commits (98cf5942ae054cb5223b69087866e87bef5ee10a)

Author SHA1 Message Date
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
Charles Korn e8c7482137
Return negative counts when multiplied or divided by a negative value
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
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
Jan Fajerski 7c8c748399 promql tests: adjust range query intervals
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 52818a97e2
Merge branch 'main' into sum-and-avg-over-mixed-custom-exponential-histograms
4 months ago
György Krajcsovits 386fc8b9f6 Update from review comments.
4 months ago
György Krajcsovits 6aee5b4b38 fix typo
4 months ago
György Krajcsovits 06a8886b94 Native histograms: define behavior when rate is null.
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 aadec25faf
promql: Fix issue where some native histogram-related annotations are not emitted by `rate` (#14575)
4 months ago
Jan Fajerski adf5d6bce1 Merge branch 'main' into 3.0-main-sync-24-07-18
4 months ago
Filip Petkovski acb6c1ae4b
Fix decoding buckets for native histograms in binops
5 months ago
Jan Fajerski c0d67fd845 Merge branch 'main' into 3.0-main-sync-24-07-09
5 months ago
Jan Fajerski b4152309a4 Merge branch 'main' into 3.0-main-sync
5 months ago
Ganesh Vernekar 3d54bcc018
Merge pull request #14362 from charleskorn/charleskorn/sum-infinity
5 months ago
Charles Korn fd6bdf5230
Fix issue where summation of +/- infinity returns NaN instead of infinity
5 months ago
Jeanette Tan dda5f48c9e Merge branch 'main' into nhcb-review-2
5 months ago
Zhang Zhanpeng debbdb8608 make matrix selection and lookback left-open and right-closed
5 months ago
Jeanette Tan 14f8dded39 Merge branch 'main' into nhcb
6 months ago
beorn7 c7fdfe8004 promql: Add tests for histogram counter reset only in bucket
6 months ago
Jeanette Tan f028496133 Merge branch 'main' into nhcb
7 months ago
Neeraj Gartia 661856cb65 removes the added tests from engine_test.go
7 months ago
Neeraj Gartia 6119124d0e some nits
7 months ago
Neeraj Gartia adf5a36c1e adds test for sum, count, stddev, stdvar, quantile and fraction func to promql testing framework
7 months ago
Neeraj Gartia 8b838a05d9 adds test for native histogram rate func in promql testing framework
7 months ago
Neeraj Gartia 548bd9d6fb adds TestNativeHistogramRate func to promql test framework
7 months ago
Bryan Boreham 11b27d5d22 test: move test files into new promqltest package
7 months ago