Skip to content

dynmeth/statsd-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A backend for StatsD to emit stats to another StatsD service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published