New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrating node.js APM configuration #16219
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
| Whether to enable the tracer. | ||
| : **Configuration**: N/A<br> | ||
| **Default**: `true`<br> | ||
| Whether to enable dd-trace. Setting this to `false` will disable all features of the library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably have a discussion about if it's confusing to document both DD_TRACE_ENABLED and DD_TRACING_ENABLED. Can we make a different env var for the global disable to make the distinction clearer and deprecate this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I think an explanation of "this is different from DD_TRACE_ENABLED, which does X, whereas this does Y" would be a first step.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eaa8df3
to
1f4c332
Compare
1f4c332
to
7ee135b
Compare
What does this PR do?
Motivation
Preview
https://docs-staging.datadoghq.com/tlhunter/migrate-nodejs-config/tracing/trace_collection/library_config/nodejs
Additional Notes
Reviewer checklist