Commit Graph

70 Commits (d5d7a097e139465fc4c3c24fcfc87a6ead9f39e5)

Author SHA1 Message Date
Simon Pasquier d5d7a097e1 Update Makefile.common
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
Brian Brazil 915d7cf937
Add a tsdbutil command to analyse churn etc. (#478)
6 years ago
Ben a8351dc9d0 Using filepath.Join() instead of strings with slashes (#428)
6 years ago
Martin Chodur dbd765a0e3 Refactor Makefile to use Makefile.common (#324)
6 years ago
Julius Volz 5ae6c60d39 Handle a bunch of unchecked errors (#365)
6 years ago
Krasi Georgiev 2aae939d6c
Merge pull request #256 from mattbostock/fix_bench_default_file
7 years ago
Martin Chodur 30ca799ca7
feat cmd/tsdb: added human readable print for timestamps on block list
7 years ago
Matt Bostock 793c1078dd bench: Fix path to default sample file
7 years ago
Callum Styan bcde61b237 we shouldn't assume we'll receive the labels in sorted order
7 years ago
Callum Styan 8326e410d0 decouple tsdb main.go (and tests) from prometheus/pkg
7 years ago
Fabian Reinartz d226411a2a db: delete old blocks during reload
7 years ago
Fabian Reinartz 6a10761b50 Remove GetTabWriter from tsdb package
7 years ago
Fabian Reinartz 91a154d228 Fix block printing in cmd/main
7 years ago
Bas Harenslak a41dad30fb Move printing db.blocks to main.go
7 years ago
Bas Harenslak 9945a67bff Replace columnize by stdlib tabwriter
7 years ago
Bas Harenslak e190c7c78d Add list blocks command to CLI
7 years ago
Fabian Reinartz 162a48e4f2 Create series with ID recorded in WAL when reading it back
7 years ago
Fabian Reinartz 99d39174f6 Merge branch 'master' of github.com:prometheus/tsdb
7 years ago
Fabian Reinartz 8214dc82a7 Remove infinite block in benchmark
7 years ago
Fabian Reinartz e45bb1d328 Merge pull request #142 from krasi-georgiev/107-swap-cobra-with-kingpin
7 years ago
Krasi Georgiev 92d0414993 replaced cobra with kingpin
7 years ago
Fabian Reinartz 6892fc6dcb Finish old WAL segment async, default to no fsync
7 years ago
Fabian Reinartz c36d574290 Replace single head lock with granular locks
7 years ago
Fabian Reinartz 3951d8cc29 Fix selection of compactable blocks
7 years ago
Fabian Reinartz 9c4235532e Fix compaction selection after creating new heads
7 years ago
Goutham Veeramachaneni 9a2ab732b5 Choose ranges by retention and min-block-duration
7 years ago
Fabian Reinartz 05e411a8eb Improve heuristic to spread chunks across block
8 years ago
Fabian Reinartz 39df7e2bba Switch blocks to ULID directories, drop sequenc numbers
8 years ago
Fabian Reinartz 285bc07030 Switch append refs to string
8 years ago
Fabian Reinartz c8438cfc81 Add mutex profiling to benchmark
8 years ago
Fabian Reinartz 778103b450 Add liecence file and headers
8 years ago
Fabian Reinartz 10c7c9acbe Adjust import names to new repository organisation
8 years ago
Goutham Veeramachaneni 761e4768f3
Lint and Vet Fixes
8 years ago
Fabian Reinartz 87805fb83f Remove Partitioned* code
8 years ago
Fabian Reinartz cc0a7c8279 Create alloc and inuse space heap profile
8 years ago
Fabian Reinartz ffb24a98f4 Add missing unlock, run debug endpoint in benchmark
8 years ago
Fabian Reinartz db5c88ea9a Misc compaction fixes
8 years ago
Fabian Reinartz b281e4e39b Accept prometheus.Registerer in constructor
8 years ago
Fabian Reinartz a3b47c4929 Create default logger for DB
8 years ago
Fabian Reinartz 9c7a88223e Add full encode/decode WAL cycle test
8 years ago
Fabian Reinartz 79944a5912 Break out WAL into segment files
8 years ago
Fabian Reinartz 9c76624df2 Add initial retention cutoff
8 years ago
Fabian Reinartz 012cf4ef25 Count writer references on head blocks
8 years ago
Fabian Reinartz 5a1c8eaa0e Fix missing appends after reference lookups
8 years ago
Fabian Reinartz 30efe4a58c Support writing to multiple head blocks
8 years ago
Fabian Reinartz c20cc44b06 Add docs, write sequence number to meta.json
8 years ago
Fabian Reinartz 5fb01d41aa Use new Prometheus text format parser
8 years ago
Fabian Reinartz fde69dab49 Use buffer pool for head appenders
8 years ago