Commit Graph

910 Commits (ee700151a3bc901bdf52b184dee60f477f1d6ea8)

Author SHA1 Message Date
Bryan Boreham ee700151a3 tsdb/index: add benchmark for Postings.Merge
12 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254)
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)
1 year ago
Julien Levesy 501f514389
feat(tsdb/agent): notify remote storage when commit happens (#13223)
1 year ago
Oleksandr Redko 2a75604f8e
Enable default revive rules (#13068)
1 year ago
Fiona Liao b8bcaef14d
Fix histogram append errors (#13201)
1 year ago
Fiona Liao ce126230e7
Fix chunks iterator bug when tombstone covers a whole chunk (#13209)
1 year 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
Bryan Boreham f13bc1a5c9
Merge pull request #13040 from bboreham/smaller-stripeseries
1 year ago
Oleg Zaytsev f997c72f29
Make head block ULIDs descriptive (#13100)
1 year ago
Julien Pivotto 1b84c01b76
Merge pull request #13143 from mmorel-35/patch-3
1 year ago
Julien Pivotto 9cb96ad2ea
Merge pull request #13142 from mmorel-35/patch-2
1 year ago
Julien Pivotto 58eca19ac0
Merge pull request #13141 from mmorel-35/patch-1
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
Julien Pivotto b718dca70b
Merge pull request #13108 from mmorel-35/patch-2
1 year ago
Julien Pivotto 3173feb5ef
Merge pull request #13107 from mmorel-35/patch-1
1 year ago
Julien Pivotto 90ed7b08dc
Merge pull request #13124 from mmorel-35/patch-5
1 year ago
Julien Pivotto afc57eb306
Merge pull request #13109 from mmorel-35/patch-3
1 year ago
Julien Pivotto b6274ee747
Merge pull request #13114 from mmorel-35/patch-4
1 year ago
Julien Pivotto 7bcae56b6e
Merge pull request #13130 from mmorel-35/patch-6
1 year ago
Julien Pivotto f53af5c849
Merge pull request #13131 from mmorel-35/patch-7
1 year ago
Julien Pivotto 17fe6bc296
Merge pull request #13133 from mmorel-35/patch-8
1 year ago
Bryan Boreham 65a443e6e3 TSDB: initialize conflicts map only when we need it.
1 year ago
Bryan Boreham 37573d083b
Merge pull request #13056 from songjiayang/symbolCacheEntry-filed-alignment
1 year ago
George Krajcsovits acc114fe55
Fix panic during tsdb Commit (#13092)
1 year ago
Matthieu MOREL 469e415d09
Update record.go
1 year ago
Matthieu MOREL 69c07ec6ae
Update record_test.go
1 year ago
Matthieu MOREL 63691d82a5
tsdb/record: use Go standard errors package
1 year ago
Matthieu MOREL c74b7ad4fb
Update tombstones.go
1 year ago
Matthieu MOREL 118460a64f
tsdb/tombstones: use Go standard errors package
1 year ago
Matthieu MOREL 4d6d3c1715
tsdb/encoding: use Go standard errors package
1 year ago
George Krajcsovits 39a35d92bc
tsdb/head: wlog exemplars after samples (#13113)
1 year ago
Matthieu MOREL 2972cc5e8f tsdb/index: use Go standard errors package
1 year ago
Bryan Boreham e6c0f69f98 TSDB: Only pay for hash collisions when they happen
1 year ago
Bryan Boreham ce4e757704 TSDB: refine variable naming in chunk gc
1 year ago
Bryan Boreham 071d5732af TSDB: refactor cleanup of chunks and series
1 year ago
machine424 a32fbc3658
head.go: Remove an unneeded snapshot trigger that was moved in https://github.com/prometheus/prometheus/pull/9328
1 year ago
Matthieu MOREL fb48a351f0 tsdb/wlog: use Go standard errors package
1 year ago
songjiayang 443867f1aa symbolCacheEntry field type alignment, thus saving 8 bytes.
1 year ago
Arve Knudsen ae9221e152
tsdb/index.Symbols: Drop context argument from Lookup method (#13058)
1 year ago