830 Commits (7e2c6fc8f3e0e42927325bdac623ea848575a66e)

Author SHA1 Message Date
beorn7 bf0847073d histogram: Modify getBound to deal properly with infinity 2 years ago
Björn Rabenstein dccfb9db4e
histogram: Remove code replication via generics (#11361) 2 years ago
Giedrius Statkevičius a1d6ba59ac
promql: pass down subquery interval (#11163) 2 years ago
Bryan Boreham 3330d85ba8
Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 2 years ago
beorn7 a7c519930e histograms: Add Compact method to the normal integer Histogram 2 years ago
Bryan Boreham b01d29cf9e promql: in tests use labels.FromStrings 2 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 2 years ago
Ganesh Vernekar 71489d0e3d
Fix count() for histograms and add test case 2 years ago
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147) 2 years ago
Ganesh Vernekar 9325caa41c
Remove a TODO that is no longer valid (#11186) 2 years ago
Cosrider af79dce8ea
Close file descriptor in query logging (#11148) 2 years ago
Vilius Pranckaitis 4660656312
Allow setting custom lookback delta for instant queries (#9946) 2 years ago
Levi Harrison 77a7af4461
Add histogram validation (#11052) 2 years ago
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
beorn7 9eafed0f79 promql: Add `histogram_count` and `histogram_sum` 2 years ago
beorn7 a3a8f58bb3 promql: Add histogram_fraction function 2 years ago
beorn7 ffaabea91a promql: Refine zero bucket treatment in histogramQuantile 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
beorn7 d16b314b72 Histogram: Do not render empty buckets in JSON output 3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 3 years ago
beorn7 37bbc07118 Histogram: Add jsoniter marshaling 3 years ago
beorn7 99894f6afa Histogram: Implement inefficient JSON rendering 3 years ago
Alan Protasio ce6a643ee8
Changing TotalQueryableSamples from int to int64 (#10549) 3 years ago
beorn7 106e20cde5 Histogram: Fix and simplify histogram_quantile 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
beorn7 9fbcf14e5c histogram: Handle changes of the ZeroThreshold and the Schema 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
beorn7 3b4d6c3fdb model: Implement FloatHistogram.Compact 3 years ago
beorn7 e7592fe353 sparsehistogram: Address two TODOs 3 years ago
beorn7 947810b0f2 promql: Tweak histogramQuantile 3 years ago