Hey,
we are building Trace, a Node.js monitoring platform.
For that, we'd like to instrument rethinkdb as well. We would need to access the Connection class from the net module. Is it something you would accept a PR for?
The change would be only this:
// net.coffee
module.exports.Connection = Connection
// rethinkdb.coffee
module.exports.net = net
Thanks,
Gergely