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);

/fh-internal-stats/

    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