316 Commits (750e438ebb11f0d46e3a8c40ffed24ac3c1fa760)

Author SHA1 Message Date
Fabian Reinartz 285bc07030 Switch append refs to string 8 years ago
Shashank Varanasi dea60bb553 Fix malformed uname string (#2727) 8 years ago
Fabian Reinartz c8438cfc81 Add mutex profiling to benchmark 8 years ago
Shashank Varanasi 61235fd851 Print system information (uname) at Prometheus startup (#2709) 8 years ago
Frederic Branczyk c50a3eccce
prometheus: default max-block-duration to 10% of retention 8 years ago
Michal Witkowski 4177c35eba Fixup sighup for P2 TSDB init #2699 8 years ago
Fabian Reinartz 9b175d48cb Add flag to disable TSDB lock file 8 years ago
Matt Layher 283756c503 Initial commit of 'promtool check-metrics', promlint package (#2605) 8 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 8 years ago
Fabian Reinartz 757cba7c31 cmd/prometheus: Undo GOGC adjustment 8 years ago
beorn7 f20b84e816 flags: Improve doc strings for checkpoint flags 8 years ago
Fabian Reinartz 10c7c9acbe Adjust import names to new repository organisation 8 years ago
Goutham Veeramachaneni f27ce34a13
Use Registerer to Register All Metrics 8 years ago
Goutham Veeramachaneni 0d0c9d5440
Move Registerer to Config Struct in Notifier 8 years ago
beorn7 434ab2a6a3 storage: Evict chunks and calculate persistence pressure based on target heap size 8 years ago
beorn7 96a303b348 storage: Use staleness delta as head chunk timeout 8 years ago
beorn7 04ccf84559 main.go: Set GOGC to 40 by default 8 years ago
Julius Volz 8fda83ea12 Make rules only read local data 8 years ago
Julius Volz 406b65d0dc Rename remote.Storage to remote.Writer 8 years ago
Julius Volz 02395a224d [WIP] Remote Read 8 years ago
Goutham Veeramachaneni 761e4768f3
Lint and Vet Fixes 8 years ago
Fabian Reinartz b586781283 *: update tsdb vendoring and add retention flag 8 years ago
Fabian Reinartz 87805fb83f Remove Partitioned* code 8 years ago
Goutham Veeramachaneni f35816613e
Refactored Notifier to use Registerer 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 4397b4d508 *: pass Prometheus registry into storage 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
Julius Volz beb3c4b389 Remove legacy remote storage implementations 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 ea3ba338dd main: add flags for new storage 8 years ago
Fabian Reinartz 012cf4ef25 Count writer references on head blocks 8 years ago
Fabian Reinartz 5772f1a7ba retrieval/storage: adapt to new interface 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 035976b275 retrieval: handle not found error correctly 8 years ago
Fabian Reinartz 5fb01d41aa Use new Prometheus text format parser 8 years ago
Bartek Plotka 579e33f19a Fixed style issues. 8 years ago
Bartek Plotka d7febe97fa Fixed regression in -alertmanager.url flag. Basic auth was ignored. 8 years ago
Fabian Reinartz ad9bc62e4c storage: extend appender and adapt it 8 years ago
Fabian Reinartz fde69dab49 Use buffer pool for head appenders 8 years ago
Fabian Reinartz a317f252b9 Expose series references to clients 8 years ago
Fabian Reinartz 80affd98a8 Add barrier to benchmark writer 8 years ago
Fabian Reinartz c32a94d409 Unexport HeadBlock, export Block interface 8 years ago
Fabian Reinartz d86e8a63c7 Report correct number of appended samples 8 years ago