api documentation for node-statsd (v0.1.1)

node client for Etsy'd StatsD server

table of contents

  1. module node-statsd
    1. function node-statsd (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)
    2. function node-statsd.StatsD (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)
    3. object node-statsd.StatsD.prototype
  2. module node-statsd.StatsD
    1. function node-statsd.StatsD (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)
  3. module node-statsd.StatsD.prototype
    1. function node-statsd.StatsD.prototype.close ()
    2. function node-statsd.StatsD.prototype.decrement (stat, value, sampleRate, tags, callback)
    3. function node-statsd.StatsD.prototype.gauge (stat, value, sampleRate, tags, callback)
    4. function node-statsd.StatsD.prototype.histogram (stat, value, sampleRate, tags, callback)
    5. function node-statsd.StatsD.prototype.increment (stat, value, sampleRate, tags, callback)
    6. function node-statsd.StatsD.prototype.send (stat, value, type, sampleRate, tags, callback)
    7. function node-statsd.StatsD.prototype.sendAll (stat, value, type, sampleRate, tags, callback)
    8. function node-statsd.StatsD.prototype.set (stat, value, sampleRate, tags, callback)
    9. function node-statsd.StatsD.prototype.timing (stat, time, sampleRate, tags, callback)
    10. function node-statsd.StatsD.prototype.unique (stat, value, sampleRate, tags, callback)

module node-statsd

function node-statsd (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)

function node-statsd.StatsD (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)

module node-statsd.StatsD

function node-statsd.StatsD (host, port, prefix, suffix, globalize, cacheDns, mock, global_tags)

module node-statsd.StatsD.prototype

function node-statsd.StatsD.prototype.close ()

function node-statsd.StatsD.prototype.decrement (stat, value, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.gauge (stat, value, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.histogram (stat, value, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.increment (stat, value, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.send (stat, value, type, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.sendAll (stat, value, type, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.set (stat, value, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.timing (stat, time, sampleRate, tags, callback)

function node-statsd.StatsD.prototype.unique (stat, value, sampleRate, tags, callback)

[ this document was created with utility2 ]