Skip to content

v5.98.0 proposal#8008

Draft
dd-octo-sts[bot] wants to merge 31 commits intov5.xfrom
v5.98.0-proposal
Draft

v5.98.0 proposal#8008
dd-octo-sts[bot] wants to merge 31 commits intov5.xfrom
v5.98.0-proposal

Conversation

@dd-octo-sts
Copy link
Copy Markdown
Contributor

@dd-octo-sts dd-octo-sts bot commented Apr 15, 2026

  • [21db68acc7] - (SEMVER-PATCH) fix(serverless): prevent serverless benchmarks on merges to release branches (Olivier Nzia) #8024
  • [3e74642042] - (SEMVER-PATCH) ci: integrate parallel benchmarks from apm-sdks-benchmarks (Fayssal DEFAA) #7996
  • [c1a0451e08] - (SEMVER-PATCH) feat(redis): split by instance (Pablo Erhard) #8014
  • [e64c7643af] - (SEMVER-PATCH) test: fix appsec and capabilities tests on latest Node.js v24 (Pablo Erhard) #8020
  • [bbd94f15c8] - (SEMVER-MINOR) feat(aws-sdk): add db.system and messaging.system tags to AWS service spans (Ayan Khan) #7957
  • [de1327bc46] - (SEMVER-PATCH) chore(ci) : do not cancel jobs on master (Charles de Beauchesne) #8016
  • [91205a5f6d] - (SEMVER-PATCH) [test optimization] suppress quarantined test errors to prevent Jest --bail from stopping execution (Juan Antonio Fernández de Alba) #8015
  • [639037f46b] - (SEMVER-PATCH) [test optimization] Decouple instrumentation layer from tracer (Juan Antonio Fernández de Alba) #7989
  • [f7d7bd6bcb] - (SEMVER-PATCH) fix: correct final status tag report on intermediate executions (Sebastián Kay) #7997
  • [c49f37a72c] - (SEMVER-PATCH) chore(web) removed dead web code (Pablo Erhard) #7986
  • [6bfec63a98] - (SEMVER-PATCH) ci(benchmarks): fix cpuset overflow by increasing splits to 5 (Fayssal DEFAA) #7983
  • [bbdff2992e] - (SEMVER-PATCH) chore(deps): bump the vendor-minor-and-patch-dependencies group across 1 directory with 2 updates (dependabot[bot]) #8003
  • [d6819da5f4] - (SEMVER-PATCH) fix(openfeature): clear flags config when RC tells us to (Oleksii Shmalko) #7992
  • [94c2c9ab92] - (SEMVER-PATCH) fix: allow log injection property to be overriden (Ruben Bridgewater) #7999
  • [4e79d45ef8] - (SEMVER-PATCH) chore(scope) remove tracer.scope from tests and source files (Pablo Erhard) #8010
  • [6b4b21bcac] - (SEMVER-PATCH) chore: refactor profiler start (Ruben Bridgewater) #7978
  • [fb6480decb] - (SEMVER-PATCH) chore(openfeature): narrow CODEOWNERS to FFE SDK team (Oleksii Shmalko) #7994
  • [7ae6bdbed3] - (SEMVER-MINOR) [test optimization] Add final_status tag on test event for cucumber (Sebastián Kay) #7926
  • [e9e184277b] - (SEMVER-PATCH) chore(deps): bump the gh-actions-packages group across 4 directories with 4 updates (dependabot[bot]) #8007
  • [37aac5605b] - (SEMVER-PATCH) fix(fs): avoid leaking noop context from fs plugin (Thomas Watson) #7597
  • [8d2dc028d9] - (SEMVER-PATCH) chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (dependabot[bot]) #7988
  • [31a964787d] - (SEMVER-PATCH) update cassettes (Sam Brenner) #7987
  • [5aea1e2bcf] - (SEMVER-MINOR) Expose tag probabilities in SDK responses (Manuel Álvarez Álvarez) #7950
  • [bd320172ae] - (SEMVER-MINOR) feat(appsec): support for inserting blocking IDs to blocking templates (simon-id) #7923
  • [b647b115cc] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #7982
  • [6b9ac5e6ce] - (SEMVER-PATCH) feat(tags): add _dd.svc.src tag for service overrides (Pablo Erhard) #7824
  • [1e438f2fc3] - (SEMVER-PATCH) fix(metrics): prevent native metrics from loading when not needed (Pablo Erhard) #7942
  • [b4740a3636] - (SEMVER-PATCH) release: pass github token from sts to release notes (Ilyas Shabi) #7975
  • [b5ded05b0a] - (SEMVER-PATCH) fix(debugger): handle Invalid Date in snapshot processor (Thomas Watson) #7944
  • [66550f3467] - (SEMVER-PATCH) set ai guard default blocking to true (Ilyas Shabi) #7972

