It would be interesting to include a DTrace provider and some probes to express, in a similar way as it is already implemented in other frameworks such as resitfy:
- 'route-start': // server_name, route_name, id, method, url, headers (json)
- 'handler-start': // server_name, route_name, handler_name, id
- 'handler-done': // server_name, route_name, handler_name, id
- 'route-done': // server_name, route_name, id, statusCode, headers (json)
Express users could take advantage of these probes in DTrace-enabled operating systems (OSX, Solaris, SmartOS, Oracle Linux, BSD...).
Are you open to contributions in this line?
It would be interesting to include a DTrace provider and some probes to express, in a similar way as it is already implemented in other frameworks such as resitfy:
Express users could take advantage of these probes in DTrace-enabled operating systems (OSX, Solaris, SmartOS, Oracle Linux, BSD...).
Are you open to contributions in this line?