saz / statsd-backend

A backend for StatsD to emit stats to another StatsD service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatsD backend for StatsD

Overview

This is a pluggable backend for StatsD, which publishes stats to another StatsD service.

Installation

npm install statsd-backend

Configuration

You have to give basic information about your other StatsD server to use

{ statsdHost: 'localhost'
, statsdPort: 5672
}

Dependencies

Development

About

A backend for StatsD to emit stats to another StatsD service

License:MIT License


Languages

Language:JavaScript 100.0%