Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the opentelemetry group with 5 updates in the / directory:

Package From To
@opentelemetry/semantic-conventions 1.38.0 1.39.0
@opentelemetry/core 2.2.0 2.4.0
@opentelemetry/context-async-hooks 2.2.0 2.4.0
@opentelemetry/resources 2.2.0 2.4.0
@opentelemetry/sdk-trace-base 2.2.0 2.4.0

Updates @opentelemetry/semantic-conventions from 1.38.0 to 1.39.0

Release notes

Sourced from @​opentelemetry/semantic-conventions's releases.

semconv/v1.39.0

1.39.0

🚀 Features

  • feat: update semantic conventions to v1.39.0 #6301 @​trentm
    • Semantic Conventions v1.39.0: changelog | latest docs
    • @opentelemetry/semantic-conventions (stable) changes: none
    • @opentelemetry/semantic-conventions/incubating (unstable) changes: 19 newly deprecated exports, 70 added exports

Unstable changes in v1.39.0

METRIC_PROCESS_OPEN_FILE_DESCRIPTOR_COUNT // process.open_file_descriptor.count: Replaced by `process.unix.file_descriptor.count`.
METRIC_RPC_CLIENT_DURATION                // rpc.client.duration: Replaced by `rpc.client.call.duration` with unit `s`.
METRIC_RPC_SERVER_DURATION                // rpc.server.duration: Replaced by `rpc.server.call.duration` with unit `s`.
METRIC_SYSTEM_LINUX_MEMORY_AVAILABLE      // system.linux.memory.available: Replaced by `system.memory.linux.available`.
METRIC_SYSTEM_LINUX_MEMORY_SLAB_USAGE     // system.linux.memory.slab.usage: Replaced by `system.memory.linux.slab.usage`.
ATTR_LINUX_MEMORY_SLAB_STATE              // linux.memory.slab.state: Replaced by `system.memory.linux.slab.state`.
ATTR_PEER_SERVICE                         // peer.service: Replaced by `service.peer.name`.
ATTR_RPC_CONNECT_RPC_ERROR_CODE           // rpc.connect_rpc.error_code: Replaced by `rpc.response.status_code`.
ATTR_RPC_CONNECT_RPC_REQUEST_METADATA     // (key) => `rpc.connect_rpc.request.metadata.${key}`: Replaced by `rpc.request.metadata`.
ATTR_RPC_CONNECT_RPC_RESPONSE_METADATA    // (key) => `rpc.connect_rpc.response.metadata.${key}`: Replaced by `rpc.response.metadata`.
ATTR_RPC_GRPC_REQUEST_METADATA            // (key) => `rpc.grpc.request.metadata.${key}`: Replaced by `rpc.request.metadata`.
ATTR_RPC_GRPC_RESPONSE_METADATA           // (key) => `rpc.grpc.response.metadata.${key}`: Replaced by `rpc.response.metadata`.
ATTR_RPC_GRPC_STATUS_CODE                 // rpc.grpc.status_code: Use string representation of the gRPC status code on the `rpc.response.status_code` attribute.
ATTR_RPC_JSONRPC_ERROR_CODE               // rpc.jsonrpc.error_code: Use string representation of the error code on the `rpc.response.status_code` attribute.
ATTR_RPC_JSONRPC_ERROR_MESSAGE            // rpc.jsonrpc.error_message: Use the span status description or `error.message` attribute on other signals.
ATTR_RPC_JSONRPC_REQUEST_ID               // rpc.jsonrpc.request_id: Replaced by `jsonrpc.request.id`.
ATTR_RPC_JSONRPC_VERSION                  // rpc.jsonrpc.version: Replaced by `jsonrpc.protocol.version`.
ATTR_RPC_SERVICE                          // rpc.service: Value should be included in `rpc.method` which is expected to be a fully-qualified name.
ATTR_RPC_SYSTEM                           // rpc.system: Replaced by `rpc.system.name`.
METRIC_MCP_CLIENT_OPERATION_DURATION                       // mcp.client.operation.duration
METRIC_MCP_CLIENT_SESSION_DURATION                         // mcp.client.session.duration
METRIC_MCP_SERVER_OPERATION_DURATION                       // mcp.server.operation.duration
METRIC_MCP_SERVER_SESSION_DURATION                         // mcp.server.session.duration
METRIC_PROCESS_UNIX_FILE_DESCRIPTOR_COUNT                  // process.unix.file_descriptor.count
METRIC_PROCESS_WINDOWS_HANDLE_COUNT                        // process.windows.handle.count
</tr></table>

... (truncated)

