You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: