prometheus/storage
Matt Proud 7f0d816574 Schedule the background compactors to run.
This commit introduces three background compactors, which compact
sparse samples together.

1. Older than five minutes is grouped together into chunks of 50 every 30
   minutes.

2. Older than 60 minutes is grouped together into chunks of 250 every 50
   minutes.

3. Older than one day is grouped together into chunks of 5000 every 70
   minutes.
2013-05-07 17:14:04 +02:00
..
metric Schedule the background compactors to run. 2013-05-07 17:14:04 +02:00
raw Implement batch database sample curator. 2013-04-27 17:38:18 +02:00
interface.go Implement batch database sample curator. 2013-04-27 17:38:18 +02:00