A node.js client for graphite.
npm install graphite
Sending data:
vargraphite=require('graphite');varclient=graphite.createClient('plaintext://graphite.example.org:2003/');varmetrics={foo: 23};client.write(metrics,function(err){// if err is null, your data was sent to graphite!});- More docs
Licensed under the MIT license.
