Commit Graph

306 Commits (d2caf51874aab00aee17e4fd2efd02c879dfbbc6)

Author SHA1 Message Date
Will Hegedus bd1878700b
promtool: Fix panic on extended tsdb analyze (#13976) 2 years ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 2 years ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter 2 years ago
komisan19 0249e080b4 refactor: utilize standard functions max/min 2 years ago
Artur Melanchyk 44dcf02c69
TSDB: make total lock-free by using atomic 2 years ago
David Leadbeater 7ec4a11472 promtool: Avoid using testify for user rule tests 2 years ago
heyitao c7ca85388f Fix yaml file format and clear ci errors 2 years ago
machine424 4b71f6ffc2
promtool: add a "tsdb dump-openmetrics" to dump in OpemMetrics format. 2 years ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21 2 years ago
Bryan Boreham eff3a13e19 model/textparse: parsers take a labels SymbolTable 2 years ago
Łukasz Mierzwa 5597020a60 Use github.com/klauspost/compress for gzip and zlib 2 years ago
Bryan Boreham 5a6c8f9c15 promtool: use go-cmp instead of DeepEqual 2 years ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp 2 years ago
Paweł Szulik d5eb636a89 Refactor cmd tests to use testify. 2 years ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 2 years ago
Paulin Todev 78411d5e8b
SD Managers taking over responsibility for registration of debug metrics (#13375) 2 years ago
Rewanth Tammana 102fd8cc88
Enhanced visibility for `promtool test rules` with JSON colored formatting (#13342) 2 years ago
Ayoub Mrini ace9c8a3da
promtool: allow setting multiple matchers to "promtool tsdb dump" command. (#13296) 2 years ago
zenador 6150e1ca0e
Add analyze histograms command to promtool (#12331) 2 years ago
Paulin Todev 6de80d7fb0
Allow non-default registry to be used for metrics of SD components 2 years ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Oleksandr Redko 2a75604f8e
Enable default revive rules (#13068) 2 years ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 2 years ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926) 2 years ago
Rens Groothuijsen 122f9506e9
Set test group interval default to evaluation interval (#13011) 2 years ago
George Krajcsovits 7d7b9eacff
Fix int32 overflow issues (#12978) 2 years ago
Ziqi Zhao 60e2bb0135 enhance promtool tsdb analyze command (#12869) 2 years ago
Ziqi Zhao 1a6edff882
enhance promtool tsdb analyze command (#12869) 2 years ago
Matthieu MOREL 67dcca5005 ci(lint): enable errorlint linter on cmd 2 years ago
ouyang1204 5d233df7ef
Fix rule check broken (#12715) 2 years ago
Goutham Veeramachaneni 86729d4d7b
Update exp package (#12650) 2 years ago
Bryan Boreham 5ecea3c840 promtool: fix compile error from bad merge 2 years ago
Ben Ye c78124427e
Support specifying series matchers to analyze tsdb (#12842) 2 years ago
Paschalis Tsilias c173cd57c9
Add a header to count retried remote write requests (#12729) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 2 years ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 2 years ago
Arve Knudsen 4451ba10b4
Add context argument to IndexReader.Postings (#12667) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Ziqi Zhao eaaa21aa7f
promtool tsdb dump support native histogram (#12775) 2 years ago
Gregor Zeitlinger f01718262a
Unit tests for native histograms (#12668) 2 years ago
Julien Pivotto b3b669fd9a Add experimental flag and docs 3 years ago
Rob Skillington e1ace8d00e Add PromQL format and label matcher set/delete commands to promtool 3 years ago
Bryan Boreham 578e2b6a3f re-order imports for linter 3 years ago
Bryan Boreham 5255bf06ad Replace sort.Slice with faster slices.SortFunc 3 years ago
João Vilaça 81394ea1c5 Add --run flag to promtool test rules 3 years ago
François Gouteroux 58d38c4c56 fix: apply suggested changes 3 years ago
François Gouteroux f676d4a756 feat refactoring checkrules func 3 years ago
Nidhey Nitin Indurkar a8772a4178
Feat: Get block by id directly on promtool analyze & get latest block if ID not provided (#12031) 3 years ago
François Gouteroux 6ae4a46845 feat: enhance stdin check and add tests parsing error 3 years ago