Commit Graph

117 Commits (aa3f8d0975888fe02bc7b6fb8e6fb38b46a4eac1)

Author SHA1 Message Date
Giedrius Statkevičius a1d6ba59ac
promql: pass down subquery interval (#11163) 4 years ago
beorn7 a7c519930e histograms: Add Compact method to the normal integer Histogram 4 years ago
Bryan Boreham b01d29cf9e promql: in tests use labels.FromStrings 4 years ago
Ganesh Vernekar 71489d0e3d
Fix count() for histograms and add test case 4 years ago
Ganesh Vernekar 9325caa41c
Remove a TODO that is no longer valid (#11186) 4 years ago
Vilius Pranckaitis 4660656312
Allow setting custom lookback delta for instant queries (#9946) 4 years ago
Levi Harrison 77a7af4461
Add histogram validation (#11052) 4 years ago
Łukasz Mierzwa 54a3c3ba3f
Print query that caused a panic (#10995) 4 years ago
beorn7 9eafed0f79 promql: Add `histogram_count` and `histogram_sum` 4 years ago
beorn7 a3a8f58bb3 promql: Add histogram_fraction function 4 years ago
beorn7 ffaabea91a promql: Refine zero bucket treatment in histogramQuantile 4 years ago
Łukasz Mierzwa 08262454a3
Preallocate Labels in labels.Builder (#10749) 4 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 4 years ago
Alan Protasio ce6a643ee8
Changing TotalQueryableSamples from int to int64 (#10549) 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 3b4d6c3fdb model: Implement FloatHistogram.Compact 4 years ago
beorn7 e7592fe353 sparsehistogram: Address two TODOs 4 years ago
beorn7 a6acdfe346 histograms: Doc comment and naming improvements 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 0e1b9dd308
Promql: Initial rate implementation for sparse histograms (#9926) 4 years ago
Shihao Xia 0e82a96e2f
fix potential deadlock in test (#9010) 5 years ago
beorn7 9de3ab60df promql: improve histogram support in engine.go 5 years ago
beorn7 73858d7f82 storage: histogram support in memoized_iterator 5 years ago
beorn7 9b30ca2598 promql: Support histogram in value string representation 5 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 5 years ago
beorn7 f1065e44a4 model: String method for histogram.Histogram 5 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
Ganesh Vernekar c8b267efd6
Get histograms from TSDB to the rate() function implementation 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
Paweł Szulik f5563bfe95
tests: Move from t.Errorf and others. (Part 2) (#9309) 5 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 5 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 5 years ago
Fiona Liao 9b83d8330a
Fix memSafeIterator.Seek() (#8748) 5 years ago
schou 22cd48868a adding feature flag, promql-negative-offset 5 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 5 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 5 years ago
Ganesh Vernekar 86c71856e8
Add start() and end() pre-processors for @ modifier (#8425) 5 years ago
Ganesh Vernekar ed8d31b059
Remove empty test 5 years ago
Ganesh Vernekar b18fde996e
Fix timestamp() function for @ modifier 5 years ago
Ganesh Vernekar b5dfa2414b
Fix flaky TestAtModifier (#8401) 5 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121) 5 years ago
Ganesh Vernekar 063154eab7
Automate part of TestMaxQuerySamples (#8314) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 6 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 6 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 6 years ago