Commit Graph

1 Commits (7cf09b0395125280eb3e2d44b603349aeecacec1)

Author SHA1 Message Date
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 6 years ago
Chris Marchbanks b40cc43958 Provide option to compress WAL records (#609) 6 years ago
beorn7 90a7612df3 Make objectives of Summaries explicit 6 years ago
zhulongcheng 19d402d154 cleanup tmp files (#570) 6 years ago
Alec e7436e13f0 Merge encoding_helpers.go to tsdbutil (#526) 6 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475) 7 years ago
Krasi Georgiev 2e0571caba
remove unused WALFlushInterval option and NopWAL struct (#468) 7 years ago
JoeWrightss c8c03ff85b fix some typos (#466) 7 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394) 7 years ago
Goutham Veeramachaneni 9c8ca47399
Fix filehandling for windows (#392) 7 years ago
beorn7 3bc6c670fa Revert "Remove `prometheus_` prefix from metrics" 7 years ago
Callum Styan 722f0ab920 break MigrateWAL into two functions, detection and migration (#371) 7 years ago
beorn7 98fe30438c Remove `prometheus_` prefix from metrics 7 years ago
Fabian Reinartz 74b3501161 Fix Rename call 7 years ago
Fabian Reinartz ee7ee059ef Fix doc comments 7 years ago
Fabian Reinartz 22fd3ef24e Deal with zero-length segments 7 years ago
Fabian Reinartz 92e1b20957 Fix close handling 7 years ago
Fabian Reinartz 1a5573b4ce Migrate write ahead log 7 years ago
Alexey Palazhchenko 9283c68e7d Fix ineffective assignment. 7 years ago
Mario Trangoni b7173eb0e5 fix some comments typos (#315) 7 years ago
Mario Trangoni c0e888e82b fix megacheck issues: os.SEEK_SET is deprecated: Use io.SeekStart, io.SeekCurrent, and io.SeekEnd. 7 years ago
Tobias Schmidt 6027af95ca Fix missing prefix of tsdb_wal_* metrics 8 years ago
Fabian Reinartz a993f0ccc0
Fix typo 8 years ago
ranbochen a27cf34a36 fix bugs on platform windows to pass all test case. (#192) 8 years ago
ranbo chen 19340a382d clean up codes 8 years ago
ranbo chen b82b2d0c1b fix bugs on platform windows to pass all test case. 8 years ago
Fabian Reinartz 8aedb7671e wal: synchronize background operations 8 years ago
Fabian Reinartz 80055bb95b Truncate segments on broken header 8 years ago
Fabian Reinartz 7efb830d70 wal: parallelize sample processing 8 years ago
Fabian Reinartz d3682d701c wal: decode and process in separate threads. 8 years ago
Simon Pasquier 3e17cd1621 Instrument WAL corruptions 8 years ago
Bas Harenslak 5e1c258a98 Instrument WAL fsync 8 years ago
Fabian Reinartz bbe72dccb9 Remove dependency on etcd/pkg/fileutil 8 years ago
Goutham Veeramachaneni c35d3a65bd
Add levels to all log lines. 8 years ago
Fabian Reinartz 1e88ba06b4 Use boolean function instead of postings to drop WAL series 8 years ago
Fabian Reinartz 162a48e4f2 Create series with ID recorded in WAL when reading it back 8 years ago
Fabian Reinartz 7ada9cd805 Simplify series create logic in head 8 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 8 years ago
Fabian Reinartz 1d5f85817d Fix various races 8 years ago
Fabian Reinartz c2916736be Re-use slices on deocding the WAL. Fix tests. 8 years ago
Fabian Reinartz 0db4c227b7 Fix min/max time handling and concurrent crc32 usage 8 years ago
Fabian Reinartz 970bffec8d Fix WAL errors and add tests for it 8 years ago
Fabian Reinartz 81222849bc Filter WAL data in Head, misc fixes 8 years ago
Fabian Reinartz 33e9bdf403 WAL refactoring and truncation fixes and test 8 years ago
Fabian Reinartz c36d574290 Replace single head lock with granular locks 8 years ago
Fabian Reinartz 1ddedf2b30 Change series ID from uint32 to uint64 8 years ago
Goutham Veeramachaneni 1698c516ad [WIP]: WAL implementation 8 years ago
Fabian Reinartz 893b6ec506 Add tests for GC and chunk truncation 8 years ago
Fabian Reinartz 5cf2662074 Refactor WAL into Head and misc improvements 8 years ago
Fabian Reinartz 3901b6e70b Remove multiple heads 8 years ago