146 Commits (9e90b90eb3eddb119d694e20a8bf2d08c75b5eb5)

Author SHA1 Message Date
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 12 months ago
zenador ccfe14d7e7
PromQL: ignore small errors for bucketQuantile (#13153) 1 year ago
Linas Medziunas 1cd6c1cde5 ValidateHistogram: strict Count check in absence of NaNs 1 year ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 1 year ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 1 year ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 1 year ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 1 year ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 1 year ago
zenador 54aaa2bd7e
Add `histogram_stdvar` and `histogram_stddev` functions (#12614) 1 year ago
beorn7 aa82fe198f tsdb: Fix histogram validation 1 year ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050) 1 year ago
Charles Korn 145d7457fe
Address PR feedback: use loop to create expected test result 1 year ago
Charles Korn 6903d6edd8
Add test to confirm `timestamp()` behaves correctly when evaluating a range query. 1 year ago
Ziqi Zhao 42d9169ba1 enhance histogram_quantile to get min/max value 1 year ago
Carrie Edwards 2f9bc98b8a Add tests for min and max functions 1 year ago
Giedrius Statkevičius 3f230fc9f8 promql: convert QueryOpts to interface 1 year ago
zenador 191bf9055b
Handle more arithmetic operators for native histograms (#12262) 2 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface 2 years ago
ianwoolf 79e4bdee8e add Close for ActiveQueryTracker to close the file. 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
Trevor Whitney dd94ebb87b
promql: set CounterResetHint after rate and sum 2 years ago
Justin Lei af1d9e01c7
Refactor tsdbutil for tests/native histograms (#11948) 2 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints 2 years ago
Ganesh Vernekar 3c2ea91a83
tsdb: Test gauge float histograms 2 years ago
Marc Tudurí 49f775d8a0
histograms: Add missing float histograms tests for PromQL (#11780) 2 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 2 years ago
Bryan Boreham aa634e0b7e Update package promql tests for new labels.Labels type 2 years ago
Giedrius Statkevičius a1d6ba59ac
promql: pass down subquery interval (#11163) 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
Ganesh Vernekar 71489d0e3d
Fix count() for histograms and add test case 2 years ago
Ganesh Vernekar 9325caa41c
Remove a TODO that is no longer valid (#11186) 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
Łukasz Mierzwa 54a3c3ba3f
Print query that caused a panic (#10995) 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
Łukasz Mierzwa 08262454a3
Preallocate Labels in labels.Builder (#10749) 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
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 3b4d6c3fdb model: Implement FloatHistogram.Compact 3 years ago
beorn7 e7592fe353 sparsehistogram: Address two TODOs 3 years ago
beorn7 a6acdfe346 histograms: Doc comment and naming improvements 3 years ago
Ganesh Vernekar f580248759
Support + operator for sparse histograms (#9949) 3 years ago
Ganesh Vernekar 187a767292
Implement sum() for sparse histograms (#9948) 3 years ago