ci: build OTel operator images - #10278
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Overall package sizeSelf size: 8.88 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10278 +/- ##
=======================================
Coverage 98.69% 98.69%
=======================================
Files 1008 1008
Lines 158514 158514
Branches 74 74
=======================================
Hits 156448 156448
Misses 2066 2066
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
✅ All CI checks and tests passed. 🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 114f68d | Docs | View more details | Give us feedback! |
BenchmarksBenchmark execution time: 2026-09-10 17:40:34 Comparing candidate commit 114f68d in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2305 metrics, 8 unstable metrics.
|
What does this PR do?
Enables the libdatadogbuild OpenTelemetry Operator-compatible image jobs for Node.js. The repository already pins one-pipeline 1.5.0, so this adds only the feature flag and the
nodejslanguage profile.Motivation
Build dd-trace-js images that can be used directly with the OpenTelemetry Operator, matching the rollout in the Java and Python tracers.
Testing
git diff --checkNo runtime tests are needed because this changes only GitLab CI variables.
Additional Notes
Equivalent to DataDog/dd-trace-java#12255 and DataDog/dd-trace-py#20239.