Commit Graph

1160 Commits (0939e21c93a8c764a5c64612004d242e349bd897)
 

Author SHA1 Message Date
Bjoern Rabenstein e9ff29c547 Comment/code cleanup.
10 years ago
Bjoern Rabenstein 0031a448e2 Add WaitForIndexing.
10 years ago
Bjoern Rabenstein c7aad110fb Add an indexing queue and batch the ops.
10 years ago
Bjoern Rabenstein 71206dbc06 More code cleanups.
10 years ago
Julius Volz f0d5d4bda3 Fix bug around index purging.
10 years ago
Julius Volz 630b5a087a Also consider on-disk fingerprints during purge.
10 years ago
Bjoern Rabenstein f5f9f3514a Major code cleanup.
10 years ago
Bjoern Rabenstein 3592dc2359 Implement series eviction.
10 years ago
Bjoern Rabenstein bbf49200ab Implement methods in persistence.go.
10 years ago
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