IlyasShabi and others added 12 commits April 15, 2026 05:45
Calling `toISOString()` on an Invalid Date throws a RangeError. This
could happen when a user has a variable holding `new Date('invalid')`
at a breakpoint. Fall back to the raw description string when the
date is not valid.
)

* prevent native metrics from loading when not needed

* added option to disableNative runtime metrics

* added env and changed option name

* added back comments

* changed native metrics conditional

* added native into config test

* undo changes done by IDE and fixed tests

* fix tests

* set back to only using config
* initial work for service source override

* fixed optional chaining

* fix serviceSource being a string instead of a function

* lint fix and valkey test fix

* fix aws-sdk tests

* match tag and stat to what agent expects

* fix tag

* change stat fully

* added tagging for manual spans

* clear tag if sevice name is the same as the default tracer service name

* lint fix

* more lint fix

* fix wrong serviceSources

* fix serviceSource for consumer/producer

* added full cover for manual tracing and added serviceSource validation for integrations

* check for existance of tags before processing

* fixes after adding serviceSource validation

* propagate service for http and aws

* fix serviceSource in gc pubsub

* fixed gcp pubsub

* prevent patching on Noop and removed double patch

* remove manual tracing changes

* moved logic into startSpan

* fixed service name if condition

* missing tag

* removed unnecesary changes

* testing oracle fix

* remove unnecesary set ops of service.name tag

* added back space

* removed extra code

* removed noisy changes

* fix lint
…pdates (#7982)

Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios) and [openai](https://github.com/openai/openai-node).


Updates `axios` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.14.0...v1.15.0)

Updates `openai` from 6.33.0 to 6.34.0
- [Release notes](https://github.com/openai/openai-node/releases)
- [Changelog](https://github.com/openai/openai-node/blob/master/CHANGELOG.md)
- [Commits](openai/openai-node@v6.33.0...v6.34.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: openai
  dependency-version: 6.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(ai-guard): add tag probabilities to SDK responses
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(fs): avoid leaking noop context from fs plugin

fs now returns a scoped noop store when no active span exists
instead of mutating ambient storage via skip().

* Remove unused skip function

* Fix all TS errors in plugin.js
…with 4 updates (#8007)

Bumps the gh-actions-packages group with 3 updates in the / directory: [DataDog/dd-octo-sts-action](https://github.com/datadog/dd-octo-sts-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-node](https://github.com/actions/setup-node).
Bumps the gh-actions-packages group with 1 update in the /.github/actions/coverage directory: [DataDog/coverage-upload-github-action](https://github.com/datadog/coverage-upload-github-action).
Bumps the gh-actions-packages group with 1 update in the /.github/actions/testagent/logs directory: [actions/upload-artifact](https://github.com/actions/upload-artifact).
Bumps the gh-actions-packages group with 3 updates in the /.github/workflows directory: [DataDog/dd-octo-sts-action](https://github.com/datadog/dd-octo-sts-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `DataDog/dd-octo-sts-action` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/datadog/dd-octo-sts-action/releases)
- [Commits](DataDog/dd-octo-sts-action@v1.0.3...96a2546)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `actions/setup-node` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@6044e13...53b8394)

Updates `DataDog/coverage-upload-github-action` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/datadog/coverage-upload-github-action/releases)
- [Commits](DataDog/coverage-upload-github-action@f80c0e6...6c4bd93)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `DataDog/dd-octo-sts-action` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/datadog/dd-octo-sts-action/releases)
- [Commits](DataDog/dd-octo-sts-action@v1.0.3...96a2546)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `actions/setup-node` from 6.2.0 to 6.3.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@6044e13...53b8394)

---
updated-dependencies:
- dependency-name: DataDog/dd-octo-sts-action
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: DataDog/coverage-upload-github-action
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: DataDog/dd-octo-sts-action
  dependency-version: 1.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: actions/setup-node
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot mentioned this pull request Apr 15, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 58.82353% with 119 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.53%. Comparing base (6b35e7d) to head (0b169a0).
⚠️ Report is 897 commits behind head on v5.x.

Files with missing lines Patch % Lines
packages/datadog-instrumentations/src/jest.js 2.50% 39 Missing ⚠️
packages/datadog-plugin-cypress/src/index.js 3.70% 26 Missing ⚠️
packages/datadog-instrumentations/src/cucumber.js 0.00% 18 Missing ⚠️
...ges/datadog-instrumentations/src/cypress-config.js 45.45% 6 Missing ⚠️
packages/datadog-plugin-http2/src/server.js 16.66% 5 Missing ⚠️
packages/datadog-plugin-next/src/index.js 20.00% 4 Missing ⚠️
packages/dd-trace/src/profiling/profiler.js 78.94% 4 Missing ⚠️
.../dd-trace/src/service-naming/schemas/v0/storage.js 80.95% 4 Missing ⚠️
...ckages/datadog-instrumentations/src/mocha/utils.js 0.00% 3 Missing ⚠️
packages/datadog-plugin-cucumber/src/index.js 0.00% 2 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##             v5.x    #8008      +/-   ##
==========================================
- Coverage   83.19%   73.53%   -9.66%     
==========================================
  Files         476      773     +297     
  Lines       20153    36088   +15935     
==========================================
+ Hits        16766    26537    +9771     
- Misses       3387     9551    +6164     
Flag Coverage Δ
aiguard-macos 36.40% <43.63%> (?)
aiguard-ubuntu 36.51% <43.63%> (?)
aiguard-windows 36.33% <43.63%> (?)
apm-capabilities-tracing-macos 48.17% <31.55%> (?)
apm-capabilities-tracing-ubuntu 48.21% <31.55%> (?)
apm-capabilities-tracing-windows 48.00% <31.55%> (?)
apm-integrations-child-process 36.03% <32.60%> (?)
apm-integrations-couchbase-18 35.05% <43.29%> (?)
apm-integrations-couchbase-eol 35.10% <43.29%> (?)
apm-integrations-oracledb 35.10% <44.66%> (?)
appsec-express 52.81% <46.15%> (?)
appsec-fastify 49.30% <45.37%> (?)
appsec-graphql 49.65% <51.51%> (?)
appsec-kafka 42.05% <34.78%> (?)
appsec-ldapjs 41.39% <38.77%> (?)
appsec-lodash 41.42% <38.77%> (?)
appsec-macos 56.71% <60.74%> (?)
appsec-mongodb-core 46.06% <41.17%> (?)
appsec-mongoose 46.63% <41.17%> (?)
appsec-mysql 48.76% <47.52%> (?)
appsec-node-serialize 40.60% <38.77%> (?)
appsec-passport 44.59% <42.85%> (?)
appsec-postgres 48.34% <47.52%> (?)
appsec-sourcing 40.09% <42.85%> (?)
appsec-stripe 42.43% <38.77%> (?)
appsec-template 40.76% <38.77%> (?)
appsec-ubuntu 56.79% <60.74%> (?)
appsec-windows 56.61% <60.74%> (?)
instrumentations-instrumentation-bluebird 29.76% <27.17%> (?)
instrumentations-instrumentation-body-parser 37.66% <37.75%> (?)
instrumentations-instrumentation-child_process 35.43% <32.60%> (?)
instrumentations-instrumentation-cookie-parser 31.69% <26.53%> (?)
instrumentations-instrumentation-express 31.91% <26.53%> (?)
instrumentations-instrumentation-express-mongo-sanitize 31.81% <26.53%> (?)
instrumentations-instrumentation-express-session 37.29% <37.75%> (?)
instrumentations-instrumentation-fs 29.43% <27.17%> (?)
instrumentations-instrumentation-generic-pool 30.95% <16.66%> (?)
instrumentations-instrumentation-http 36.89% <35.71%> (?)
instrumentations-instrumentation-knex 29.73% <27.17%> (?)
instrumentations-instrumentation-mongoose 30.91% <25.49%> (?)
instrumentations-instrumentation-multer 37.43% <37.75%> (?)
instrumentations-instrumentation-mysql2 35.41% <38.94%> (?)
instrumentations-instrumentation-passport 41.18% <38.77%> (?)
instrumentations-instrumentation-passport-http 40.87% <38.77%> (?)
instrumentations-instrumentation-passport-local 41.37% <38.77%> (?)
instrumentations-instrumentation-pg 34.93% <38.94%> (?)
instrumentations-instrumentation-promise 29.69% <27.17%> (?)
instrumentations-instrumentation-promise-js 29.70% <27.17%> (?)
instrumentations-instrumentation-q 29.73% <27.17%> (?)
instrumentations-instrumentation-url 29.69% <27.17%> (?)
instrumentations-instrumentation-when 29.71% <27.17%> (?)
llmobs-ai 38.37% <32.60%> (?)
llmobs-anthropic 37.82% <31.63%> (?)
llmobs-bedrock 37.12% <32.38%> (?)
llmobs-google-genai 37.51% <31.00%> (?)
llmobs-langchain 36.97% <30.47%> (?)
llmobs-openai 41.19% <31.63%> (?)
llmobs-vertex-ai 37.68% <31.63%> (?)
platform-core 30.01% <15.62%> (?)
platform-esbuild 32.83% <15.62%> (?)
platform-instrumentations-misc 40.16% <15.62%> (?)
platform-shimmer 35.73% <15.62%> (?)
platform-unit-guardrails 23.38% <15.62%> (?)
platform-webpack 20.85% <10.97%> (?)
plugins-azure-durable-functions 25.21% <15.62%> (?)
plugins-azure-event-hubs 25.36% <15.62%> (?)
plugins-azure-service-bus 24.78% <15.62%> (?)
plugins-bullmq 40.68% <32.97%> (?)
plugins-cassandra 35.24% <43.68%> (?)
plugins-cookie 26.33% <15.62%> (?)
plugins-cookie-parser 26.14% <15.62%> (?)
plugins-crypto 25.66% <15.62%> (?)
plugins-dd-trace-api 35.38% <27.17%> (?)
plugins-express-mongo-sanitize 26.28% <15.62%> (?)
plugins-express-session 26.10% <15.62%> (?)
plugins-fastify 39.37% <36.19%> (?)
plugins-fetch 35.72% <39.60%> (?)
plugins-fs 35.62% <33.33%> (?)
plugins-generic-pool 25.25% <15.62%> (?)
plugins-google-cloud-pubsub 43.00% <41.66%> (?)
plugins-grpc 38.02% <36.44%> (?)
plugins-handlebars 26.32% <15.62%> (?)
plugins-hapi 37.26% <40.81%> (?)
plugins-hono 37.50% <36.53%> (?)
plugins-ioredis 35.66% <45.36%> (?)
plugins-knex 26.01% <15.62%> (?)
plugins-langgraph 35.04% <32.60%> (?)
plugins-ldapjs 23.88% <15.62%> (?)
plugins-light-my-request 25.75% <15.62%> (?)
plugins-limitd-client 29.98% <27.17%> (?)
plugins-lodash 25.33% <15.62%> (?)
plugins-mariadb 36.54% <46.93%> (?)
plugins-memcached 35.33% <44.32%> (?)
plugins-microgateway-core 36.34% <40.81%> (?)
plugins-moleculer 38.02% <37.62%> (?)
plugins-mongodb 36.44% <44.76%> (?)
plugins-mongodb-core 36.16% <46.46%> (?)
plugins-mongoose 36.00% <38.23%> (?)
plugins-multer 26.10% <15.62%> (?)
plugins-mysql 36.40% <45.91%> (?)
plugins-mysql2 36.38% <45.91%> (?)
plugins-node-serialize 26.37% <15.62%> (?)
plugins-opensearch 35.00% <43.68%> (?)
plugins-passport-http 26.16% <15.62%> (?)
plugins-postgres 34.39% <44.55%> (?)
plugins-process 25.66% <15.62%> (?)
plugins-pug 26.33% <15.62%> (?)
plugins-redis 35.87% <50.47%> (?)
plugins-router 39.91% <41.83%> (?)
plugins-sequelize 25.03% <15.62%> (?)
plugins-test-and-upstream-amqp10 35.66% <38.94%> (?)
plugins-test-and-upstream-amqplib 40.83% <38.94%> (?)
plugins-test-and-upstream-apollo 36.53% <38.61%> (?)
plugins-test-and-upstream-avsc 35.53% <32.60%> (?)
plugins-test-and-upstream-bunyan 31.13% <26.88%> (?)
plugins-test-and-upstream-connect 37.85% <37.75%> (?)
plugins-test-and-upstream-graphql 37.17% <38.94%> (?)
plugins-test-and-upstream-koa 37.45% <37.75%> (?)
plugins-test-and-upstream-protobufjs 35.74% <32.60%> (?)
plugins-test-and-upstream-rhea 40.93% <38.94%> (?)
plugins-undici 36.51% <37.38%> (?)
plugins-url 25.66% <15.62%> (?)
plugins-valkey 35.25% <45.36%> (?)
plugins-vm 25.66% <15.62%> (?)
plugins-winston 31.57% <27.27%> (?)
plugins-ws 38.94% <37.00%> (?)
profiling-macos 37.98% <32.60%> (?)
profiling-ubuntu 38.57% <32.60%> (?)
profiling-windows 39.51% <40.54%> (?)
serverless-azure-functions-client 25.10% <15.62%> (?)
serverless-azure-functions-eventhubs 25.10% <15.62%> (?)
serverless-azure-functions-servicebus 25.10% <15.62%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 15, 2026

Overall package size

Self size: 5.5 MB
Deduped: 6.34 MB
No deduping: 6.34 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-datadog-prod-us1
Copy link
Copy Markdown

datadog-datadog-prod-us1 bot commented Apr 15, 2026

Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 54.73%
Overall Coverage: 67.95%

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 0b169a0 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

cbasitodx and others added 10 commits April 16, 2026 05:47
The profiler start code used to copy the configs and to have a
separate logger behavior. That is now changed to use the generic
logger the same way as other code.

This simplifies a lot of code overall.
* remove tracer.scope from tests and source files

* remove dead code
This allows the customer to define the property as they deem
necessary.

Fixes: #7995
…s 1 directory with 2 updates (#8003)

Bumps the vendor-minor-and-patch-dependencies group with 2 updates in the /vendor directory: [@apm-js-collab/code-transformer](https://github.com/nodejs/orchestrion-js) and [protobufjs](https://github.com/protobufjs/protobuf.js).


Updates `@apm-js-collab/code-transformer` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/nodejs/orchestrion-js/releases)
- [Changelog](https://github.com/nodejs/orchestrion-js/blob/main/CHANGELOG.md)
- [Commits](nodejs/orchestrion-js@code-transformer-v0.11.0...code-transformer-v0.12.0)

Updates `protobufjs` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](protobufjs/protobuf.js@protobufjs-v8.0.0...protobufjs-v8.0.1)

---
updated-dependencies:
- dependency-name: "@apm-js-collab/code-transformer"
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vendor-minor-and-patch-dependencies
- dependency-name: protobufjs
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vendor-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: add more groups of benchmarks

* diagnose failed cpu pinning

* use available cpu cores
* removed dead web code

* removed instrument from router code
Fixed intermediate status on skipped/quarantine/disabled tests and added tests for final status on atf feature.
@dd-octo-sts dd-octo-sts bot force-pushed the v5.98.0-proposal branch from c30ea76 to 35f4818 Compare April 16, 2026 05:47
khanayan123 and others added 2 commits April 17, 2026 05:46
… spans (#7957)

* feat(aws-sdk): add db.system and messaging.system tags to AWS service spans

Add OpenTelemetry semantic convention tags to AWS service spans so that
the Software Catalog backend can properly categorize inferred services
as DataStores or Queues via peer.db.system / peer.messaging.system.

- DynamoDB: db.system = 'dynamodb'
- S3: db.system = 's3'
- Redshift: db.system = 'redshift'
- SQS: messaging.system = 'aws_sqs'
- SNS: messaging.system = 'aws_sns'
- Kinesis: messaging.system = 'aws_kinesis'
- EventBridge: messaging.system = 'aws_eventbridge'

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update packages/datadog-plugin-aws-sdk/src/services/sns.js

Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>

* fix(aws-sdk): update SNS test assertions to use OTel-compliant aws.sns value

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(aws-sdk): align db.system values with OTel spec, remove S3 db.system

- DynamoDB: 'dynamodb' -> 'aws.dynamodb' (OTel stable spec)
- Redshift: 'redshift' -> 'aws.redshift' (OTel stable spec)
- S3: remove db.system tag (S3 is object storage, not a database)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
* fix capabilities tests

* call destroy with setImmediate
@dd-octo-sts dd-octo-sts bot force-pushed the v5.98.0-proposal branch from 35f4818 to 7b32144 Compare April 17, 2026 05:46
pabloerhard and others added 4 commits April 18, 2026 05:35
* added splitByInstance config for redis

* added splitByInstance into redis declaration file

* remove .only

* use weakmap instead of adding properties to class

* use assertObjectContains isntead of multiple asserts

---------

Co-authored-by: Ruben Bridgewater <ruben@bridgewater.de>
* integrate apm-sdks-benchmarks

* comment: intention to replace

* switch to using main ref
@dd-octo-sts dd-octo-sts bot force-pushed the v5.98.0-proposal branch from 7b32144 to 0b169a0 Compare April 18, 2026 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.