Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): bump the open-telemetry group across 1 directory with 2 updates #18334

Merged
merged 1 commit into from
Feb 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2025

Bumps the open-telemetry group with 2 updates in the / directory: @opentelemetry/auto-instrumentations-node and @opentelemetry/semantic-conventions.

Updates @opentelemetry/auto-instrumentations-node from 0.55.2 to 0.56.0

Release notes

Sourced from @​opentelemetry/auto-instrumentations-node's releases.

auto-instrumentations-node: v0.56.0

0.56.0 (2025-01-27)

⚠ BREAKING CHANGES

  • auto-instrumentations-node: disable @​opentelemetry/instrumentation-fastify by default (#2652)

Features

  • auto-instrumentations-node: disable @​opentelemetry/instrumentation-fastify by default (#2652) (45c55a6)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-cucumber bumped from ^0.13.0 to ^0.14.0
      • @​opentelemetry/instrumentation-mysql2 bumped from ^0.45.0 to ^0.45.1
      • @​opentelemetry/instrumentation-pg bumped from ^0.50.0 to ^0.51.0

auto-instrumentations-node: v0.55.3

0.55.3 (2025-01-20)

Bug Fixes

  • auto-instrumentations-node: correct typo (#2666) (4cf7e6f)
  • auto-instrumentations-node: make SIGTERM shutdown test more reliable (#2667) (94414a1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/instrumentation-aws-lambda bumped from ^0.50.1 to ^0.50.2
      • @​opentelemetry/instrumentation-fastify bumped from ^0.44.0 to ^0.44.1
      • @​opentelemetry/resource-detector-alibaba-cloud bumped from ^0.29.7 to ^0.30.0
      • @​opentelemetry/resource-detector-aws bumped from ^1.10.0 to ^1.11.0
      • @​opentelemetry/resource-detector-azure bumped from ^0.5.0 to ^0.6.0
      • @​opentelemetry/resource-detector-container bumped from ^0.5.3 to ^0.6.0
      • @​opentelemetry/resource-detector-gcp bumped from ^0.32.0 to ^0.33.0
Commits
  • b641e1b chore: release main (#2672)
  • fcca38a docs(instrumentation-fastify): deprecate instrumentation in favor of @​fastify...
  • 45c55a6 feat(auto-instrumentations-node)!: disable @​opentelemetry/instrumentation-fas...
  • 4f1e605 chore(deps): update dependency undici to v6.21.1 [security] (#2675)
  • 5c38927 feat(cucumber): support @​cucumber/cucumber@​11 (#2676)
  • c504a9f chore: permanently delete opentelemetry-browser-extension-autoinjection (#2661)
  • 46accdc fix(examples): Migrate away from deprecated addSpanProcessor in examples (#...
  • b0f1999 refactor: migrate away from deprecated addMetricReader for SDK 2.0 (#2654)
  • d9e757f fix(*): Migrate away from deprecated addSpanProcessor in tests (#2659)
  • fed82d5 docs(*): Migrate away from deprecated addSpanProcessor in README (#2657)
  • Additional commits viewable in compare view

Updates @opentelemetry/semantic-conventions from 1.28.0 to 1.29.0

Release notes

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

v1.29.0

1.29.0

🚀 (Enhancement)

  • feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views #5128

semconv/v1.29.0

1.29.0

🚀 (Enhancement)

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

Unstable changes in v1.29.0

ATTR_DB_COSMOSDB_OPERATION_TYPE            // db.cosmosdb.operation_type: No replacement at this time.
ATTR_DB_QUERY_PARAMETER                    // (key) => `db.query.parameter.${key}`: Replaced by `db.operation.parameter`.
ATTR_PROCESS_EXECUTABLE_BUILD_ID_PROFILING // process.executable.build_id.profiling: Replaced by `process.executable.build_id.htlhash`
ATTR_VCS_REPOSITORY_CHANGE_ID              // vcs.repository.change.id: Deprecated, use `vcs.change.id` instead.
ATTR_VCS_REPOSITORY_CHANGE_TITLE           // vcs.repository.change.title: Deprecated, use `vcs.change.title` instead.
ATTR_VCS_REPOSITORY_REF_NAME               // vcs.repository.ref.name: Deprecated, use `vcs.ref.head.name` instead.
ATTR_VCS_REPOSITORY_REF_REVISION           // vcs.repository.ref.revision: Deprecated, use `vcs.ref.head.revision` instead.
ATTR_VCS_REPOSITORY_REF_TYPE               // vcs.repository.ref.type: Deprecated, use `vcs.ref.head.type` instead.
METRIC_CONTAINER_UPTIME                               // container.uptime
METRIC_DB_CLIENT_COSMOSDB_ACTIVE_INSTANCE_COUNT       // db.client.cosmosdb.active_instance.count
METRIC_DB_CLIENT_COSMOSDB_OPERATION_REQUEST_CHARGE    // db.client.cosmosdb.operation.request_charge
METRIC_DB_CLIENT_RESPONSE_RETURNED_ROWS               // db.client.response.returned_rows
METRIC_K8S_NODE_NETWORK_ERRORS                        // k8s.node.network.errors
METRIC_K8S_NODE_NETWORK_IO                            // k8s.node.network.io
</tr></table>

... (truncated)

Changelog

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

1.29.0

🚀 (Enhancement)

  • feat(sdk-metrics): Add support for aggregation cardinality limit with a default limit of 2000. This limit can be customized via views #5128
Commits
  • 85dcbc7 chore: prepare next release (#5232)
  • b0f73ea fix: de-confuse Nuxt build tooling by not using 'export *' in comments (#5227)
  • c9b5bb0 chore(deps): lock file maintenance (#5225)
  • fc94e46 feat(otlp-exporter-base): implement partial success handling (#5183)
  • fd7f2d9 fix(deps): update dependency zone.js to v0.15.0 (#5213)
  • 17bf0d9 chore(deps): update dependency @​bufbuild/buf to v1.47.2 (#5210)
  • 1249e34 refactor(otlp-exporter-base): remove exports that were meant to be internal (...
  • 5ad0aa5 chore: replace deprecated String.prototype.substr() with substring() (#5209)
  • 3bf1284 feat(otlp-exporter-base): add http response body to exporter error (#5204)
  • 561f8ad fix(docs): broken link for community contribution lifecycle and processes (#5...
  • 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

…updates

Bumps the open-telemetry group with 2 updates in the / directory: [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib) and [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js).


Updates `@opentelemetry/auto-instrumentations-node` from 0.55.2 to 0.56.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@auto-instrumentations-node-v0.55.2...auto-instrumentations-node-v0.56.0)

Updates `@opentelemetry/semantic-conventions` from 1.28.0 to 1.29.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@v1.28.0...v1.29.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/auto-instrumentations-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: open-telemetry
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: open-telemetry
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2025 07:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maintenance labels Feb 7, 2025
@LZoog LZoog merged commit 7e18bba into main Feb 8, 2025
23 checks passed
@LZoog LZoog deleted the dependabot/npm_and_yarn/open-telemetry-676a9c633c branch February 8, 2025 00:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant