Commit Graph

29 Commits (bwplotka/prw-initial)

Author SHA1 Message Date
Julius Volz 531567d46e Drop metric name for "atan2" binary operator 2 years ago
ziollek 55f9147b44
Add atan2 to scalar operators - issue #9485 (#9515) 4 years ago
Levi Harrison 587cb95093 Add operator tests 4 years ago
Harold Dost bf7c771f54
promql: Organize legacy tests into appropriate files (#7989) 5 years ago
Julien Pivotto 6f9e7ff750
Drop metric name in bool comparison between two instant vectors (#7819) 5 years ago
Tobias Guggenmos 3a204be6b7 PromQL: Fix string and parentheses handling in engine (#6612) 6 years ago
Tobias Guggenmos d8bc24349c PromQL: Fix unary operator precedence (#6579) 6 years ago
Julius Volz bc1c7f1809 Fix scalar-vector comparisons (#5454) 7 years ago
Daisy T 683fbc59ec exponentation operator to drop metric name in result of op operation (#5329) 7 years ago
Harsh Agarwal 18a9a390b5 Add duplicate-labelset check for range/instant vectors (#4589) 7 years ago
Brian Brazil dd6781add2 Optimise PromQL (#3966) 8 years ago
Krasi Georgiev a53d4ed197 drop metric name for bool modifier (#3821) 8 years ago
beorn7 4e3abc6cbf Simply use `math.Mod(float64, float64)` after all 9 years ago
beorn7 5cf5bb427a Check for int64 overflow when converting from float64 9 years ago
beorn7 07f1bdfe94 Fix MOD binop for scalars and vectors 9 years ago
Brian Brazil 3b89616d82 Allow on, ignoring, by and without wit empty laberls. 10 years ago
royels 2fdc5717a3 promql: add power binary operation 10 years ago
Brian Brazil ef55fd6176 Add unittest for using a metric for thresholds with group_left. 10 years ago
Brian Brazil d991f0cf47 For many-to-one matches, always copy label from one side. 10 years ago
Brian Brazil 768d09fd2a Change on+group_* to take copy from the one side. 10 years ago
Brian Brazil d1edfb25b3 Add support for OneToMany with IGNORING. 10 years ago
Brian Brazil 1d08c4fef0 Add 'ignoring' as modifier for binops. 10 years ago
Brian Brazil f5084ab1c5 Add tests for group_left/group_right 10 years ago
Tobias Schmidt 8cc86f25c0 Implement relative complement set operator "unless" 10 years ago
Tobias Schmidt 4c3dc25e35 Fix whitespace in promql test data 10 years ago
Brian Brazil 8788701ce7 Add test for incorrect behaviour 10 years ago
Brian Brazil 39d556f0d5 Move all the operator tests into one file 10 years ago
Brian Brazil b7ef0b45e8 Break aggregation tests out. Add missing tests. 10 years ago
Brian Brazil 89760dd77d Handle NaN for min/max. 10 years ago