Commit Graph

1250 Commits (bwplotka-patch-2)

Author SHA1 Message Date
bwplotka eeef17ea0a docs: Added native histogram WAL record documentation. 1 year ago
Antoine Pultier f1340bac64
documentation: put back trailing punctuation. 1 year ago
Antoine Pultier 6046769941
tsdb documenation: Improve Chunk documentation 1 year ago
Oleg Zaytsev cd1f8ac129
MemPostings: keep a map of label values slices (#15426) 1 year ago
Charles Korn 96adc410ba
tsdb/chunkenc: don't reuse custom value slices between histograms 1 year ago
Oleg Zaytsev 9ad93ba8df
Optimize l=~".+" matcher (#15474) 1 year ago
Bryan Boreham ca3119bd24 TSDB: eliminate one yolostring 1 year ago
Bryan Boreham e98c19c1ce [PERF] TSDB: Cache all symbols for compaction 1 year ago
Oleg Zaytsev 9aa6e041d3
MemPostings: allocate ListPostings once in PFALV (#15465) 1 year ago
DC d535d501d1
[DOCS] Improve description of WAL record format (#14936) 1 year ago
Oleg Zaytsev cc390aab64
MemPostings: allocate ListPostings once in PFLM (#15427) 1 year ago
Arve Knudsen 89bbb885e5
Upgrade to golangci-lint v1.62.0 (#15424) 1 year ago
Arve Knudsen 06d54fcc6c
[PERF] TSDB: Optimize inverse matching (#14144) 1 year ago
Bryan Boreham 0ef0b75a4f [TESTS] Remote-Write: Fix BenchmarkStartup 1 year ago
Fiona Liao c599d37668
Always return unknown hint for first sample in non-gauge histogram chunk (#15343) 1 year ago
Bryan Boreham 003a2270e9 [BUGFIX] TSDB: Fix race on stale values in headAppender (#15322) 1 year ago
Bryan Boreham 5450e6d368 [BUGFIX] TSDB: Apply fixes from loadWAL to loadWBL 1 year ago
Ben Ye 140f4aa9ae
feat: Allow customizing TSDB postings decoder (#13567) 1 year ago
Ben Ye f9057544cb
Fix AllPostings added twice (#13893) 1 year ago
🌲 Harry 🌊 John 🏔 f9bc50b247 storage: Implement limit in mergeGenericQuerier 1 year ago
Bryan Boreham f42b37ff2f
[BUGFIX] TSDB: Fix race on stale values in headAppender (#15322) 1 year ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter 1 year ago
Oleg Zaytsev b1e4052682
MemPostings.Delete(): make pauses to unlock and let the readers read (#15242) 1 year ago
Bryan Boreham 541c7fd9fe [COMMENT] Remove duplicate line 1 year ago
Alban Hurtaud 4b56af7eb8
Add hidden flag for the delayed compaction random time window (#14919) 1 year ago
Bryan Boreham 2fbbfc3da8 Revert "Fix `MemPostings.Add` and `MemPostings.Get` data race (#15141)" 1 year ago
Oleg Zaytsev ba11a55df4
Revert "Process `MemPostings.Delete()` with `GOMAXPROCS` workers" 1 year ago
Nicolas Takashi b6c538972c
[REFACTORY] simplify appender commit (#15112) 1 year ago
Arve Knudsen 706dcfeecf
tsdb.CircularExemplarStorage: Avoid racing (#15231) 1 year ago
Pedro Tanaka bab587b9dc
Agent: allow for ingestion of CT samples (#15124) 1 year ago
Ben Ye 99882eec3b log last series labelset when hitting OOO series labels during compaction 1 year ago
Vanshika cccbe72514
TSDB: Fix some edge cases when OOO is enabled (#14710) 1 year ago
machine424 cebcdce78a
fix(storage/mergeQuerier): copy the matcjers slice before passing it to queriers as 1 year ago
machine424 eb523a6b29
fix(storage/mergeQuerier): add a reproducer for data race that occurs when one of the queriers alters the passed matchers and propose a fix 1 year ago
György Krajcsovits a4083f14e8 Fix populateWithDelChunkSeriesIterator corrupting chunk meta 1 year ago
György Krajcsovits e6a682f046 Reproduce populateWithDelChunkSeriesIterator corrupting chunk meta 1 year ago
machine424 ab2475c426
test(tsdb): add a reproducer for https://github.com/prometheus/prometheus/issues/14422 1 year ago
Bryan Boreham 105c692f77 [BUGFIX] TSDB: Don't read in-order chunks from before head MinTime 1 year ago
Oleg Zaytsev 50ef0dc954
Fix `MemPostings.Add` and `MemPostings.Get` data race (#15141) 1 year ago
György Krajcsovits bb70370d72 TSDB head: fix race between AppendHistogram and Commit 1 year ago
György Krajcsovits 631fadc4ca Unit test for data race in head.Appender.AppendHistogram 1 year ago
beorn7 12c39d5421 docs: Some nitpicking in chunks.md 1 year ago
beorn7 a4cb52ff15 docs: Update chunk layot for NHCB 1 year ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log 1 year ago
Bryan Boreham 91de19fbef [BUGFIX] TSDB: Don't read in-order chunks from before head MinTime 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
György Krajcsovits 44ebbb8458 Fix missing histogram copy in sampleRing 1 year ago
Fiona Liao fd62dbc291 Update chunk format docs with native histograms and OOO 1 year ago
Ayoub Mrini 105ab2e95a
fix(test): adjust defer invocations (#14996) 1 year ago
Oleg Zaytsev ada8a6ef10
Add some more tests for MemPostings_Delete 1 year ago