656 Commits (823d24d1e963dfc8a3d0bd54de268939fcf51317)

Author SHA1 Message Date
Julien Pivotto d41e5a5582
Prettifier: Add spaces with non-callable keywords (#11005) 2 years ago
Łukasz Mierzwa 54a3c3ba3f
Print query that caused a panic (#10995) 2 years ago
Oleg Zaytsev d2abe9a58a
Shortcut `ContainsSameLabelset()` (#11000) 2 years ago
Harkishen Singh 44fcf876ca
Adds support for prettifying PromQL expression (#10544) 2 years ago
Matthieu MOREL 0906f2eafa
refactor (promql): move from github.com/pkg/errors to 'errors' and 'fmt' (#10817) 2 years ago
Bryan Boreham 2e2c014d52
Labels: optimise creation of signature with/without labels (#10667) 2 years ago
Łukasz Mierzwa 08262454a3
Preallocate Labels in labels.Builder (#10749) 3 years ago
Ivo Gosemann e22b54e253 Adds day_of_year function to PromQL 3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
Alan Protasio ce6a643ee8
Changing TotalQueryableSamples from int to int64 (#10549) 3 years ago
Martina Ferrari 3e4bd4d913 Avoid literal integer overflows in 32 bit arches. 3 years ago
Andrew Bloomgarden a64b9fe323 Report PeakSamples in query statistics 3 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query 3 years ago
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392) 3 years ago
Tobias Klausmann b998636893
Improve error logging for missing config and QL dir (#10260) 3 years ago
jyz0309 e40deb1086 address comment 3 years ago
jyz0309 02e032884a add doc 3 years ago
jyz0309 7f32a5d0d6 add NaN case 3 years ago
Julien Pivotto 9a2e93228e
Switch to grafana/regexp everywhere (#10268) 3 years ago
Matheus Pimenta 8d8ce641a4
error for invalid media type should not be completely swallowed (#10186) 3 years ago
Peter Štibraný 6d76f09c58
Extract interface from ActivityQueryTracker and allows passing custom implementation (#10071) 3 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724) 3 years ago
beorn7 c2b80d8643 PromQL: Test negative offset in PromQL tests 3 years ago
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier 3 years ago
David N Perkins 472456efde Added issue link to the comment 3 years ago
David N Perkins 52662e8105 Added metric name to histogram quartile binning and associated unit test 3 years ago
Björn Rabenstein d677aa4b29
storage: Consolidate iterator method names (Values -> At) (#9888) 3 years ago
Shihao Xia 0e82a96e2f
fix potential deadlock in test (#9010) 3 years ago
beorn7 9672ade191 Promql: Add clarifying note to Point.MarshalJSON 3 years ago
Ganesh Vernekar 2a3d62ac84
Revert "promql: Remove unused Point.MarshalJSON method (#9860)" (#9864) 3 years ago
Björn Rabenstein 427425cc9f
promql: Remove unused Point.MarshalJSON method (#9860) 3 years ago
Matthew 7ee52bfb86
feat: linreg => slope 0 for const values (#9728) 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
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 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
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