419 Commits (b042e29569eb99d57e3175e05cb16330160637ae)

Author SHA1 Message Date
Ganesh Vernekar 227d155e3f
Fix queries after a failed snapshot replay (#9980) 3 years ago
Robert Fratto 4cbddb41eb
tsdb/agent: Synchronize appender code with grafana/agent main (#9664) 3 years ago
Björn Rabenstein b866db009b
storage: Fix and improve the Seek method of various iterators (#9878) 3 years ago
Bryan Boreham 1b74a3812e
Fix panic, out of order chunks, and race warning during WAL replay (#9856) 3 years ago
Oleg Zaytsev 5e746e4e88
Check postings bytes length when decoding (#9766) 3 years ago
Darshan Chaudhary 9dcf8b2208
Add the ability to disable tsdb isolation (#9270) 3 years ago
Dieter Plaetinck 067efc3725
clarify HeadChunkID type and usage (#9726) 3 years ago
Sunil Thaha a484a83d4a
fix: panic when checkpoint directory is empty (#9687) 3 years ago
Dieter Plaetinck 0fac9bb859
Add basic initial developer docs for TSDB (#9451) 3 years ago
Mauro Stettler 8a4f659126 fix error message 3 years ago
Robert Fratto 72a9f7fee9
Share TSDB locker code with agent (#9623) 3 years ago
Peter Štibraný 422e7839d4
Add more size checks when writing individual sections in the index. (#9710) 3 years ago
Mateusz Gozdek 83086aee00 tsdb/agent: use unique registry per tests 3 years ago
Mateusz Gozdek 2f312ff4c5 tsdb: mark TestTombstoneCleanRetentionLimitsRace test as slow 3 years ago
Levi Harrison 7400e07fa9
Close DB in Agent tests (#9630) 3 years ago
Mateusz Gozdek f4650c27e7 tsdb/wal: fix flaky TestReaderFuzz* tests 3 years ago
曹明 a0d31c28fc tsdb: Add windows arm64 support. 3 years ago
Mateusz Gozdek b319b14431
tsdb/chunks: preallocate at least some space on non-Windows systems (#9581) 3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 3 years ago
beorn7 a1e595edac Fix two trivial lint warnings 3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 3 years ago
johncming b882d2b7c7
tsdb/wal: Avoid writing closed channel. (#9566) 3 years ago
chenlujjj d18e42c650
refine comments of Checkpoint function (#9655) 3 years ago
Marco Pracucci 309b094b92
Optimized MemPostings.EnsureOrder() (#9673) 3 years ago
Marco Pracucci 9f5ff5b269
Allow to disable trimming when querying TSDB (#9647) 3 years ago
Marco Pracucci edd05d7010
Add Head.AppendableMinValidTime() (#9643) 3 years ago
Mateusz Gozdek b7bdf6fab2 Fix imports formatting 3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 3 years ago
Julien Pivotto 6e1d6edb33
Exclude agent from windows tests (#9645) 3 years ago
chenlujjj 660329d5b3
add tombstoneFormatVersionSize & tombstonesCRCSize constants (#9625) 3 years ago
Praveen Ghuge 64d9b41998
Use testing.T.TempDir() instead of ioutil.TempDir() in tsdb/wal unit tests (#9602) 3 years ago
Robert Fratto bc72a718c4
Initial draft of prometheus-agent (#8785) 3 years ago
Xiaochao Dong c2d1c85857
close tsdb.head in test case (#9580) 3 years ago
Furkan Türkal 0c07663b70
fix: possible race on shared variables in test (#9470) 3 years ago
Dieter Plaetinck d5bfbe3114
improve bstream comments and doc (#9560) 3 years ago
Julien Pivotto 73255e15f6 Address golint failures from revive 3 years ago
Serge Catudal 8c3eca84db
Fix remote write receiver endpoint for exemplars (#9414) 3 years ago
Dieter Plaetinck d5afe0a577
TSDB: Use a dedicated head chunk reference type (#9501) 3 years ago
Ganesh Vernekar 10bc6e80ee
Fix panic on failed snapshot replay and don't hard fail replay on disabled exemplars (#9438) 3 years ago
Ganesh Vernekar b30db03f35
Cut v2.30.2 (#9426) 3 years ago
Ganesh Vernekar a7d499e19a
Reduce log level during WAL replay on overlapping m-map chunks (#9425) 3 years ago
Ganesh Vernekar 8c597e5166
Don't error on overlapping m-mapped chunks during WAL replay (#9381) 3 years ago
Bryan Boreham 1fb3c1b598
Replace calls to strings.Compare (#9397) 3 years ago
Ganesh Vernekar 2bcd9f2f69
Link 2 more TSDB blog posts in tsdb/README.md (#9371) 3 years ago
Darshan Chaudhary 1f688657bf
Call delete on head if interval overlaps (#9151) 3 years ago
Ganesh Vernekar 30534e99d9
Take snapshot only after closing the WAL (#9328) 3 years ago
Ganesh Vernekar 8944520ccc
Fix deletion of old snapshots (#9314) 3 years ago
Bryan Boreham 2327236bb5
Decrement active_appenders metric when no samples added (#9230) 3 years ago
Bryan Boreham 87d909df4a
Remove symbols map from TSDB head (#9301) 3 years ago
Callum Styan 93886d8417
Fix div by 0 panic is resize function. (#9286) 3 years ago