Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS TLS library #292

Closed
maxmil7 opened this issue Dec 23, 2020 · 0 comments
Closed

NodeJS TLS library #292

maxmil7 opened this issue Dec 23, 2020 · 0 comments

Comments

@maxmil7
Copy link

maxmil7 commented Dec 23, 2020

Is your plugin request related to a problem? Please describe.
It would be good to autoinstrument functions in NodeJS TLS library to capture granular information related to establishing secure socket connections

For eg. The plugin can wrap the tls.connect API to create a span whenever a TLS handshake is successfully completed

When this plugin is combined with the https, dns and Net plugins it will be possible to get detailed trace information for an outgoing https request such as the type of the request, dns lookup time, socket connect time and TLS handshake time

Is it applicable for Node or Browser or both
NodeJS

Do you expect this plugin to be commonly used
Since this would autoinstrument core functionality, I believe it would be commonly used

What version of plugin are you interested in using
Versions:

Additional context

  • Is there a reference you could point for the well-defined lifecycle methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants