Commit Graph

238 Commits (4d61baa3e489ef4039aae9844b592da15d34d52e)

Author SHA1 Message Date
Peter Štibraný 6d76f09c58
Extract interface from ActivityQueryTracker and allows passing custom implementation (#10071) 4 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724) 4 years ago
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier 4 years ago
Björn Rabenstein d677aa4b29
storage: Consolidate iterator method names (Values -> At) (#9888) 4 years ago
Thomas Jackson f0003bc0ba
Don't drop ParenExpr when creating StepInvariantExpr (#9591) 5 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 5 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 5 years ago
Bryan Boreham a278ea4b58
promql: copy data when short-circuiting (#9552) 5 years ago
Julien Pivotto a18224d02d
make aggregations deterministic (#9459) 5 years ago
ziollek 55f9147b44
Add atan2 to scalar operators - issue #9485 (#9515) 5 years ago
Levi Harrison 8547a2bd86 Add `atan2` binary operator 5 years ago
Bryan Boreham 5a754bc043
Short-circuit vector binary ops (#9362) 5 years ago
Bryan Boreham c4942ef3b7
Optimise query_range by computing join signatures just once (#9360) 5 years ago
Bryan Boreham 7d105277fe
Optimise topk where k==1 (#9365) 5 years ago
Darshan Chaudhary c4f2e9eec5
Add present_over_time (#9097) 5 years ago
darshanime 364c40be57 Add Stringer to Query interface 5 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 5 years ago
yeya24 d698e062dc improve grouping label match logic 5 years ago
Marco Pracucci 6719071a0f
Optimize aggregations in PromQL engine (#8594) 5 years ago
Marco Pracucci 7bbab380b6
Added tracing span to evaluator.eval() 5 years ago
Marco Pracucci b92c03023d
Optimized vector selector 5 years ago
schou 75d932a172 var init for bool 5 years ago
schou 22bfc11738 aggregate booleans for ease of reading 5 years ago
schou 22cd48868a adding feature flag, promql-negative-offset 5 years ago
pschou aff3c702ab
promql: Add sgn, clamp and last_over_time functions (#8457) 5 years ago
Ganesh Vernekar 86c71856e8
Add start() and end() pre-processors for @ modifier (#8425) 5 years ago
Marcelo E. Magallon 75d86c6747 Update golangci-lint to 1.36.0 5 years ago
Ganesh Vernekar b18fde996e
Fix timestamp() function for @ modifier 5 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121) 5 years ago
Ganesh Vernekar d30da66d77
Fix timestamp() method for vector selector inside paren (#8164) 6 years ago
Harkishen Singh fc8e769d71
Use ASSIGN when using = inside braces (#7911) 6 years ago
Vijay Samuel 00ee73ef91
Export members of EvalNodeHelper to facilitate usage in external functions (#7860) 6 years ago
Julien Pivotto 6f9e7ff750
Drop metric name in bool comparison between two instant vectors (#7819) 6 years ago
Julien Pivotto 20ab94fedf
Hints: Separating out the range and offsets of PromQL subqueries (#7667) 6 years ago
Annanay Agarwal 118aeab02c
Make context key type public (#7748) 6 years ago
Julien Pivotto 22acb87e09
refactoring: make sure that query_duration_seconds metrics are the same (#7668) 6 years ago
Bartlomiej Plotka 841b13641c
promql: Refactored subquery hint tests and added todos. (#7636) 6 years ago
Bartlomiej Plotka a0df8a383a
promql: Removed global and add ability to have better interval for subqueries if not specified (#7628) 6 years ago
Julien Pivotto d77b56e88e
Fix avg_over_time for nan and float64 overflows (#7346) 6 years ago
Julien Pivotto 72425d4e3d
Add group() aggregator (#7480) 6 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 6 years ago
Brian Brazil 3932a7149f
Correctly track points no longer used by matrixIterSlice's slice. (#7307) 6 years ago
Callum Styan 5bb7f00d00
change labelset comparison in promql engine to avoid false positive during detection of duplicates (#7058) 6 years ago
Vasily Sliouniaev 0393b188c9
Add Jaeger (#7148) 6 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043) 6 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago
Björn Rabenstein a28fa010ee
TSDB: Extract parts out of populateSeries (#6983) 6 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago
Björn Rabenstein bc703b6456
Use `struct{}` as underlying type for context keys (#6965) 6 years ago
Tobias Guggenmos f9db320e5a Look up function call in all cases 6 years ago