Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

bernd/statsd-kairosdb-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StatsD KairosDB backend

This StatsD backend publishes stats to a KairosDB database instance.

CAVEAT

This has not been used in production and I'm not sure if I understand KairosDB correctly yet. So 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']
}

About

KairosDB backend for StatsD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published