Commit Graph

815 Commits (dfcb7d0d5034b97de2abdf5369f4813e7fb7c07c)
 

Author SHA1 Message Date
Fabian Reinartz dfcb7d0d50
Merge pull request #389 from gouthamve/wal-corruptio
6 years ago
Goutham Veeramachaneni c7d0d10da4
Make sure WAL Repair can handle wrapped errors
6 years ago
Björn Rabenstein d1a6edae6f
Merge pull request #386 from prometheus/beorn7/client_golang
6 years ago
beorn7 3bc6c670fa Revert "Remove `prometheus_` prefix from metrics"
6 years ago
Chris Marchbanks a8966cb53d Fix race condition between gc and committing (#378)
6 years ago
Callum Styan 722f0ab920 break MigrateWAL into two functions, detection and migration (#371)
6 years ago
Frederic Branczyk 1b651ea7d4
Merge pull request #383 from prometheus/beorn7/client_golang
6 years ago
beorn7 98fe30438c Remove `prometheus_` prefix from metrics
6 years ago
Krasi Georgiev ad459ca1f4
re-added TestDeleteUntilCurMax TestDelete_e2e (#382)
6 years ago
Bob Shannon cb7f320d42 Expose prometheus_tsdb_lowest_timestamp metric (#363)
6 years ago
Alexey Palazhchenko 9be883670e fix the test data file path in benchmarks. (#345)
6 years ago
Ganesh Vernekar 2945db18ca Changes in series names (and types) exposed (#376)
6 years ago
Goutham Veeramachaneni d9129adb52
Merge pull request #375 from codesome/symbol-table-size
6 years ago
Ganesh Vernekar 77d2c7cf3d
Added metric for symbol table size
6 years ago
Simon Pasquier eeb3a7435a
Merge pull request #319 from simonpasquier/improve-repair-err
6 years ago
Fabian Reinartz 06f01d45ad
Merge pull request #366 from prometheus/32bit
6 years ago
Fabian Reinartz 22cae653d8 Fixes for 32bit archs
6 years ago
Fabian Reinartz 2a0e96eb19
Merge pull request #332 from prometheus/newwal
6 years ago
Fabian Reinartz 74b3501161 Fix Rename call
6 years ago
Fabian Reinartz 76990518d3
Merge pull request #340 from prometheus/wal_migrate
6 years ago
Fabian Reinartz ee7ee059ef Fix doc comments
6 years ago
Fabian Reinartz a9a8fabd2c
Merge pull request #339 from prometheus/inittime
6 years ago
Fabian Reinartz f8ec0074e7 Add Replace function
6 years ago
Fabian Reinartz b81e0fbf2a Address comments
6 years ago
Fabian Reinartz 45071c657c Properly initialize head time
6 years ago
Fabian Reinartz 22fd3ef24e Deal with zero-length segments
6 years ago
Fabian Reinartz 92e1b20957 Fix close handling
6 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log
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
7 years ago
Benoît Knecht 1e1b2e163d Make interval overlap comparisons more explicit
7 years ago
Benoît Knecht 4ed6b9ed72 db: add test for chunks that span beyond a block's boundaries
7 years ago
Benoît Knecht 0e4be5226a db: block MaxTime should not be part of the block
7 years ago
Fabian Reinartz f87d00d78d
Merge pull request #356 from prometheus/logrollback
7 years ago
Fabian Reinartz ea607b9fc3 Log series on rollback
7 years ago
Fabian Reinartz 16727277e4
Merge pull request #354 from prometheus/cleandelete
7 years ago
Fabian Reinartz 087c4c6d3a Update doc comment
7 years ago