I have a HapiJS server running with a variety of plugins and modules used throughout. Sometimes API calls take longer than I would expect and I'm looking to instrument the code to be able to get a timing breakdown of what downstream service/call is taking up all the time.
What options are there for doing this in an on-demand fashion? Something similar to this mojito-waterfall?