Commit Graph

83 Commits (main)

Author SHA1 Message Date
Ben Kochie 48956f60d7
Update modernize (#17471) 1 month ago
beorn7 747c5ee2b1 Apply analyzer "modernize" to the whole codebase 4 months ago
Matthieu MOREL cef219c31c chore: enable unused-receiver rule from revive 4 months ago
Andre Branchizio b07b552139
[PERF] TSDB: Pass down label value limit into implementation (#16158) 7 months ago
Matthieu MOREL c7d4b53ec1 chore: enable unused-parameter from revive 10 months ago
Ben Ye 140f4aa9ae
feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 1 year ago
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 1 year ago
Antoine Pultier d90d0976b5
fix(bstream/writeByte): ensure it appends only one byte (#14854) 1 year ago
Harry John 919dc0cbc6
storage: Update LabelQuerier interface to return sorted label values (#14849) 1 year ago
Ben Ye 5a218708f1
tsdb: Extend compactor interface to allow compactions to create multiple output blocks (#14143) 2 years ago
Arve Knudsen 5c4310aa37
[ENHANCEMENT] TSDB: Optimize querying with regexp matchers 2 years ago
Matthieu MOREL 6f595c6762
golangci-lint: enable whitespace linter (#13905) 2 years ago
Bryan Boreham d45b5deb75 TSDB: move function only used in tests 2 years ago
Arve Knudsen ba7012ec6a
TestHeadLabelValuesWithMatchers: Add test case (#13414) 2 years ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 2 years ago
Arve Knudsen 8598150f48 TestLabelValuesWithMatchers: Add test case 2 years ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types 2 years ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 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 6ef9ed0bc3
Add context argument to DB.Delete (#12834) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Justin Lei 8ef7dfdeeb
Add a chunk size limit in bytes (#12054) 2 years ago
beorn7 aa82fe198f tsdb: Fix histogram validation 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
beorn7 817a2396cb Name float values as "floats", not as "values" 3 years ago
beorn7 1cfc8f65a3 histograms: Return actually useful counter reset hints 3 years ago
Marc Tudurí 9474610baf
Support FloatHistogram in TSDB (#11522) 3 years ago
Bryan Boreham 4b6a4d1425 Update package tsdb tests for new labels.Labels type 3 years ago
Bryan Boreham 3c7de69059 storage: allow re-use of iterators 3 years ago
Bryan Boreham 9853888f9b tsdb tests: allocate more reasonable sample slice 3 years ago
Peter Štibraný af838ccf83 Include source block in error message when loading chunk fails. 3 years ago
Oleg Zaytsev 8553a98267
Optimize postings offset table reading (#11535) 3 years ago
Jesus Vazquez 775d90d5f8
TSDB: Rename wal package to wlog (#11352) 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Bryan Boreham 176fa38e76 tsdb: in tests use labels.FromStrings 3 years ago
Ganesh Vernekar 8f755f8f35
Extend createHead in tests to support histograms 3 years ago
Ganesh Vernekar d209a29a5b
Add unit test for histogram append and various querying scenarios (#11194) 3 years ago
Bryan Boreham 4b9f248e85
unit tests: make all Labels sorted alphabetically (#10532) 4 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 4 years ago
Björn Rabenstein 7e42acd3b1
tsdb: Rework iterators (#9877) 4 years ago
beorn7 4c28d9fac7 Move to histogram.Histogram pointers 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 5 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 5 years ago