Commit Graph

326 Commits (9fe8bcf4be00a7ebd73932df0cf39cc837cbb993)

Author SHA1 Message Date
Thomas Jackson a6dace8829 Check for timeout in each iteration of matrixSelector (#4300) 8 years ago
Thomas Jackson 630f42fcf1 Timeout if populating iterators takes too long (#4291) 8 years ago
Alin Sinpalean 91ce63a140 Log the line when failing a PromQL test. (#4272) 8 years ago
Thomas Jackson 404abe0f1c Bubble up errors to promql from populating iterators (#4136) 8 years ago
Mario Trangoni 0e2aa35771 promql: fix unconvert issues (#4040) 8 years ago
Brian Brazil dd6781add2 Optimise PromQL (#3966) 8 years ago
Henri DF 986674a790 Make some lexing errors more informative (#4167) 8 years ago
Elif T. Kuş 57dcdfb15f Rewrote tests with testutil for several test files (#4086) 8 years ago
Karsten Weiss d79d573f71 Fix spelling mistakes found by codespell (#4065) 8 years ago
David King 6286c10df0 Fix OOM when a large K is used in topk queries (#4087) 8 years ago
Tony Lee 7cd56f56df add queue_time slice to query_duration_seconds (#4050) 8 years ago
Warren Fernandes d49a3df55b Parser test cleanup (#3977) 8 years ago
Anton Tereshchenkov 18bbec050c promql: propagate storage errors 8 years ago
Brian Brazil bf7d87aed2 Cleanup storage from all tests. 8 years ago
Brian Brazil c0ce35d2d3 Only show debug output on test failure 8 years ago
Brian Brazil e6ea146c81 Make benchmark tests pass 8 years ago
Nikunj Aggarwal 998dfcbac6 Expose itemtype outside the package (#3933) 8 years ago
ferhat elmas ffa673f7d8 General simplifications (#3887) 8 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 8 years ago
Krasi Georgiev a53d4ed197 drop metric name for bool modifier (#3821) 8 years ago
Krasi Georgiev 4801573b64 time() return milliseconds (#3811) 8 years ago
Julius Volz 953af2c089
promql: Make printer formatting less vintage (#3721) 8 years ago
Julius Volz 1e943fc10a
promql: Fix printing of empty without() (#3719) 8 years ago
Brian Brazil b418063d1a
Add tests for negative selectors. (#3616) 8 years ago
Fabian Reinartz f8fccc73d8 promql: remove global metrics 8 years ago
Fabian Reinartz 83cd270ea4 *: adapt to storage interface changes 8 years ago
David Kaltschmidt 87c46ea6c3 Renamed TotalEvalTime to EvalTotalTime 8 years ago
David Kaltschmidt c93e54d240 Adds execution timer stats to the range query 8 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 8 years ago
Brian Brazil 7158675aa8 Add back continue. 8 years ago
Brian Brazil 99905f82a6 Remove keep_common modifier. 8 years ago
Brian Brazil b2ac3d2d86 Remove count_scalar and drop_common_labels. 8 years ago
Brian Brazil 67274f0794 Remove 4 interval staleness heuristic. (#3244) 8 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 8 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 8 years ago
Brian Brazil 2354c2544b Set timestamp for date functions (#3070) 8 years ago
Brian Brazil 4c8173acac Use timestamp of a sample in deriv() to avoid FP issues (#2958) 9 years ago
Alexey Palazhchenko 695ec0b981 Fix few typos. (#2962) 9 years ago
Goutham Veeramachaneni 4194d2ac79 Call At() only if Next() is true 9 years ago
Tom Wilkie 835eb8c653 Add _test.go suffix to promql/{bench.go, test.go} to prevent importing the testing package in a normal binary. 9 years ago
Goutham Veeramachaneni b7eddbcd98 textparse: Add fuzzing and fix bug caught 9 years ago
Goutham Veeramachaneni d407bd150c Consolidate the duration params in CLI 9 years ago
Brian Brazil 6f5d952132 Check for invalid utf-8 in lexer strings. 9 years ago
Harsh Agarwal 16867c89a7 implement label_join issue 1147 (#2806) 9 years ago
Goutham Veeramachaneni 507790a357
Rework logging to use explicitly passed logger 9 years ago
Goutham Veeramachaneni baf5b0f0fc Fix error where we look into the future. (#2829) 9 years ago
Brian Brazil 220e78b9c3 Consider a series stale after 4.1 intervals with no data. 9 years ago
Brian Brazil c02c25d5ba Allow peeking back further in buffer. 9 years ago
Brian Brazil a5cf25743c Move stalness check into a function 9 years ago
Brian Brazil 80b40e6d91 Add initial staleness handing to promql. 9 years ago