Skip to content

Include DTrace probes #2191

@palmerabollo

Description

@palmerabollo

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions