fh-internal-stats

0.1.0 • Public • Published

fh-internal-stats

Stats client for tracking internal timings in components

Usage

var stats = require('fh-internal-stats)({ host : 'localhost', // statsd host port : '8145' // statsd port });

var stat = stats.gauge("example"); setTimeout(function(){ // 1 second "example" timer stat.end(); }, 1000);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1
  • 0.0.4
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i fh-internal-stats

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • feedhenry
  • feedhenry-dev
  • grdryn