20 Commits (9e90b90eb3eddb119d694e20a8bf2d08c75b5eb5)

Author SHA1 Message Date
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
Bryan Boreham aa634e0b7e Update package promql tests for new labels.Labels type 2 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 2 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 3 years ago
Levi Harrison 90976e7505
Promtool: Add feature flags to unit tests (#8958) 3 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 4 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 5 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 5 years ago
Tobias Guggenmos 273ea9093a Fix promql tests 5 years ago
Tobias Guggenmos 2f1113479f Fix usages of ValueType 5 years ago
Mario Trangoni 5354ffff99 Fix some spelling issues (#5361) 6 years ago
Matt Layher 302148fd69 *: apply gofmt -s 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
Brian Brazil dd6781add2 Optimise PromQL (#3966) 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
Julius Volz 995d3b831d Fix most golint warnings. 9 years ago
Fabian Reinartz 0d3012a605 Migrate matrix tests, remove old test files. 10 years ago
Fabian Reinartz 71ef7ab405 Migrate remaining vector evaluation tests to new testing language. 10 years ago
Fabian Reinartz 3c22eded97 Migrate literal tests to testing language. 10 years ago
Fabian Reinartz eba07a7d3d Migrate histogram tests to test language. 10 years ago
Fabian Reinartz 6321964738 Add parsing and execution of new test format. 10 years ago
Fabian Reinartz 5602328c7c Refactor query evaluation. 10 years ago
Brian Brazil 6c1689f0c6 Sort NaN as the lowest value. 10 years ago
Brian Brazil c3a2b63fe9 Add stddev and stdvar aggregation functions. 10 years ago
Brian Brazil 74aed55e55 Add square root function 10 years ago
Fabian Reinartz 624f27f4b6 Add ln, log2, log10 and exp functions to the query language. 10 years ago
Julius Volz b2651027fc Fix special value handling in division and modulo. 10 years ago
beorn7 13fcf1ddbc Implement double-delta encoded chunks. 10 years ago
Fabian Reinartz 182de6b99f Fix unary +/- expressions. 10 years ago
Fabian Reinartz 6f754073d5 Add OR operation and vector matching options. 10 years ago
Julius Volz 0ac931aed1 Also support parsing float formats like "2.". 10 years ago
Julius Volz c2ab54e9a6 Support scientific notation and special float values. 10 years ago
beorn7 9e7c3e3bcd Add the histogram_quantile function. 10 years ago
Julius Volz 42601acfde Replace labelsToKey() with metric Fingerprint (fixes grouping bug). 10 years ago
Julius Volz 645cf57bed Fix aggregation grouping key calculation. 10 years ago
Julius Volz 15b2b5aa66 Add tests for invalid uses of "offset". 10 years ago
Julius Volz 72d7b325a1 Implement offset operator. 10 years ago
Brian Brazil 60271d58bf Change the 2nd argument of round to toNearest. 10 years ago
Marko Mikulicic 8fdacbdf17 Add floor, ceil and round functions. Closes #402 10 years ago
Brian Brazil a31730e88b Make 2nd arg to delta optional. Add a deriv() function. 10 years ago
Bjoern Rabenstein 5859b74f1b Clean up license issues. 10 years ago
Julius Volz cc27fb8aab Rename remaining all-caps constants in AST layer. 10 years ago
Julius Volz 00a2a93a05 Add regression tests for metrics mutations in AST. 10 years ago