35 Commits (de6f3b6af7bb1fa333b22143b8cedf72122eded2)

Author SHA1 Message Date
Frederic Branczyk b0b3e3dd74
promql: Remove old and unused alerting/reconding syntax 6 years ago
Julius Volz 953af2c089
promql: Make printer formatting less vintage (#3721) 7 years ago
Julius Volz 1e943fc10a
promql: Fix printing of empty without() (#3719) 7 years ago
Brian Brazil 99905f82a6 Remove keep_common modifier. 7 years ago
Fabian Reinartz 71fe0c58a8 promql: misc fixes 8 years ago
Fabian Reinartz fecf9532b9 *: fix misc compile errors 8 years ago
Fabian Reinartz 9ea10d5265 promql: use labels.Builder to modify labels 8 years ago
Fabian Reinartz 15a931dbdb promql: migrate model types, use tsdb interfaces 8 years ago
Tristan Colgate ab60bc3929 Fix export of grouping modifier 8 years ago
Brian Brazil e1cfc994f7 Correctly handle on() in alerts. (#2096) 8 years ago
Brian Brazil c4b4a58e3a Correctly handle on() in alerts. (#2096) 8 years ago
Brian Brazil 3e5136e36d Make topk/bottomk aggregators. 9 years ago
Matt Bostock cc98e164d3 promql: Fix annotations conflated with labels 9 years ago
Brian Brazil 246a817300 Flip vector matching to be ignoring by default. 9 years ago
Fatih Arslan 362e44501a promql: fix printing annotations of an *AlertStmt 9 years ago
beorn7 5408666387 Correctly stringify GROUP_x modifiers without labels 9 years ago
Ali Reza e7eba75690 remove keeping_extra because it's replaced with keep_common 9 years ago
Brian Brazil 7201c010c4 Rename On to MatchingLabels 9 years ago
Brian Brazil 1d08c4fef0 Add 'ignoring' as modifier for binops. 9 years ago
Julius Volz 6ac39700ea Fix missing printed keep_common without grouping. 9 years ago
Brian Brazil 9d0112d7cf Add without aggregator modifier. 9 years ago
beorn7 a7408bfb47 Unify duration parsing 9 years ago
Fabian Reinartz a6935024e1 Remove old WITH clause in alert printing 9 years ago
Fabian Reinartz af3a6661ed Implement new alerting rule syntax 9 years ago
Brian Brazil a287264989 Print offsets in promql. 9 years ago
Julius Volz 6d3e054692 Fix bool modifier in recording rules and printing. 9 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 9 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 9 years ago
Julius Volz 5e2d1c1464 Deprecate `keeping_extra`, rename it to `keep_common`. 10 years ago
Fabian Reinartz e7659f908c promql: remove DotGraph methods from nodes. 10 years ago
Fabian Reinartz c716d8a47b promql: fix aggregation expression String() method. 10 years ago
Fabian Reinartz 0de6edbdfc Move pkg/ to util/ 10 years ago
Fabian Reinartz dbc0d30e3e Move string functionality to pkg/strutil 10 years ago
Fabian Reinartz 279831cdf1 Fix and improve parsing error output. 10 years ago
Fabian Reinartz 5602328c7c Refactor query evaluation. 10 years ago
Fabian Reinartz 32b7595c47 Create promql package with lexer/parser. 10 years ago