372 Commits (4997dcb4a173fa341bb2b7e65704ee59dc78253e)

Author SHA1 Message Date
Nguyen Hai Truong aed9ea144a Remove duplicated words in comments 6 years ago
Tariq Ibrahim a2a6e24f9f show list of offending labels in the error message in many-to-many scenarios (#5189) 6 years ago
JoeWrightss e158c53fa9 Fix some typos in comment (#5175) 6 years ago
Brian Brazil c66aeb3fff
In histogram_quantile merge buckets with equivalent le values (#5158) 6 years ago
Bryan Boreham 8841692a63 Use the context associated with the inner evaluation span (#5130) 6 years ago
Matt Layher 302148fd69 *: apply gofmt -s 6 years ago
Matt Layher f62fd2bfc9 promql: use subtests in TestLexer 6 years ago
Matt Layher 43c9d9e91f promql: apply golint suggestions (#5066) 6 years ago
beorn7 305f383af4 Adjust test_test.go to new Select return order 6 years ago
Ganesh Vernekar 341f04ca9c
Empty slice after last append in promql test LazyLoader 6 years ago
Simon Pasquier f678e27eb6
*: use latest release of staticcheck (#5057) 6 years ago
Tom Wilkie 6e08029b56
Move err to be the last return value from storage.Select. (#5054) 6 years ago
Ganesh Vernekar dbe55c1352 Subquery (#4831) 6 years ago
Tom Wilkie e1d9bf77f1
Export the error field in ErrStorage, so we can 'throw' it outside the package. (#4954) 6 years ago
mknapphrt f0e9196dca Return warnings on a remote read fail (#4832) 6 years ago
Ben Kochie c6399296dc
Fix spelling/typos (#4921) 6 years ago
Ganesh Vernekar cfb3769274 Lazily load samples for unit testing (#4851) 6 years ago
Ganesh Vernekar ca93fd544b /api/v1/labels endpoint for getting all label names (#4835) 6 years ago
Brian Brazil 8edaa8ad4d
Fix goroutine leak in lexer/parser. (#4858) 6 years ago
Chris Marchbanks ab3cdb9500 Allow promql benchmarks to query more samples (#4770) 6 years ago
Kangseok Thomas Lee bec1a2f038 Reordering fields of String datetype (#4751) 6 years ago
Vandewilly 1098ed89d8 Drop 'else' condition when 'if' ends with a return (#4743) 6 years ago
Bryan Boreham 9a956872a3 Make ErrorStorage a concrete type not an interface 6 years ago
Callum Styan 9bca041285 WIP: keep track of samples per query, set a max # of samples (#4513) 6 years ago
Thomas Jackson abf6fe0a98 Change max/min over_time to handle NaNs properly (#4386) 6 years ago
Tom Wilkie 4c52400708
Limit concurrent remote reads. (#4656) 6 years ago
Harsh Agarwal 18a9a390b5 Add duplicate-labelset check for range/instant vectors (#4589) 6 years ago
Ganesh Vernekar 576ee4d309 Label name check for 'count_values' (#4585) 6 years ago
Ganesh Vernekar 73db8b8cea [bugfix] Parse negative value in PromQL (#4564) 6 years ago
Dan Cech 9f4cb06a37 use Welford/Knuth method to compute standard deviation and variance (#4533) 6 years ago
Julius Volz 8fbe1b5133
Handle a bunch of unchecked errors (#4461) 6 years ago
Goutham Veeramachaneni 71855a22a4
Add tracing spans to promql (#4436) 6 years ago
Frederic Branczyk b0b3e3dd74
promql: Remove old and unused alerting/reconding syntax 6 years ago
Benjamin Raskin 9353696d77 Fix spelling and holt-winters check (#4424) 6 years ago
Thomas Jackson 56daa1f28a Only add LookbackDelta to vector selectors (#4399) 6 years ago
Alin Sinpalean 372e7652b7 Reuse (copy) overlapping matrix samples between range evaluation steps (#4315) 6 years ago
Tony Lee bcdaf8e2d2 add unused pointslices to the pool (#4363) 6 years ago
Alin Sinpalean e3b775b78b Simplify BufferedSeriesIterator usage (#4294) 6 years ago
Julius Volz 219e477272 Fix some (valid) lint errors (#4287) 6 years ago
Thomas Jackson 92c6f0c92e Add offset to selectParams (#4226) 6 years ago
Alin Sinpalean 96fb0b2155 Optimize PromQL aggregations (#4248) 6 years ago
Tom Wilkie 3228814456 Don't forget to register query_duration_seconds{slice="queue_time"} (#4381) 6 years ago
Thomas Jackson 86239ee5a5 Check for timeout in each iteration of matrixSelector (#4300) 6 years ago
Thomas Jackson fc7f45ba9e Timeout if populating iterators takes too long (#4291) 6 years ago
Thomas Jackson 63b8e4fb88 Bubble up errors to promql from populating iterators (#4136) 6 years ago
Thomas Jackson a6dace8829 Check for timeout in each iteration of matrixSelector (#4300) 7 years ago
Thomas Jackson 630f42fcf1 Timeout if populating iterators takes too long (#4291) 7 years ago
Alin Sinpalean 91ce63a140 Log the line when failing a PromQL test. (#4272) 7 years ago
Thomas Jackson 404abe0f1c Bubble up errors to promql from populating iterators (#4136) 7 years ago
Mario Trangoni 0e2aa35771 promql: fix unconvert issues (#4040) 7 years ago