POSTS Data in JSON List format to an HTTP Backend
npm install statsd-graphite-http-backend
In config.js:
{
backends: [ "statsd-graphite-http-backend" ],
api_key: 'YOUR CONFIGURED API KEY',
bridgeURL: 'http://GRAPHITE_SERVER:HTTP_PORT/publish/'
}
Should work with both Backstop and Graphite HTTP Bridge
Now with HTTPS support, thanks Colin Jones (colinjonesx)