chore(deps): bump @opentelemetry/exporter-prometheus, @opentelemetry/auto-instrumentations-node and @opentelemetry/sdk-node in /backend#38
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…auto-instrumentations-node and @opentelemetry/sdk-node Bumps [@opentelemetry/exporter-prometheus](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) and [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js). These dependencies needed to be updated together. Updates `@opentelemetry/exporter-prometheus` from 0.208.0 to 0.217.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@experimental/v0.208.0...experimental/v0.217.0) Updates `@opentelemetry/auto-instrumentations-node` from 0.67.2 to 0.75.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.75.0/packages/auto-instrumentations-node) Updates `@opentelemetry/sdk-node` from 0.208.0 to 0.217.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@experimental/v0.208.0...experimental/v0.217.0) --- updated-dependencies: - dependency-name: "@opentelemetry/exporter-prometheus" dependency-version: 0.217.0 dependency-type: direct:production - dependency-name: "@opentelemetry/auto-instrumentations-node" dependency-version: 0.75.0 dependency-type: direct:production - dependency-name: "@opentelemetry/sdk-node" dependency-version: 0.217.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="backend/package.json">
<violation number="1" location="backend/package.json:52">
P2: This update introduces experimental OpenTelemetry version skew (`sdk-node`/prometheus at `0.217.x` while OTLP exporters remain `0.208.x`). Align all `@opentelemetry/*` experimental packages to the same release line to avoid mismatched runtime behavior.</violation>
</file>
Tip: cubic can generate docs of your entire codebase and keep them up to date. Try it here.
| "@opentelemetry/resources": "^2.2.0", | ||
| "@opentelemetry/sdk-metrics": "^2.2.0", | ||
| "@opentelemetry/sdk-node": "^0.208.0", | ||
| "@opentelemetry/sdk-node": "^0.217.0", |
There was a problem hiding this comment.
P2: This update introduces experimental OpenTelemetry version skew (sdk-node/prometheus at 0.217.x while OTLP exporters remain 0.208.x). Align all @opentelemetry/* experimental packages to the same release line to avoid mismatched runtime behavior.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At backend/package.json, line 52:
<comment>This update introduces experimental OpenTelemetry version skew (`sdk-node`/prometheus at `0.217.x` while OTLP exporters remain `0.208.x`). Align all `@opentelemetry/*` experimental packages to the same release line to avoid mismatched runtime behavior.</comment>
<file context>
@@ -43,13 +43,13 @@
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-metrics": "^2.2.0",
- "@opentelemetry/sdk-node": "^0.208.0",
+ "@opentelemetry/sdk-node": "^0.217.0",
"@opentelemetry/sdk-trace-base": "^2.2.0",
"@prisma/client": "^5.7.0",
</file context>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @opentelemetry/exporter-prometheus, @opentelemetry/auto-instrumentations-node and @opentelemetry/sdk-node. These dependencies needed to be updated together.
Updates
@opentelemetry/exporter-prometheusfrom 0.208.0 to 0.217.0Release notes
Sourced from @opentelemetry/exporter-prometheus's releases.
... (truncated)
Commits
74cde1bchore: prepare next release (#6675)e8f439afix: handle malformed URLs in Prometheus exporter request handler (#6674)ab3a2e2feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...d5b7d1efix(deps): update dependency axios to v1.15.2 [security] (#6670)c163618chore(deps): update github/codeql-action digest to e46ed2c (#6661)ec2bfbechore(configuration): move config generation scripts into the configuration p...acc9ecdchore(configuration): cosmetic changes to generated types.ts (#6663)8f008ecchore: Move inactive members to emeritus (#6649)435431efix(configuration): improve the technique for removing '| null' on types due ...4222024fix(configuration): improve handling of enums in generated types (#6659)Updates
@opentelemetry/auto-instrumentations-nodefrom 0.67.2 to 0.75.0Release notes
Sourced from @opentelemetry/auto-instrumentations-node's releases.
... (truncated)
Changelog
Sourced from @opentelemetry/auto-instrumentations-node's changelog.
... (truncated)
Commits
b68fb6dchore: release main (#3498)e1ef3d1feat(deps): update deps matching '@opentelemetry/*' (#3507)03ed3a3chore: release main (#3481)a91133afeat(deps): update deps matching '@opentelemetry/*' (#3497)bd017c8chore: release main (#3451)8891261feat(deps): update deps matching '@opentelemetry/*' (#3479)36a030cchore: switch to short license header (#3476)ed97091chore: release main (#3415)c8df394feat(deps): update deps matching '@opentelemetry/*' (#3450)ac26e9afeat(auto-instrumentations-node, instrumentation-fastify)!: remove instrument...Updates
@opentelemetry/sdk-nodefrom 0.208.0 to 0.217.0Release notes
Sourced from @opentelemetry/sdk-node's releases.
... (truncated)
Commits
74cde1bchore: prepare next release (#6675)e8f439afix: handle malformed URLs in Prometheus exporter request handler (#6674)ab3a2e2feat(sdk-node, configuration): diag log handling updates for startNodeSDK(), ...d5b7d1efix(deps): update dependency axios to v1.15.2 [security] (#6670)c163618chore(deps): update github/codeql-action digest to e46ed2c (#6661)ec2bfbechore(configuration): move config generation scripts into the configuration p...acc9ecdchore(configuration): cosmetic changes to generated types.ts (#6663)8f008ecchore: Move inactive members to emeritus (#6649)435431efix(configuration): improve the technique for removing '| null' on types due ...4222024fix(configuration): improve handling of enums in generated types (#6659)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade OpenTelemetry in the backend to align with the 0.217 SDK and 0.75 auto-instrumentations for better compatibility and recent fixes. Includes improved Prometheus exporter robustness and
startNodeSDK()log level handling from declarative config.Dependencies
@opentelemetry/exporter-prometheus: 0.208.0 → 0.217.0@opentelemetry/auto-instrumentations-node: 0.67.2 → 0.75.0@opentelemetry/sdk-node: 0.208.0 → 0.217.0Migration
log_levelvalues used bystartNodeSDK()(defaults toinfo; invalid YAML now results in a noop SDK).Written for commit 6c8e5f1. Summary will update on new commits.