The code demoed on slide 16 can be found here: https://github.com/watson/talks/tree/master/2016/04%20SFNode/example-app
This talk covers different approaches of instrumenting a Node.js application. If applied correctly, instrumentation will allow you to discover bottlenecks or track and log application usage - even in production, without sacrificing performance.
Part one will cover the current state of tracing and instrumentation. In part two we’ll take a look at the next-gen core tracing API's being developed under the Node.js Tracing Working Group.