opentracing-auto icon indicating copy to clipboard operation
opentracing-auto copied to clipboard

Out of the box distributed tracing for Node.js applications with OpenTracing.

Results 10 opentracing-auto issues
Sort by recently updated
recently updated
newest added

when use http reporter, will lead circle loop report. httpClient plugin will on req and res event, http reporter request will be listen too, so once report send http, will...

I added a 5 second delay to the server1 example in jaeger-node, and then did a few simultaneous requests. All child spans showed up as children of the first request,...

When using this package with npm audit 1 vulnerability is found because of the version of the lodash package.

This new version allows for multiple versions of `require-in-the-middle` to be present in the same dependency-tree without interfering. Previously the last one to be called would win.

Hello. Thank you for creating this package, it has been a big help for us. Been using this (in prod 😅) for a while. After we updated to Node 10...

There is this disclaimer: "do not use in production!" What is missing to use it in production from your point of view? From browsing through the code it looks promising...

Are there any plans to support older Node versions? While I generally agree that using the latest LTS for applications is definitely recommended, I think libraries should always support older...