Commit Graph

320 Commits (3ccaaa40ba088b74e69a471e95fce9958bd291a5)

Author SHA1 Message Date
Bryan Boreham 2e2c014d52
Labels: optimise creation of signature with/without labels (#10667) 4 years ago
Alan Protasio ce6a643ee8
Changing TotalQueryableSamples from int to int64 (#10549) 4 years ago
beorn7 106e20cde5 Histogram: Fix and simplify histogram_quantile 4 years ago
Andrew Bloomgarden a64b9fe323 Report PeakSamples in query statistics 4 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query 4 years ago
beorn7 9fbcf14e5c histogram: Handle changes of the ZeroThreshold and the Schema 4 years ago
Julien Pivotto 9a2e93228e
Switch to grafana/regexp everywhere (#10268) 4 years ago
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
beorn7 53ca375345 promql: Add a guard against a nil histogram in sum aggregation 4 years ago
Ganesh Vernekar f580248759
Support + operator for sparse histograms (#9949) 4 years ago
Ganesh Vernekar 187a767292
Implement sum() for sparse histograms (#9948) 4 years ago
Ganesh Vernekar 4a43349aca
`histogram_quantile` for sparse histograms (#9935) 4 years ago
Björn Rabenstein 4ce01e9770
storage: Rename ...Values methods to At... (#9889) 4 years ago
Björn Rabenstein d677aa4b29
storage: Consolidate iterator method names (Values -> At) (#9888) 4 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 4 years ago
beorn7 8e4e8726bb promql: Fix another ChunkEncoding call 4 years ago
beorn7 9de3ab60df promql: improve histogram support in engine.go 4 years ago
beorn7 73858d7f82 storage: histogram support in memoized_iterator 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
Thomas Jackson f0003bc0ba
Don't drop ParenExpr when creating StepInvariantExpr (#9591) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
beorn7 8f92c90897 Add TODOs and some minor tweaks 4 years ago
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Bryan Boreham a278ea4b58
promql: copy data when short-circuiting (#9552) 4 years ago
Julien Pivotto a18224d02d
make aggregations deterministic (#9459) 4 years ago
ziollek 55f9147b44
Add atan2 to scalar operators - issue #9485 (#9515) 4 years ago
Levi Harrison 8547a2bd86 Add `atan2` binary operator 4 years ago
Bryan Boreham 5a754bc043
Short-circuit vector binary ops (#9362) 4 years ago
Bryan Boreham c4942ef3b7
Optimise query_range by computing join signatures just once (#9360) 4 years ago
Bryan Boreham 7d105277fe
Optimise topk where k==1 (#9365) 4 years ago
Darshan Chaudhary c4f2e9eec5
Add present_over_time (#9097) 4 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) 5 years ago
Harkishen Singh fc8e769d71
Use ASSIGN when using = inside braces (#7911) 5 years ago