-
Notifications
You must be signed in to change notification settings - Fork 312
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
implement OTEL env var support for dd-trace-js #4248
Conversation
Overall package sizeSelf size: 6.38 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-04-19 09:39:22 Comparing candidate commit 5a8dfc4 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 261 metrics, 5 unstable metrics. |
* implement OTEL env var support for node.js
* implement OTEL env var support for node.js
* implement OTEL env var support for node.js
* implement OTEL env var support for node.js
* implement OTEL env var support for node.js
* implement OTEL env var support for node.js
What does this PR do?
This implementation establishes a mapping mechanism between OpenTelemetry (OTEL) environment variables and Datadog (DD) environment variables, with DD variables taking precedence in cases where both are configured. Furthermore, it incorporates telemetry metrics to track instances where both OTEL and DD environment variables share the same mapping, as well as to monitor occurrences of invalid OTEL variables for which we do not offer support.
Motivation
To add support for configuring the tracer using OTEL env variables