monitorama / hackathon

Hackathon-related code and documentation
16 stars 0 forks source link

Migration tool for Graphite metrics #33

Closed obfuscurity closed 11 years ago

obfuscurity commented 11 years ago

Create a script or tool that makes it easy to move data from one whisper file to another. Ideally this would read from a whisper file directly or a Graphite query and submit the data to a remote Carbon listener.

jssjr commented 11 years ago

I'd like to explore this in the context of managing a cluster of carbon nodes using consistent hashing.

philipcristiano commented 11 years ago

Reads from a directory of whisper files and replays non-null values into carbon https://github.com/philipcristiano/whisper2graphite

obfuscurity commented 11 years ago

@philipcristiano :boom::cake::zap::+1: