graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05286
Re: [Question #258030]: adding whisper directory with historic data
Question #258030 on Graphite changed:
https://answers.launchpad.net/graphite/+question/258030
gamepin126 posted a new comment:
I ran into this recently, and took the naive approach of assuming that
incoming metrics will create the necessary wsp files. So all I need to
do is backfill files that exist. I moved the old data to /tmp/whisper
and scp'd a full copy across every machine in the cluster.
This is ran on every machine:
for i in $(carbon-list -d /tmp/whisper -C old | carbon-path); do echo
$i; whisper-fill /tmp/whisper/$i /opt/graphite/storage/whisper/$i; done;
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.