0.2.2 • Published 6 years ago

riemann-statsd-backend v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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
  }
}
0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago