304 Commits (da29c09dca55bb255e3df6027b958e4bbe386dfc)

Author SHA1 Message Date
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 b418063d1a
Add tests for negative selectors. (#3616) 7 years ago
Fabian Reinartz f8fccc73d8 promql: remove global metrics 7 years ago
Fabian Reinartz 83cd270ea4 *: adapt to storage interface changes 7 years ago
David Kaltschmidt 87c46ea6c3 Renamed TotalEvalTime to EvalTotalTime 7 years ago
David Kaltschmidt c93e54d240 Adds execution timer stats to the range query 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Brian Brazil 7158675aa8 Add back continue. 7 years ago
Brian Brazil 99905f82a6 Remove keep_common modifier. 7 years ago
Brian Brazil b2ac3d2d86 Remove count_scalar and drop_common_labels. 7 years ago
Brian Brazil 67274f0794 Remove 4 interval staleness heuristic. (#3244) 7 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 7 years ago
Fabian Reinartz d21f149745 *: migrate to go-kit/log 7 years ago
Brian Brazil 2354c2544b Set timestamp for date functions (#3070) 7 years ago
Brian Brazil 4c8173acac Use timestamp of a sample in deriv() to avoid FP issues (#2958) 7 years ago
Alexey Palazhchenko 695ec0b981 Fix few typos. (#2962) 7 years ago
Goutham Veeramachaneni 4194d2ac79 Call At() only if Next() is true 7 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. 7 years ago
Goutham Veeramachaneni b7eddbcd98 textparse: Add fuzzing and fix bug caught 7 years ago
Goutham Veeramachaneni d407bd150c Consolidate the duration params in CLI 8 years ago
Brian Brazil 6f5d952132 Check for invalid utf-8 in lexer strings. 8 years ago
Harsh Agarwal 16867c89a7 implement label_join issue 1147 (#2806) 8 years ago
Goutham Veeramachaneni 507790a357
Rework logging to use explicitly passed logger 8 years ago
Goutham Veeramachaneni baf5b0f0fc Fix error where we look into the future. (#2829) 8 years ago
Brian Brazil 220e78b9c3 Consider a series stale after 4.1 intervals with no data. 8 years ago
Brian Brazil c02c25d5ba Allow peeking back further in buffer. 8 years ago
Brian Brazil a5cf25743c Move stalness check into a function 8 years ago
Brian Brazil 80b40e6d91 Add initial staleness handing to promql. 8 years ago
Brian Brazil fcc88f0e1e query/query_range should return eval timestamp 8 years ago
Brian Brazil 517b81f927 Add timestamp() function. 8 years ago
Tom Wilkie 4d9b917d11 Instrument Prometheus with OpenTracing (#2554) 8 years ago
Brian Brazil 5c9a6ce747 Add license to files. 8 years ago
Jack Neely 896f951e68 Force buckets in a histogram to be monotonic for quantile estimation (#2610) 8 years ago
Tom Wilkie f0e8a5f37c Add promql.ErrStorage, which is interpreted by the API as a 500. 8 years ago
Fabian Reinartz 0ecd205794 promql: Use buffer pool for matrix allocations 8 years ago
Fabian Reinartz b09b90a940 Correctly close querier on error, revendor tsdb 8 years ago
Goutham Veeramachaneni 6634984a38
Comments and Typo Fixes 8 years ago
Alex Somesan 18cd7246b5 Instrument query engine timings (#2418) 8 years ago
Fabian Reinartz 5772f1a7ba retrieval/storage: adapt to new interface 8 years ago
Fabian Reinartz 035976b275 retrieval: handle not found error correctly 8 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 8 years ago
André Carvalho c43dfaba1c Add max concurrent and current queries engine metrics (#2326) 8 years ago
Fabian Reinartz bc20d93f0a storage: rename iterator value getters to At() 8 years ago
Fabian Reinartz 28f547bcc7 api/v1: fix tests, restore series queries 8 years ago
Fabian Reinartz e94b0899ee rules: fix tests, remove model types 8 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 8 years ago
Fabian Reinartz 71fe0c58a8 promql: misc fixes 8 years ago
Fabian Reinartz fecf9532b9 *: fix misc compile errors 8 years ago
Fabian Reinartz 0492ddbd4d *: fully decouple tsdb, add new storage interfaces 8 years ago