1151 Commits (a0457829ee62aaf9ca8dee2c6df198ba1dc9a622)
 

Author SHA1 Message Date
Bjoern Rabenstein 5a128a04a9 Major reorganization of the storage. 10 years ago
Bjoern Rabenstein e7cb9ddb9f Use a sync.pool for the staging buffer in codec.go. 10 years ago
Bjoern Rabenstein 4770cf76a4 Make index package more self-contained. 10 years ago
Bjoern Rabenstein 89f10e8eb2 Move to using the standard library interfaces for encoding/decoding. 10 years ago
Bjoern Rabenstein af77d5ef0b Added a few missing implementations in index.go. 10 years ago
Bjoern Rabenstein 70e4837650 Cut v0.8.0. 10 years ago
Bjoern Rabenstein e0a6cb281e Fix the accept header. 10 years ago
Julius Volz cca7ebe906 Some more cleanups / obsolete code removals. 10 years ago
Julius Volz 7e85711df0 Beginnings of a tiered index implementation. 10 years ago
Julius Volz 8dfaa5ecd2 Remove use of freelists for chunk bufs. 10 years ago
Julius Volz 7b35e0f0b8 Use constants from math package instead of literals. 10 years ago
Julius Volz 15929eece2 Unpin any already loaded chunks upon preloading error. 10 years ago
Julius Volz fd01d07589 Check that chunk buffer length fits in 16 bit. 10 years ago
Bjoern Rabenstein 1ca7f24137 Remove float diff tolerance altogether. 10 years ago
Bjoern Rabenstein d742edfe0d Fix precision loss. 10 years ago
Bjoern Rabenstein dc2e463a97 Improvements after review. 10 years ago
Bjoern Rabenstein 52c9dc43a3 Improve testing. 10 years ago
Julius Volz 3b25867d61 Add chunk persistence tests, fix storage tests. 10 years ago
Bjoern Rabenstein ecdf5ab14f Index-persistence switched from gob to a hand-coded solution. 10 years ago
Julius Volz e7ed39c9a6 Initial experimental snapshot of next-gen storage. 10 years ago
Julius Volz 134bd8fe34 Format changelog properly. 10 years ago
Brian Brazil 5edf689133 Stagger scrapes to spread out load. 10 years ago
Julius Volz 1aee992800 Prometheus version 0.7.0. 10 years ago
Julius Volz c6e9f085a3 Update used Go version to 1.3. 10 years ago
Julius Volz 85497e3f38 Add function to drop common labels in a vector. 10 years ago
Julius Volz 3fdb74e571 Add more topk() / bottomk() tests. 10 years ago
Julius Volz c582ae73c2 Implement topk() and bottomk() functions. 10 years ago
Bjoern Rabenstein 1909686789 Make metrics exported by the Prometheus server itself more consistent. 10 years ago
Brian Brazil 4a2b96f848 Remove backoff on scrape failure. 10 years ago
Julius Volz 00b9489f1c Fix time() behavior. 10 years ago
Julius Volz c5984f1818 Add abs() and over-time aggregation functions. 10 years ago
Julius Volz 1bb7074fec Fix HTTP connection leak upon non-OK status. 10 years ago
Brian Brazil 144d5bb9fd Add 'tmpl', a 'template' for non-string literal names. 10 years ago
Brian Brazil f525ca5d9e Let consoles get graph links from experssions. 10 years ago
Brian Brazil eba205fcac Expose path used to get to console to console. 10 years ago
Johannes 'fish' Ziemke aed1d384a9 Build prometheus tools as well 10 years ago
Brian Brazil eb5d928da7 Fix console handler. 10 years ago
Bjoern Rabenstein bacc31d5cc Remove work-around that required copying all bytes of a scrape. 10 years ago
Julius Volz 74de633a3a Prometheus version 0.6.0. 10 years ago
Julius Volz 80b3d3bf34 Speed up disk flushes by removing unnecessary sort. 10 years ago
Julius Volz 21cafe6cd7 Only evict memory series after they are on disk. 10 years ago
Bjoern Rabenstein 8956faeccb Migrate to new client_golang. 10 years ago
Bjoern Rabenstein 814e479723 Treat non-200 HTTP response as error. 10 years ago
Brian Brazil e27447da5c Remove the broken "User Dashboard" link. 10 years ago
Brian Brazil 2f76f434a5 Add humanizeDuration function. 10 years ago
Brian Brazil 960ede66dc Use html/template for console templates and add template libary support. 10 years ago
Brian Brazil 0f5874ff97 Make Prometheus in header link to status page. 10 years ago
Brian Brazil cd3592aebc Add title and match functions. 10 years ago
Brian Brazil 1828b1f55c Only log every query when debugging. 10 years ago
Brian Brazil 9b74324d9e Add functions for regex replacement, sorting and humanizing. 10 years ago