tx2
Metrics, Issues, Actions, Events reporting library
Last updated 4 years ago by tknew .
MIT · Original npm · Tarball · package.json
$ cnpm install tx2 
SYNC missed versions from official npm registry.

tx2

Report Events, Metrics, Issues, Actions to PM2 and PM2.io.

const tx2 = require('tx2')

let body = { calories : 20 }
tx2.metric('burnt calories', () => body.calories)

tx2.action('lift weights', (cb) => {
  cb({ success: true })
})

Check API.md for full API doc.

Once you have created some metrics:

$ pm2 start app.js

Then run:

# Inspect primitive reported
$ pm2 show app

or go to pm2.io for web based interface + insights creation.

More

Generate documentation:

$ npm run doc

License

MIT

Current Tags

  • 1.0.5                                ...           latest (4 years ago)

3 Versions

  • 1.0.5                                ...           4 years ago
  • 1.0.4                                ...           5 years ago
  • 1.0.3                                ...           5 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |