Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 448 Bytes

statsd.md

File metadata and controls

26 lines (20 loc) · 448 Bytes

StatsD

Installation

  • Clone statsd

    $ git clone https://github.com/etsy/statsd.git
    $ cd statsd
    $ npm install -l
    
  • Configuration Create a config file from exampleConfig.js and put it somewhere.

    $ cp exampleConfig.js config.js
    $ vi config.js
    
  • Start the daemon

$ node stats.js ./config.js

examples/statsd-config.js