riemann-statsd-backend

0.2.2 • Public • Published

Riemann StatsD Backend

Sends StatsD stats on each flush to Riemann.

Installation

$ npm install riemann-statsd-backend

Configuration

// config.js
{
  "backends": ["riemann-statsd-backend"],
 
  "riemann": {
    "host": "127.0.0.1",
    "port": 5555,
    "transport": "udp",  // "udp" or "tcp"
    "tags": ["some", "tags"],
    "ttl": 60  // ttl seconds, optional
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i riemann-statsd-backend

Weekly Downloads

0

Version

0.2.2

License

MIT

Unpacked Size

97 kB

Total Files

14

Last publish

Collaborators

  • aikoven