Roch Devost

Results 33 issues of Roch Devost

I was just wondering what are the plans for the future of this project. Will it continue on its own or merge with OpenTelemetry?

question

In order for distributed tracing to work properly across languages/libraries, the format of messages in the different carrier formats should be consistent. I have drafted a [specification](https://github.com/rochdev/datadog-tracer-spec) for my [JavaScript...

Right now the only way to use the Joi middleware is to pass a configuration to the router. It would be more flexible to be able to use the middleware...

help wanted

Is there any plan to support [Istio](https://istio.io/)? Since this is an official Google project with built-in Kubernetes integration and it comes with its own ingress controller, I think it would...

### What does this PR do? Drop support for Node 12. I also moved `@types/node` to dev dependencies since the library is fairly large, and users of TypeScript should already...

breaking-change
semver-major

### What does this PR do? Remove documentation about event emitter scope binding. I also removed documentation for binding promises since this should never be needed at this point and...

docs
semver-major

### What does this PR do? Add guide for migrating from 2.x to 3.0. ### Motivation 3.0 is around the corner.

docs
semver-major

### What does this PR do? Add a new internal tracer to be used by auto-instrumentation. ### Motivation The API that is exposed by dd-trace does a lot of conversion...

### What does this PR do? Re-implement the logger with diagnostics channel. ### Motivation This will enable us to send logs as events to diagnostics channels instead of calling the...

core

Update compatibility information for dd-trace-js 3.0 release. ### What does this PR do? Update compatibility information for dd-trace-js 3.0 release. This includes dropping support for Node 12 and documenting our...

tracing
security_platform
profiler