This package has been deprecated

Author message:

This module has been deprecated and replaced by npm.im/concurix

module-stats

0.7.6 • Public • Published

This module has been deprecated and replaced with the Concurix Node.js tracer module

module-stats

This is a utility library used by concurix-monitor. We suggest you check out that library as it will automatically apply this wrapper with logic for integration with the Concurix service.

NPM

Build Status

API

wrap(name:String, mod:Object, opts:Object)

Initializes a tracer for an individual module mod with name (typically the name used in the invocation of require).

The following options are suported:

  • accountKey your account key, data is collected and analyzed per account key
  • archiveInterval time in milliseconds for sending data to the cloud for analysis and visualization. Defaults to 60000 for NODE_ENV=production, 2000 (2 seconds) otherwise.

blacklist(mod:Object)

Blacklists the given object, so that no tracing is performed.

reset()

Stops tracing, clears any cached data, and starts again.

start()

Starts tracing any wrapped objects.

stop()

Stops tracing.

LICENSE

MIT

Package Sidebar

Install

npm i module-stats

Weekly Downloads

2

Version

0.7.6

License

MIT

Last publish

Collaborators

  • alexgo
  • bryce