787 Commits (f8ec0074e70d0c31b54e23ded4e6d67e0b47acb7)
 

Author SHA1 Message Date
Fabian Reinartz f8ec0074e7 Add Replace function 6 years ago
Fabian Reinartz b81e0fbf2a Address comments 6 years ago
Fabian Reinartz 3e76f0163e Address comments 6 years ago
Fabian Reinartz 0ad2b8a349 docs: add new WAL format 6 years ago
Fabian Reinartz 3f538817f8 move WAL lock 6 years ago
Fabian Reinartz d951140ab8 wal: avoid heap allocation in WAL reader 6 years ago
Fabian Reinartz 7841d417b3 Ensure blocks are time-ordered in memory 6 years ago
Fabian Reinartz def912ce0e Integrate new WAL and checkpoints 6 years ago
Fabian Reinartz 008399a6e0 Add checkpointing of WAL segments 6 years ago
Fabian Reinartz 449a2d0db7 wal: add segment type and repair procedure 6 years ago
Fabian Reinartz 8e1f97fad4 wal: add write ahead log package 6 years ago
Fabian Reinartz 99a2c4314f
Merge pull request #330 from codwu/tsdb-delete 6 years ago
codwu bc6ef0b94e rename `mts` to `intvlGroups` 6 years ago
codwu e4444ca48c update `addInterval` function and test. 6 years ago
codwu 667e539a7a Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete 6 years ago
Fabian Reinartz 77db94c07e
Merge pull request #348 from BenoitKnecht/fix-block-boundaries 6 years ago
Benoît Knecht 24b223c161 db: add test for Querier returning too many blocks 6 years ago
Benoît Knecht 1e1b2e163d Make interval overlap comparisons more explicit 6 years ago
Benoît Knecht 4ed6b9ed72 db: add test for chunks that span beyond a block's boundaries 6 years ago
Benoît Knecht 0e4be5226a db: block MaxTime should not be part of the block 6 years ago
Fabian Reinartz f87d00d78d
Merge pull request #356 from prometheus/logrollback 6 years ago
Fabian Reinartz ea607b9fc3 Log series on rollback 6 years ago
Fabian Reinartz 16727277e4
Merge pull request #354 from prometheus/cleandelete 6 years ago
Fabian Reinartz 087c4c6d3a Update doc comment 6 years ago
Fabian Reinartz d907928e57 Clarify docs, error on unexpected meta read errors 7 years ago
Fabian Reinartz af9003dcef Add resilience to crashes during deletion 7 years ago
Fabian Reinartz 0b200798fe
Merge pull request #344 from simonpasquier/fix-out-of-range-index 7 years ago
Fabian Reinartz 0778d80ccf
Merge pull request #353 from cpatulea/patch-2 7 years ago
Catalin Patulea 40766622ee
Update Appender.Add comment for uint64 refs. 7 years ago
codwu cd145c90d5 remove `put` function and use RLock in `Iter` function 7 years ago
Simon Pasquier f55ccd4ecb Add unit tests 7 years ago
Simon Pasquier e8fc6c8774 index: fix another Uvarint() return check 7 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series 7 years ago
Simon Pasquier ee5fe8ea9f chunks: fix potential "index out of range" error 7 years ago
Fabian Reinartz c848349f07
Merge pull request #341 from codesome/delete-new-blocks-on-error 7 years ago
Fabian Reinartz 9a96bc46de
Merge pull request #342 from prometheus/superq/promcon 7 years ago
Ganesh Vernekar 0c93850cd5 Merge pull request #1 from krasi-georgiev/pr/341 7 years ago
Krasi Georgiev 6094f35aa2 simplify if-else,test before the tombstone failure, more comments 7 years ago
Krasi Georgiev f31a0d6457 add Test for Tombstone Cleaning after a failure 7 years ago
Ben Kochie d5250f9673
Add link to PromCon 2017 video. 7 years ago
Ganesh Vernekar 528439aa93 Cleanup new blocks on 'CleanTombstones' faliure. 7 years ago
Fabian Reinartz ae33d7873d
Merge pull request #337 from prometheus/flock 7 years ago
Fabian Reinartz 7b578dea32 Move to flock lockfile 7 years ago
Fabian Reinartz 3cf059159e
Merge pull request #335 from prometheus/blockorder 7 years ago
Fabian Reinartz 76c1b2cdb6 Ensure correct block order on reload 7 years ago
Krasi Georgiev 2aae939d6c
Merge pull request #256 from mattbostock/fix_bench_default_file 7 years ago
Goutham Veeramachaneni f5a7e43384
Merge pull request #325 from FUSAKLA/fus-cmd-human-readable-timestamps 7 years ago
Martin Chodur 30ca799ca7
feat cmd/tsdb: added human readable print for timestamps on block list 7 years ago
Goutham Veeramachaneni d298c5a939
Merge pull request #308 from oiooj/pr-fix-test 7 years ago
Goutham Veeramachaneni 24a9f278d4
Merge pull request #323 from AlekSi/small-fixes 7 years ago