gstatsd
gstatsd copied to clipboard
Support SSL Encryption when talking to carbon
https://github.com/bearstech/gstatsd/blob/master/gstatsd/sink.py contains a patch to talk ssl with carbon which is a great first step when you want to secure your statistics gathering.
This still requires patching carbon with stunned to get encrypted communications, but at least it doesn't require patching on this side too.
Please merge!