Commit Graph

257 Commits (a95323c021d026021678371c89bf0ac3ca38af84)

Author SHA1 Message Date
Krasi Georgiev d38516b1c2
remove unused changes variable (#391)
6 years ago
beorn7 3bc6c670fa Revert "Remove `prometheus_` prefix from metrics"
6 years ago
Callum Styan 722f0ab920 break MigrateWAL into two functions, detection and migration (#371)
6 years ago
beorn7 98fe30438c Remove `prometheus_` prefix from metrics
6 years ago
Bob Shannon cb7f320d42 Expose prometheus_tsdb_lowest_timestamp metric (#363)
6 years ago
Ganesh Vernekar 2945db18ca Changes in series names (and types) exposed (#376)
6 years ago
Ganesh Vernekar 77d2c7cf3d
Added metric for symbol table size
6 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log
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
Benoît Knecht 1e1b2e163d Make interval overlap comparisons more explicit
7 years ago
Benoît Knecht 0e4be5226a db: block MaxTime should not be part of the block
7 years ago
Fabian Reinartz 087c4c6d3a Update doc comment
7 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
Catalin Patulea 40766622ee
Update Appender.Add comment for uint64 refs.
7 years ago
Krasi Georgiev 6094f35aa2 simplify if-else,test before the tombstone failure, more comments
7 years ago
Ganesh Vernekar 528439aa93 Cleanup new blocks on 'CleanTombstones' faliure.
7 years ago
Fabian Reinartz 7b578dea32 Move to flock lockfile
7 years ago
Fabian Reinartz 76c1b2cdb6 Ensure correct block order on reload
7 years ago
Matt Bostock def6e5a574 db: Match comment case to function name (#316)
7 years ago
Bartek Plotka 00594b85cd db: Addressed comments.
7 years ago
Bartek Plotka 03e94365e1 db: Made overlap String() prettier and more readable.
7 years ago
Fabian Reinartz 00e13f519a
Merge pull request #310 from Bplotka/overlap-detection-fix
7 years ago
Bartek Plotka 15b5d89222 db: Addressed comments.
7 years ago
Bartek Plotka cc306ef0d5 Added grouping by overlap range.
7 years ago
Bartek Plotka 7412e2b44b Added more cases and modified one var name.
7 years ago
Bartek Plotka f07d829946 db: Tiny tuning of algo + added proper print.
7 years ago
Bartek Plotka c8b4a7b839 db: Simplified algorithm.
7 years ago
Bartek Plotka 51ce1cc7ff db: Fixed validateBlockSequence.
7 years ago
Bartek Plotka a9b28a6aa0 db: Added tests for validateBlockSequence to confirm a bug.
7 years ago
Mario Trangoni e5dabad1d7 fix megacheck issue: simplified return err
7 years ago
Mario Trangoni 09142e4dd1 fix unconvert issues: unnecessary conversion
7 years ago
Matt Bostock aa517c39bb
Fix typo in db.go
7 years ago
Fabian Reinartz 8cd32d8fd4 Improve usability of snapshots
7 years ago
Fabian Reinartz a345231a0e Add test for block meta version and comments
7 years ago
Fabian Reinartz 04d5ac5aae Add repair test
7 years ago
Fabian Reinartz d09283f60a Add repair of bad index version
7 years ago
Fabian Reinartz 5b26bd5f6f
Merge pull request #252 from simonpasquier/add-cuttoff-metrics
7 years ago
Goutham Veeramachaneni b7bea04e62
Fix extra reloads.
7 years ago
Simon Pasquier e9fc37be61 Count the total and failed block cutoffs
7 years ago
Fabian Reinartz 7087f68647 Return new block ULID in compactor
7 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages
7 years ago
Goutham Veeramachaneni 30bbbe34f8
Merge pull request #210 from Gouthamve/tomb-clean
7 years ago
Goutham Veeramachaneni f35e9c7fec
Merge branch 'master' into fix-dels
7 years ago
Goutham Veeramachaneni 8a5ea9db74
Merge branch 'master' into tomb-clean
7 years ago
Goutham Veeramachaneni e7445d00b0
Add a function to cleanup tombstones.
7 years ago
Fabian Reinartz ad3c4849a9
Merge pull request #212 from prometheus/fabxc
7 years ago
Goutham Veeramachaneni 41fd9c66ef
Close the retention blocks before deleting them.
7 years ago
Goutham Veeramachaneni 1627a47640
A copy is being assigned newChunk not the original
7 years ago