-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
Description
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
- scope
- dd-trace-js
- tracer
- everything else
- nodejs-opentracing
- plugins/http
- mysql-opentracing
- plugins/mysql
- plugins/mysql2
- pg-opentracing
- plugins/pg
Thoughts?
crccheck