statsd-kairosdb-backend

0.0.2 • Public • Published

StatsD KairosDB backend

This StatsD backend publishes stats to a KairosDB database instance.

CAVEAT

This has not been used in production yet! Please be careful!

Installation

$ cd /path/to/statsd
$ npm install statsd-kairosdb-backend

Configuration

You can configure the following settings in your StatsD config file.

{
  kairosdb: {
    host: 'localhost',
    port: 4242,
    reconnectInterval: 1000
  }
}

Activation

Add the statsd-kairosdb-backend to the list of StatsD backends in the config file and restart the StatsD process.

{
  backends: ['./backends/graphite', 'statsd-kairosdb-backend']
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i statsd-kairosdb-backend

Weekly Downloads

2

Version

0.0.2

License

BSD

Last publish

Collaborators

  • bernd