This is awesome work!
Before I stumbled on this, I was working on
- adding ScopeManager interface to opentracing-javascript
- implement ScopeManager with async_hook and async-hook-jl
- implement ScopeManager with Zone.js
- implementing tracing for http.Server
- implementing tracing for http client
- implementing tracing for pg
- implementing tracing for aws-sdk
It looks like (2), (5), and (6) have already been worked on by this project.
I'd like to continue with the great work being done for OT JS.
I think this library should be split up into:
- async-hook-opentracing
- dd-trace-js
- nodejs-opentracing
- mysql-opentracing
- plugins/mysql
- plugins/mysql2
- pg-opentracing
Thoughts?
This is awesome work!
Before I stumbled on this, I was working on
It looks like (2), (5), and (6) have already been worked on by this project.
I'd like to continue with the great work being done for OT JS.
I think this library should be split up into:
Thoughts?