staty
v1.0.3
Published
statsd client for nodejs ========================
Downloads
6
Readme
statsd client for nodejs
simple statsd client for nodejs
staty = require 'staty'
statsd = staty server, port
statsd.timing 'foo.bar', 123
statsd.increment 'users'
statsd.decrement 'todos'