Commits
  • 4cba019 chore: prepare next release (#6306)
  • b513292 refactor(resources): use runtime check for default service name (#6257)
  • 4d09244 chore(deps): update all patch versions (#6285)
  • 51cd015 chore(deps): update ubuntu:24.04 docker digest to 7a39814 (#6307)
  • c62d120 fix(browser-detector): ensure Node.js v21+ is not detected as browser (#6271)
  • b85b41f fix(build): default to Node.js types, scope DOM types, @​types/node -> 18.19.1...
  • 0a9b614 fix(github): correct CODEOWNERS browser package paths (#6303)
  • 4d70213 chore: re-order changelog (#6302)
  • a342d4e chore(deps): update actions/setup-node digest to 6044e13 (#6300)
  • 2427470 feat(semantic-conventions): update semantic conventions to v1.39.0 (#6301)
  • Additional commits viewable in compare view

Updates @opentelemetry/core from 2.2.0 to 2.4.0

Release notes

Sourced from @​opentelemetry/core's releases.

v2.4.0

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

v2.3.0

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Changelog

Sourced from @​opentelemetry/core's changelog.

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Commits
  • 5e6504d chore: prepare next release (#6275)
  • 4a0036a fix(sdk-node): ensure invalid metric reader config does not throw on startup ...
  • a1485a2 chore(deps): update dependency @​size-limit/webpack to v12 (#6198)
  • dd2e407 fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input v...
  • 77040f3 refactor(sdk-metrics): remove Promise.allSettled() ponyfill (#6277)
  • 52a1367 fix(core): Avoid using DOM types for otperformance export (#6278)
  • 746c41d chore(deps): update dependency @​size-limit/file to v12 (#6172)
  • 42ef586 chore(deps): update nx to 22.3.0 - manually repaired (#6233)
  • 87a0b45 feat(sdk-node)!: do not instantiate metrics SDK on empty metricReaders (#6272)
  • 73f6454 chore(browser): fix CODEOWNERS (#6273)
  • Additional commits viewable in compare view

Updates @opentelemetry/context-async-hooks from 2.2.0 to 2.4.0

Release notes

Sourced from @​opentelemetry/context-async-hooks's releases.

v2.4.0

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

v2.3.0

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Changelog

Sourced from @​opentelemetry/context-async-hooks's changelog.

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Commits
  • 5e6504d chore: prepare next release (#6275)
  • 4a0036a fix(sdk-node): ensure invalid metric reader config does not throw on startup ...
  • a1485a2 chore(deps): update dependency @​size-limit/webpack to v12 (#6198)
  • dd2e407 fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input v...
  • 77040f3 refactor(sdk-metrics): remove Promise.allSettled() ponyfill (#6277)
  • 52a1367 fix(core): Avoid using DOM types for otperformance export (#6278)
  • 746c41d chore(deps): update dependency @​size-limit/file to v12 (#6172)
  • 42ef586 chore(deps): update nx to 22.3.0 - manually repaired (#6233)
  • 87a0b45 feat(sdk-node)!: do not instantiate metrics SDK on empty metricReaders (#6272)
  • 73f6454 chore(browser): fix CODEOWNERS (#6273)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 2.2.0 to 2.4.0

Release notes

Sourced from @​opentelemetry/resources's releases.

v2.4.0

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

v2.3.0

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Changelog

Sourced from @​opentelemetry/resources's changelog.

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Commits
  • 5e6504d chore: prepare next release (#6275)
  • 4a0036a fix(sdk-node): ensure invalid metric reader config does not throw on startup ...
  • a1485a2 chore(deps): update dependency @​size-limit/webpack to v12 (#6198)
  • dd2e407 fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input v...
  • 77040f3 refactor(sdk-metrics): remove Promise.allSettled() ponyfill (#6277)
  • 52a1367 fix(core): Avoid using DOM types for otperformance export (#6278)
  • 746c41d chore(deps): update dependency @​size-limit/file to v12 (#6172)
  • 42ef586 chore(deps): update nx to 22.3.0 - manually repaired (#6233)
  • 87a0b45 feat(sdk-node)!: do not instantiate metrics SDK on empty metricReaders (#6272)
  • 73f6454 chore(browser): fix CODEOWNERS (#6273)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-trace-base from 2.2.0 to 2.4.0

Release notes

Sourced from @​opentelemetry/sdk-trace-base's releases.

v2.4.0

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

v2.3.0

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Changelog

Sourced from @​opentelemetry/sdk-trace-base's changelog.

2.4.0

🐛 Bug Fixes

  • fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input validation #6286 @​cjihrig
  • fix(core): Avoid using DOM types for otperformance export #6278 @​samchungy

🏠 Internal

  • chore(browser): fix CODEOWNERS paths for browser-related packages
  • refactor(sdk-metrics): remove Promise.allSettled() ponyfill #6277 @​cjihrig

2.3.0

🚀 Features

  • feat(sdk-trace-base): implement on ending in span processor #6024 @​majanjua-amzn
    • note: this feature is experimental and subject to change

🐛 Bug Fixes

🏠 Internal

Commits
  • 5e6504d chore: prepare next release (#6275)
  • 4a0036a fix(sdk-node): ensure invalid metric reader config does not throw on startup ...
  • a1485a2 chore(deps): update dependency @​size-limit/webpack to v12 (#6198)
  • dd2e407 fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor input v...
  • 77040f3 refactor(sdk-metrics): remove Promise.allSettled() ponyfill (#6277)
  • 52a1367 fix(core): Avoid using DOM types for otperformance export (#6278)
  • 746c41d chore(deps): update dependency @​size-limit/file to v12 (#6172)
  • 42ef586 chore(deps): update nx to 22.3.0 - manually repaired (#6233)
  • 87a0b45 feat(sdk-node)!: do not instantiate metrics SDK on empty metricReaders (#6272)
  • 73f6454 chore(browser): fix CODEOWNERS (#6273)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the opentelemetry group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.38.0` | `1.39.0` |
| [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) | `2.2.0` | `2.4.0` |
| [@opentelemetry/context-async-hooks](https://github.com/open-telemetry/opentelemetry-js) | `2.2.0` | `2.4.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.2.0` | `2.4.0` |
| [@opentelemetry/sdk-trace-base](https://github.com/open-telemetry/opentelemetry-js) | `2.2.0` | `2.4.0` |



Updates `@opentelemetry/semantic-conventions` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@semconv/v1.38.0...semconv/v1.39.0)

Updates `@opentelemetry/core` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.4.0)

Updates `@opentelemetry/context-async-hooks` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.4.0)

Updates `@opentelemetry/resources` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.4.0)

Updates `@opentelemetry/sdk-trace-base` from 2.2.0 to 2.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/core"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/context-async-hooks"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-trace-base"
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant