StatsD Warp 10 publisher backend
- This is a pluggable backend for StatsD, which publishes stats to Warp 10 (https://warp10.io/).
- npm install https://github.com/senx/statsd-warp10-backend/
- You have to give basic information about your Warp10 server to use
{ warpHost: 'HOST'
, warpPath: 'path'
, token: 'yourtoken'
, className: "statsd.testing"
, bufferSize: 100
, backends: [ "statsd-warp10-backend" ]
}
- This will create/update your data on your Warp 10 instance. Classname corresponds 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]