12 Commits (60d099088692b6b5bf4b8f4e13f76bd3921da99e)

Author SHA1 Message Date
Levi Harrison b5f6f8fb36 Switched to go-kit/log 4 years ago
kcx2366425574 be9c870b06 remove the param that is not used 4 years ago
Marcelo E. Magallon 75d86c6747 Update golangci-lint to 1.36.0 4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 4 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043) 5 years ago
Josh Soref 91d76c8023 Spelling (#6517) 5 years ago
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 5 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 5 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 5 years ago
陈谭军 50d453b3c3 fix-up tsdb-typo (#5954) 5 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 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) 6 years ago
Krasi Georgiev 2e0571caba
remove unused WALFlushInterval option and NopWAL struct (#468) 6 years ago
JoeWrightss c8c03ff85b fix some typos (#466) 6 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394) 6 years ago
Goutham Veeramachaneni 9c8ca47399
Fix filehandling for windows (#392) 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
Fabian Reinartz 74b3501161 Fix Rename call 6 years ago
Fabian Reinartz ee7ee059ef Fix doc comments 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
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 7 years ago
Fabian Reinartz a993f0ccc0
Fix typo 7 years ago
ranbochen a27cf34a36 fix bugs on platform windows to pass all test case. (#192) 7 years ago
ranbo chen 19340a382d clean up codes 7 years ago
ranbo chen b82b2d0c1b fix bugs on platform windows to pass all test case. 7 years ago
Fabian Reinartz 8aedb7671e wal: synchronize background operations 7 years ago
Fabian Reinartz 80055bb95b Truncate segments on broken header 7 years ago
Fabian Reinartz 7efb830d70 wal: parallelize sample processing 7 years ago
Fabian Reinartz d3682d701c wal: decode and process in separate threads. 7 years ago
Simon Pasquier 3e17cd1621 Instrument WAL corruptions 7 years ago
Bas Harenslak 5e1c258a98 Instrument WAL fsync 7 years ago
Fabian Reinartz bbe72dccb9 Remove dependency on etcd/pkg/fileutil 7 years ago
Goutham Veeramachaneni c35d3a65bd
Add levels to all log lines. 7 years ago
Fabian Reinartz 1e88ba06b4 Use boolean function instead of postings to drop WAL series 7 years ago
Fabian Reinartz 162a48e4f2 Create series with ID recorded in WAL when reading it back 7 years ago
Fabian Reinartz 7ada9cd805 Simplify series create logic in head 7 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 7 years ago
Fabian Reinartz 1d5f85817d Fix various races 7 years ago