Commit Graph

56 Commits (0f760f63dd5137ad406e0bc9f08676898e04ac97)

Author SHA1 Message Date
Björn Rabenstein 7fad1ec8ee
Merge pull request #14655 from suntala/suntala/sort-by-label-enhancement
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.
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
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
Björn Rabenstein ca7062cf49
Merge pull request #14464 from prometheus/beorn7/histogram
4 months ago
beorn7 c39776c5b5 promql: Add NHCB tests
4 months ago
Filip Petkovski cb8b6d7504
Allow built-in tests to be customized
5 months ago
beorn7 cff0429b1a promql: make avg_over_time faster and more precise
5 months ago
beorn7 c46074f4dd promql: make avg aggregation more precise and less expensive
5 months ago
darshanime bd4ea118e9 Allow durations for number rule
5 months ago
darshanime cfad8ff3b2 Deprecate duration token
5 months ago
darshanime 8c8860d2d6 Allow number literals as duration
5 months ago
Filip Petkovski acb6c1ae4b
Fix decoding buckets for native histograms in binops
5 months ago
JuanJo Ciarlante c94c5b64c3
feat: add limitk() and limit_ratio() operators (#12503)
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
Björn Rabenstein 2e58d46522
Merge pull request #13662 from prometheus/nhcb
5 months ago
Bryan Boreham b6aba4ff14
Merge pull request #14074 from bboreham/kahan-sum-sum
5 months ago
Jeanette Tan dda5f48c9e Merge branch 'main' into nhcb-review-2
5 months ago
Jeanette Tan fc9dc72028 remove eval_with_nhcb
5 months ago
Jeanette Tan a6d788b1be update missed suggested change from code review
5 months ago
Charles Korn aeec30f082
Convert `TestTimestampFunction_StepsMoreOftenThanSamples`
5 months ago
Charles Korn 987fa5c6a2
Convert range query test cases to test scripting language
5 months ago
Björn Rabenstein 08621bebe9
Merge pull request #14269 from prometheus/beorn7/histogram-test
6 months ago
Jeanette Tan b8cb12b989 rename hist to histogram according to code review
6 months ago
Jeanette Tan 4c2aa872d4 update readme for testing framework
6 months ago
Jeanette Tan 14f8dded39 Merge branch 'main' into nhcb
6 months ago
Jeanette Tan b0e320425c refine test rewriting regex and add validation
6 months ago
Jeanette Tan 9adc1699c3 fix according to code review
6 months ago
Charles Korn 1f988f77ff
promql: extend test scripting language to support asserting on expected error message (#14038)
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
6 months ago
Neeraj Gartia 661856cb65 removes the added tests from engine_test.go
6 months ago
Neeraj Gartia 6119124d0e some nits
6 months ago
Neeraj Gartia adf5a36c1e adds test for sum, count, stddev, stdvar, quantile and fraction func to promql testing framework
6 months ago
Neeraj Gartia 8b838a05d9 adds test for native histogram rate func in promql testing framework
6 months ago
Neeraj Gartia 548bd9d6fb adds TestNativeHistogramRate func to promql test framework
6 months ago
Bryan Boreham ea82b49c33 [ENHANCEMENT] PromQL: use Kahan summation for sum()
7 months ago