7 Commits (348ff4285ffa59907c9d7fd7eb3cb7d748f42758)

Author SHA1 Message Date
Owen Diehl 00b7bdb1b6
parser.{Expr,Statement} publicly implementable (#7639) 4 years ago
Ben Kochie 269e7c8091
Fix golint issues. 5 years ago
Tobias Guggenmos ec3df53f78 Add nolint comment 5 years ago
Tobias Guggenmos 9a1366775e Store function implementations independently of their signatures 5 years ago
Tobias Guggenmos ff0ea1c1ac Fix more identifiers 5 years ago
Tobias Guggenmos 65f5b9827d Rename package 5 years ago
Tobias Guggenmos e7c2716f55 Move files 5 years ago
Tobias Guggenmos 2aacd807b3 PromQL: Various small improvements in the parser (#6652) 5 years ago
Tobias Guggenmos 0c8e9ef09e PromQL: Add position metadata to the AST (#6615) 5 years ago
Tobias Guggenmos 64194f7d45 PromQL: AST: Make VectorSelector Children of MatrixSelector (#6590) 5 years ago
Tobias Guggenmos d0cff29749 PromQL: Reduce Code duplication in AST traversion (#6362) 5 years ago
Simon Pasquier 45506841e6
*: enable all default linters (#5504) 6 years ago
Tariq Ibrahim 8fdfa8abea refine error handling in prometheus (#5388) 6 years ago
Brian Brazil 858c363e94 Fix panic when aggregator param is not a literal. 6 years ago
Matt Layher 43c9d9e91f promql: apply golint suggestions (#5066) 6 years ago
Ganesh Vernekar dbe55c1352 Subquery (#4831) 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 6 years ago
Frederic Branczyk b0b3e3dd74
promql: Remove old and unused alerting/reconding syntax 6 years ago
Thomas Jackson 63b8e4fb88 Bubble up errors to promql from populating iterators (#4136) 6 years ago
Thomas Jackson 404abe0f1c Bubble up errors to promql from populating iterators (#4136) 7 years ago
Brian Brazil dd6781add2 Optimise PromQL (#3966) 7 years ago
Nikunj Aggarwal 998dfcbac6 Expose itemtype outside the package (#3933) 7 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 7 years ago
Brian Brazil 99905f82a6 Remove keep_common modifier. 7 years ago
Fabian Reinartz 71fe0c58a8 promql: misc fixes 8 years ago
Fabian Reinartz 0492ddbd4d *: fully decouple tsdb, add new storage interfaces 8 years ago
Fabian Reinartz c6cd998905 promql: use local labels, add conversion 8 years ago
Fabian Reinartz 09666e2e2a promql: make scalar public 8 years ago
Fabian Reinartz b3f71df350 promql: make matrix exported 8 years ago
Fabian Reinartz 15a931dbdb promql: migrate model types, use tsdb interfaces 8 years ago
Julius Volz 3bfec97d46 Make the storage interface higher-level. 8 years ago
Brian Brazil 3e5136e36d Make topk/bottomk aggregators. 9 years ago
Brian Brazil 246a817300 Flip vector matching to be ignoring by default. 9 years ago
Ali Reza e7eba75690 remove keeping_extra because it's replaced with keep_common 9 years ago
Brian Brazil 68e70d992a Clarify error message around on(x) group_left(x) 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 9b6d69610a Fix various typos in comments. 9 years ago
Brian Brazil 9d0112d7cf Add without aggregator modifier. 9 years ago
Fabian Reinartz af3a6661ed Implement new alerting rule syntax 9 years ago
Brian Brazil 29e8dc2c49 promql: Add 'bool' modifier to comparison functions 9 years ago
Julius Volz 995d3b831d Fix most golint warnings. 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
Fabian Reinartz 749ae450c5 promql: add runbook to alert statement. 10 years ago
Fabian Reinartz 7f85b9b215 promql: add MarshalJSON method for ExprType. 10 years ago
Fabian Reinartz 5b91ea9b36 storage: improve label matching and allow unset matching. 10 years ago
Fabian Reinartz e7659f908c promql: remove DotGraph methods from nodes. 10 years ago
Fabian Reinartz 5602328c7c Refactor query evaluation. 10 years ago
Fabian Reinartz 32b7595c47 Create promql package with lexer/parser. 10 years ago