mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
This adds a basic compactor that will merge two persisted blocks into one. It simply fully rewrites the index and concatenates the chunk lists. It just writes into the current working dir and doesn't properly handle which blocks to compact for now. |
||
---|---|---|
.. | ||
bstream.go | ||
chunk.go | ||
chunk_test.go | ||
xor.go |