1141 Commits (4202be5e7968606e840d33f580f1513cfe9362f0)

Author SHA1 Message Date
Paweł Szulik 5961f78186 Refactor tsdb tests to use testify. 10 months ago
Bryan Boreham 34230bb172 tsdb/wlog: close segment files sooner 10 months ago
Marco Pracucci 501bc6419e
Add ShardedPostings() support to TSDB (#10421) 10 months ago
Bryan Boreham 66237c1996 tsdb: use cheaper Mutex on series 10 months ago
Marco Pracucci ec9cada56e
Remove unused isRegexMetaCharacter() 10 months ago
Marco Pracucci 515890ec53
Use Matcher.SetMatches() 10 months ago
Marco Pracucci a1a45990a2
Fix TestPostingsForMatcher 10 months ago
Bryan Boreham b9eab6e4b8
tsdb: simplify internal series delete function (#13261) 10 months ago
Arve Knudsen ba7012ec6a
TestHeadLabelValuesWithMatchers: Add test case (#13414) 10 months ago
Filip Petkovski 583f3e587c
Optimize histogram iterators (#13340) 10 months ago
Oleg Zaytsev ed172a6667
Optimize label values with matchers by taking shortcuts (#13426) 10 months ago
tyltr f97fa2736c remove obsolete build tag 10 months ago
Arve Knudsen 8598150f48 TestLabelValuesWithMatchers: Add test case 10 months ago
Marco Pracucci 7852a7c516
Fix regressions introduced by #13242 10 months ago
Giedrius Statkevičius b695e069b8
tsdb/main: wire "EnableOverlappingCompaction" to tsdb.Options (#13398) 10 months ago
Giedrius Statkevičius 3a48adc54f tsdb: add enable overlapping compaction 11 months ago
Giedrius Statkevičius 9b759135d1 tsdb/compact: fix passing merge func 11 months ago
Giedrius Statkevičius 61b4080a14
tsdb/{index,compact}: allow using custom postings encoding format (#13242) 11 months ago
Bryan Boreham bad3f23f23 agent: add BenchmarkCreateSeries 11 months ago
Bryan Boreham e64d7d8928 agent: make the global hash lookup table smaller 11 months ago
Bryan Boreham 252031c86f Revert "Adding small test update for temp dir using t.TempDir (#13293)" 11 months ago
Mile Druzijanic 2ddb3596ef
Adding small test update for temp dir using t.TempDir (#13293) 11 months ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model 11 months ago
Filip Petkovski 1f69dcfa6b
Fix reusing float histograms 11 months ago
Giedrius Statkevičius f36b56a62c
tsdb: remove unused option (#13282) 12 months ago
Matthieu MOREL 8f6cf3aabb tsdb: use Go standard errors 12 months ago
Arthur Silva Sens 5082655392
Append Created Timestamps (#12733) 12 months ago
Bryan Boreham ab3a47b489 postings: use Loser Tree for merge 12 months ago
Bryan Boreham ee700151a3 tsdb/index: add benchmark for Postings.Merge 12 months ago
Filip Petkovski 10a82f87fd
Enable reusing memory when converting between histogram types 12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 12 months ago
Arve Knudsen 237bfea46b `chunks.Reader`: Fix typo in ChunkOrIterable doc string. 12 months ago
Matthieu MOREL 998fafe679
tsdb/wlog: use Go standard errors (#13144) 12 months ago
Julien Levesy e4ec263bcc
fix(wlog/watcher): read segment synchronously when not tailing (#13224) 12 months ago
Julien Levesy 501f514389
feat(tsdb/agent): notify remote storage when commit happens (#13223) 12 months ago
Oleksandr Redko 2a75604f8e
Enable default revive rules (#13068) 12 months ago
Fiona Liao b8bcaef14d
Fix histogram append errors (#13201) 12 months ago
Fiona Liao ce126230e7
Fix chunks iterator bug when tombstone covers a whole chunk (#13209) 12 months ago
Xiaochao Dong 28d8f1650c
tsdb: Make sure the cache for postings cardinality properly honors the label name (#12653) 1 year ago
Arve Knudsen 1200c89d0c
Fix tsdb.stripeSeries.gc so it handles conflicts properly (#13195) 1 year ago
Fiona Liao 5bee0cfce2
Change `ChunkReader.Chunk()` to `ChunkOrIterable()` 1 year ago
Arve Knudsen ecc37588b0
tsdb: seriesHashmap.set by making receiver a pointer (#13193) 1 year ago
Charles Korn 59844498f7
Fix issue where queries can fail or omit OOO samples if OOO head compaction occurs between creating a querier and reading chunks (#13115) 1 year ago
Oleg Zaytsev f997c72f29
Make head block ULIDs descriptive (#13100) 1 year ago
zenador 32ee1b15de
Fix error on ingesting out-of-order exemplars (#13021) 1 year ago
Matthieu MOREL d7c3bc4cb0
tsdb/tsdbutil: use Go standard errors 1 year ago
Matthieu MOREL e60a508dd8 tsdb/errors: fix errorlint linter 1 year ago
Matthieu MOREL e3041740e4 tsdb/fileutil: use Go standard errors 1 year ago
Matthieu MOREL dd8871379a remplace errors.Errorf by fmt.Errorf 1 year ago
Bryan Boreham 1bfb3ed062
Labels: reduce allocations when creating from TSDB WAL (#13044) 1 year ago