815 Commits (9a628bb1c8511fc166ac102f25209b1931e1a1b6)

Author SHA1 Message Date
beorn7 9de3ab60df promql: improve histogram support in engine.go 3 years ago
Matthew 7ee52bfb86
feat: linreg => slope 0 for const values (#9728) 3 years ago
beorn7 73858d7f82 storage: histogram support in memoized_iterator 3 years ago
beorn7 9b30ca2598 promql: Support histogram in value string representation 3 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 3 years ago
beorn7 f1065e44a4 model: String method for histogram.Histogram 3 years ago
Thomas Jackson f0003bc0ba
Don't drop ParenExpr when creating StepInvariantExpr (#9591) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
beorn7 8f92c90897 Add TODOs and some minor tweaks 3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 3 years ago
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 3 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
darshanime 42d786f1ac use kahan summation for aggregation functions 3 years ago
darshanime 694b872dee address stylistic nits 3 years ago
darshanime a905354da3 use kahan for avg_over_time 3 years ago
darshanime 0a9deb9597 use kahan summation for numerical stability 3 years ago
beorn7 c00c6ed01f promql: Add more test cases for `histogram_quantile` 3 years ago
Bryan Boreham a278ea4b58
promql: copy data when short-circuiting (#9552) 3 years ago
Julien Pivotto c812ee794e
PromQL: Comment flaky test (#9545) 3 years ago
Julien Pivotto a18224d02d
make aggregations deterministic (#9459) 3 years ago
ziollek 55f9147b44
Add atan2 to scalar operators - issue #9485 (#9515) 3 years ago
beorn7 7a8bb8222c Style cleanup of all the changes in sparsehistogram so far 3 years ago
Levi Harrison 587cb95093 Add operator tests 3 years ago
Levi Harrison f5c6ee4df6 Add lex test 3 years ago
Levi Harrison 7471208b5c Add `ATAN2` to `maybe_label` 3 years ago
Levi Harrison 8547a2bd86 Add `atan2` binary operator 3 years ago
Bryan Boreham 5a754bc043
Short-circuit vector binary ops (#9362) 3 years ago
Bryan Boreham c4942ef3b7
Optimise query_range by computing join signatures just once (#9360) 3 years ago
Bryan Boreham 7d105277fe
Optimise topk where k==1 (#9365) 3 years ago
Levi Harrison 4ac4e2ca4b Remove parenthesis 3 years ago
Levi Harrison 6faca22eec Add inverse hyperbolic functions 3 years ago
Levi Harrison 9c54ee0a6e Changed function comment 3 years ago
Levi Harrison 53d88fd147 Added hyperbolic trig functions 3 years ago
Levi Harrison a8ad569db8 Change spaces to tabs 3 years ago
Levi Harrison ecc29d38b8 Fixed `pi` definition 3 years ago
Levi Harrison 9fc7ba33aa Remove `atan2()` 3 years ago
Levi Harrison f1d94cc5f6 Split and shortened tests 3 years ago
Levi Harrison d5ecdc4597 Remove variadic 3 years ago
Levi Harrison 814cd5844d Added tests 3 years ago
Levi Harrison 309e020c0a Added functions 3 years ago
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309) 3 years ago
Oleg Zaytsev 0a43e788af
Allow VectorSelector.String() without matchers (#9282) 3 years ago
SuperQ e167a45c65
Add new Go build tags. 3 years ago
Julien Pivotto cab96a06ef
Merge release 2.29 in main (#9196) 3 years ago
Darshan Chaudhary c4f2e9eec5
Add present_over_time (#9097) 3 years ago
Clayton Peters e7d55acbf9 Add in additional tests for metrics and/or labels called start/end. 3 years ago
Clayton Peters 6b4bf3f697 PromQL: Fix start and end keywords masking label and metric names 3 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 3 years ago
darshanime 364c40be57 Add Stringer to Query interface 3 years ago