This is a pluggable backend for StatsD, which publishes stats to OpenTSDB (http://opentsdb.net)
npm install statsd-opentsdb-backend
You have to give basic information about your OpenTSDB server to use
{ opentsdbhost: 'localhost'
, opentsdbPort: 4242
}
- none
Version 0.1.0 is a minimum viable product that puts metrics to OpenTSDB with one tag (source=statsd).
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