Skip to content

aikoven/riemann-statsd-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Riemann backend for StatsD

Resources

Stars

Watchers

Forks

Packages

No packages published