concurix
Alpha Preview of the new Concurix Node.js tracer.
This preview is designed to showcase the new Waterfall visualization feature coming soon to Concurix.
Please visit http://waterfall-preview.concurix.com to get started!
API
Before any other require statements in your main entry code, require("concurix")
to install the instrumentation, and provide your account key. You can get an account key at Concurix.com.
var concurix = require("concurix")({
accountKey: "<<YOUR ACCOUNT KEY>>",
})
var concurix = require("concurix")(options)
Instrument your code base and start sending trace data to Concurix.
Documentation Coming Soon!!
For more information, see Concurix.com
LICENSE
Concurix Terms of Service