102 Commits (3470ee1fbf9d424784eb2613bab5ab0f14b4d222)

Author SHA1 Message Date
Brian Brazil 1edd6875f5 Add stddev_over_time and stdvar_over_time. 8 years ago
Brian Brazil 16690736ab Add count_values() aggregator. 9 years ago
Brian Brazil fa9cc15573 Add topk/bottomk tests for multiple buckets. 9 years ago
Brian Brazil 3b0c182eee Move topk/bottomk unittests over to aggregators. 9 years ago
Brian Brazil 3b89616d82 Allow on, ignoring, by and without wit empty laberls. 9 years ago
royels 2fdc5717a3 promql: add power binary operation 9 years ago
Brian Brazil ef55fd6176 Add unittest for using a metric for thresholds with group_left. 9 years ago
Brian Brazil d991f0cf47 For many-to-one matches, always copy label from one side. 9 years ago
Brian Brazil 768d09fd2a Change on+group_* to take copy from the one side. 9 years ago
Brian Brazil d1edfb25b3 Add support for OneToMany with IGNORING. 9 years ago
Brian Brazil 1d08c4fef0 Add 'ignoring' as modifier for binops. 9 years ago
Brian Brazil f5084ab1c5 Add tests for group_left/group_right 9 years ago
Tobias Schmidt 8cc86f25c0 Implement relative complement set operator "unless" 9 years ago
Tobias Schmidt 4c3dc25e35 Fix whitespace in promql test data 9 years ago
eliothedeman 1543ef92b2 Adds holt-winters query function 9 years ago
Brian Brazil 8788701ce7 Add test for incorrect behaviour 9 years ago
Brian Brazil 39d556f0d5 Move all the operator tests into one file 9 years ago
beorn7 79a2ae2d2e Add missing test file 9 years ago
beorn7 c740789ce3 Improve predict_linear 9 years ago
Brian Brazil 9d0112d7cf Add without aggregator modifier. 9 years ago
Brian Brazil b7ef0b45e8 Break aggregation tests out. Add missing tests. 9 years ago
Brian Brazil c77c3a8c56 promql: Limit extrapolation of delta/rate/increase 9 years ago
Brian Brazil 89760dd77d Handle NaN for min/max. 9 years ago
Brian Brazil bac1f28cad Similar to topk/bottomk, have sort/sort_desc put NaN at end. 9 years ago
Brian Brazil 88ca82304c Make topk/bottomk prefer returning real numbers over NaN. 9 years ago
Brian Brazil edf3e123f5 Move topk/bottomk tests from legacy. 9 years ago
James Sanford 5b53262b7a promql: Add clamp_max/clamp_min functions. 9 years ago
Fabian Reinartz 33aab4169c Anchor regexes in vector matching 9 years ago
Brian Brazil c36961130b promql: Remove scalar/scalar comparisons. 9 years ago
Brian Brazil 5740a8fade promql: Remove deprecated 2nd argument to delta() 9 years ago
Brian Brazil f08abdb48b promql: Add irate() function 9 years ago
Brian Brazil 9b382647b5 Remove optional vector() 2nd argument 9 years ago
Brian Brazil 69f5fa0c1e promql: Add vector function. 9 years ago
Brian Brazil 29e8dc2c49 promql: Add 'bool' modifier to comparison functions 9 years ago
Julius Volz 61c42c8da0 Change relabel_replace() to do full-string matches. 9 years ago
Julius Volz 27ed874358 Implement label_replace() 9 years ago
Brian Brazil d6a80c2b76 promql: Add support for predict_linear(my_timeseries[1h], 7200) 9 years ago
Fabian Reinartz 94cd321be1 promql: error if all label matchers are empty. 10 years ago
Julius Volz 5e2d1c1464 Deprecate `keeping_extra`, rename it to `keep_common`. 10 years ago
Brian Brazil f34de493d5 Add increase() function, to replace delta(..., 1). 10 years ago
Julius Volz d44a89c6e8 Implement changes() function. 10 years ago
Julius Volz 6f33ed9e59 Add resets() function to count counter resets. 10 years ago
Fabian Reinartz 0d3012a605 Migrate matrix tests, remove old test files. 10 years ago
Fabian Reinartz 71ef7ab405 Migrate remaining vector evaluation tests to new testing language. 10 years ago
Fabian Reinartz 3c22eded97 Migrate literal tests to testing language. 10 years ago
Fabian Reinartz eba07a7d3d Migrate histogram tests to test language. 10 years ago