Commit Graph

78 Commits (6f9bbc7253cb1cd550eeba2c3cc4c3015abbc91c)

Author SHA1 Message Date
Krasi Georgiev 6f9bbc7253
Open db in Read only mode (#588) 7 years ago
Chris Marchbanks 92d15169fc Print label names with highest cumulative label value length during tsdb analyze (#626) 7 years ago
mrasu 3db36f021b Fix `make bench` (#610) 7 years ago
Krasi Georgiev 288f67efbf
fix some unchecked errors and remove unused vars. (#592) 7 years ago
Vladimir Masarik fd188be052 Fixed default benchmark test path (#571) 7 years ago
Julius Volz 752e022aba Add "dump" command to tsdb tool to dump all samples (#532) 7 years ago
Ye Ben a360aa3e86 change variable name metrics to labels (#496) 7 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common 7 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
Brian Brazil 915d7cf937
Add a tsdbutil command to analyse churn etc. (#478) 7 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428) 7 years ago
Martin Chodur dbd765a0e3 Refactor Makefile to use Makefile.common (#324) 7 years ago
Julius Volz 5ae6c60d39 Handle a bunch of unchecked errors (#365) 7 years ago
Martin Chodur 30ca799ca7
feat cmd/tsdb: added human readable print for timestamps on block list 8 years ago
Matt Bostock 793c1078dd bench: Fix path to default sample file 8 years ago
Callum Styan bcde61b237 we shouldn't assume we'll receive the labels in sorted order 8 years ago
Callum Styan 8326e410d0 decouple tsdb main.go (and tests) from prometheus/pkg 8 years ago
Fabian Reinartz d226411a2a db: delete old blocks during reload 8 years ago
Fabian Reinartz 6a10761b50 Remove GetTabWriter from tsdb package 8 years ago
Fabian Reinartz 91a154d228 Fix block printing in cmd/main 8 years ago
Bas Harenslak a41dad30fb Move printing db.blocks to main.go 8 years ago
Bas Harenslak 9945a67bff Replace columnize by stdlib tabwriter 8 years ago
Bas Harenslak e190c7c78d Add list blocks command to CLI 8 years ago
Fabian Reinartz 162a48e4f2 Create series with ID recorded in WAL when reading it back 8 years ago
Fabian Reinartz 8214dc82a7 Remove infinite block in benchmark 8 years ago
Krasi Georgiev 92d0414993 replaced cobra with kingpin 8 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync 8 years ago
Fabian Reinartz c36d574290 Replace single head lock with granular locks 8 years ago
Fabian Reinartz 3951d8cc29 Fix selection of compactable blocks 9 years ago
Fabian Reinartz 9c4235532e Fix compaction selection after creating new heads 9 years ago
Goutham Veeramachaneni 9a2ab732b5 Choose ranges by retention and min-block-duration 9 years ago
Fabian Reinartz 05e411a8eb Improve heuristic to spread chunks across block 9 years ago
Fabian Reinartz 39df7e2bba Switch blocks to ULID directories, drop sequenc numbers 9 years ago
Fabian Reinartz 285bc07030 Switch append refs to string 9 years ago
Fabian Reinartz c8438cfc81 Add mutex profiling to benchmark 9 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 9 years ago
Fabian Reinartz 10c7c9acbe Adjust import names to new repository organisation 9 years ago
Goutham Veeramachaneni 761e4768f3
Lint and Vet Fixes 9 years ago
Fabian Reinartz 87805fb83f Remove Partitioned* code 9 years ago
Fabian Reinartz cc0a7c8279 Create alloc and inuse space heap profile 9 years ago
Fabian Reinartz ffb24a98f4 Add missing unlock, run debug endpoint in benchmark 9 years ago
Fabian Reinartz db5c88ea9a Misc compaction fixes 9 years ago
Fabian Reinartz b281e4e39b Accept prometheus.Registerer in constructor 9 years ago
Fabian Reinartz a3b47c4929 Create default logger for DB 9 years ago
Fabian Reinartz 9c7a88223e Add full encode/decode WAL cycle test 9 years ago
Fabian Reinartz 79944a5912 Break out WAL into segment files 9 years ago
Fabian Reinartz 9c76624df2 Add initial retention cutoff 9 years ago
Fabian Reinartz 012cf4ef25 Count writer references on head blocks 9 years ago
Fabian Reinartz 5a1c8eaa0e Fix missing appends after reference lookups 9 years ago