Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 733 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 733 Bytes

StatsD backend for StatsD

Overview

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

Disclaimer

This backend is most probably redundant now since statsd now has a repeater backend which effectively serves the same purpose (relay stats to another server). Please let me know your thoughts on this.

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