StatsD Warp10 publisher backend
- This is a pluggable backend for StatsD, which publishes stats to Warp10 (https://home.cityzendata.net/quasar/signin).
- You have to give basic information about your Warp10 server to use
{ warpHost: 'warp.cityzendata.net'
, warpPath: 'path'
, token: 'yourtoken'
, className: "statsd.testing"
, bufferSize: 100
, backends: [ "statsd-warp10-backend" ]
}
- This will create/update your data on your account cityzen data. Classname correspond to the prefix of each GTS created by statsd, buffersize isn't implemented yet.
- If you want to contribute:
- Clone your fork
- Hack away
- If you are adding new functionality, document it in the README
- Push the branch up to GitHub
- Send a pull request
- contact : [email protected]