All Projects → tj → Node Trace

tj / Node Trace

Sysdig tracer support for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

node-trace

Node tracing library for Sysdig's fantastic tracers.

Installation

$ npm install --save tj/node-trace

Example

Wrap some code with trace calls:

const t = new Trace('some-unique-id')
t.start('request')
await request(...)
t.stop('request')

View with csysdig:

$ sudo csysdig -v spectro_traces

Profit:

Links

Badges

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].