dd-trace-js
                                
                                
                                
                                    dd-trace-js copied to clipboard
                            
                            
                            
                        JavaScript APM Tracer
### What does this PR do? In #2249 (shipped in 2.12.2), changes were made to instrument more of the Restify pipeline by enhancing a `wrapFn` call. However, this PR created...
This is an experiment to see if we can easily support http2 server instrumentation for the compatibility-mode interface.
### What does this PR do? Refactor broker plugins with new tracing base plugin. ### Motivation Continuation of #2373
### What does this PR do? This PR allows all of the sirun-based benchmarks to be run in a docker container using the latest three even versions of Node.js. To...
In the Postgres plugin, would be great if we could add the Connection's Process ID as a Span Tag. This would make it a lot easier for us to correlate...
**Expected behaviour** I'm trying to add the dd-trace library to our Node.js express application, which is written in Typescript and build using Webpack. I followed these docs: https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/nodejs/?tab=otherenvironments#instrument-your-application I expect...
### What does this PR do? ### Motivation ### Plugin Checklist - [ ] Unit tests. - [ ] TypeScript [definitions][1]. - [ ] TypeScript [tests][2]. - [ ] API...
### What does this PR do? Adds the new Remote Config client, that subscribes to products and receive configuration update for those products. It also includes the first use case:...
Hi, thanks for the useful library. This is more of a question than a feature request / bug. We are using `tracer.inject` to propagate the span context to a sub-process...
**Expected behaviour** All cached instances of agent URL/hostname must be updated after `tracer.setUrl()` call **Actual behaviour** ```js // implicitly sets agent URL to `127.0.0.1:8126` tracer.init(); // Will update the trace...