Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
387 contributions in the last year
Activity overview
Contribution activity
October 2020
- bengl/undici JavaScript
Created a pull request in DataDog/dd-trace-js that received 4 comments
wrap emitter prototypes instead of instances where possible
What does this PR do? We can wrap methods on prototypes of EventEmitter subclasses in order to more quickly bind their instances. Right now, only d…
- skip browser test for setUrl
- allow setting agent url after initialization
- allow agent url to be a promise in config
- wrap end on prototype instead of instances
- pin codecov version
- pass all arguments through in mysql callbacks
- use undici, for a faster HTTP implementation
- Span Creation Optimizations
- add a noop span around logging
- avoid C++ calls in some hot paths
- fix ingestion rate limiter drifting on interval change
- fix memory leak in the async_local_storage scope manager
- add scope manager that uses the execution async resource for propagation
- fix instrumented functions missing symbols from the original
- add native addons support for node 15
- add official support for tracing without limits
- fix old versions of mongoose losing the asynchronous context
- v0.27.0
- fix performance regression in the agent exporter
- add support for changing the pg service name based on connection params
- disable debug metrics by default
- fix graphql resolve span duration not accounting for wall time
- fix logging of dropped traces not including the trace
- update agent exporter to always use 0.4 endpoint by default
- update profiler to not use any promises
Created an issue in nodejs/undici that received 1 comment
HTTP response mocking use case
I recently started porting a codebase over to using undici, but the tests for this codebase make heavy use of nock. Since undici does not use requi…