Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump the otel-contrib group with 5 updates #490

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the otel-contrib group with 5 updates:

Package From To
@opentelemetry/instrumentation-aws-lambda 0.46.0 0.47.0
@opentelemetry/instrumentation-aws-sdk 0.45.0 0.46.0
@opentelemetry/instrumentation-mysql2 0.42.0 0.42.1
@opentelemetry/instrumentation-pg 0.47.0 0.47.1
@opentelemetry/instrumentation-undici 0.7.0 0.7.1

Updates @opentelemetry/instrumentation-aws-lambda from 0.46.0 to 0.47.0

Commits
  • 7633cae chore: release main (#2497)
  • 9564380 feat(instrumentation-pg): add error type to db duration metric (#2476)
  • 9b43ccb chore: add 'lint:deps' script to check for unused and unlisted deps (#2477)
  • 2822511 chore(deps): update deps matching "@opentelemetry/*" (#2500)
  • d3c8bd9 chore: clean up some deps (#2499)
  • 97a2956 fix(instrumentation-pg): ensure db.client.operation.duration metric is record...
  • 25e53d6 refactor(instrumentation-mysql2): improve performance of getSpanName using su...
  • d056d21 chore: upgrade to mocha@10 (#2481)
  • 86dba74 fix: change span names for socket-io (#2495)
  • 30e8fc5 chore(deps): update dependency webpack to v5.95.0 [security] (#2496)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-aws-sdk from 0.45.0 to 0.46.0

Release notes

Sourced from @​opentelemetry/instrumentation-aws-sdk's releases.

instrumentation-aws-sdk: v0.46.0

0.46.0 (2024-11-07)

Features

  • aws-sdk: add s3 and kinesis service extensions for aws-sdk instrumentation (#2361) (a5b5614)
Commits
  • a4fcd26 chore: release main (#2483)
  • 33c093d fix(instrumentation-pg): not add duplicate listeners to pg pool (#2484)
  • b043ffb feat(instrumentation-pg): add operation name attribute to db duration metric ...
  • a558044 feat(auto-instrumentations-node)!: disable @​opentelemetry/instrumentation-fs ...
  • 0341e89 chore: update test-all-versions configs to test fewer package versions (#2464)
  • ad560df fix(detector-container): properly detect container ID when using Podman (#2448)
  • d11efb3 chore(examples/mysql): modernize this example (#2465)
  • d08d50d chore(instrumentation-pg): use done on test (#2478)
  • 25ab243 chore: release main (#2474)
  • 4d66431 fix: add missing @​opentelemetry/core dependency (#2473)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-mysql2 from 0.42.0 to 0.42.1

Commits
  • acbaf20 chore: release main (#2507)
  • 28e209a fix(instrumentation-undici): fix a possible crash if the request path is a fu...
  • 0309cae feat(instrumentation-aws-lambda): take care of ESM based (.mjs) handlers (#...
  • 80d0c74 feat(instrumentation-runtime-node)!: add prom-client-metrics (#2136)
  • 6234918 chore: use nx commands (#2493)
  • 95547b8 chore: update component owner for AWS to jj22ee (#2506)
  • 1165264 docs(instrumentation-router): correct import statement (#2517)
  • 8070c7f fix(pg): Do not add SQLCommenter comments to prepared statements (#2456)
  • a5b5614 feat(aws-sdk): add s3 and kinesis service extensions for aws-sdk instrumentat...
  • ad8c581 fix(instrumentation-mysql): fix test for mysql2 v3 (#2168) (#2451)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-pg from 0.47.0 to 0.47.1

Release notes

Sourced from @​opentelemetry/instrumentation-pg's releases.

instrumentation-pg: v0.47.1

0.47.1 (2024-11-07)

Bug Fixes

  • pg: Do not add SQLCommenter comments to prepared statements (#2456) (8070c7f)
Commits
  • acbaf20 chore: release main (#2507)
  • 28e209a fix(instrumentation-undici): fix a possible crash if the request path is a fu...
  • 0309cae feat(instrumentation-aws-lambda): take care of ESM based (.mjs) handlers (#...
  • 80d0c74 feat(instrumentation-runtime-node)!: add prom-client-metrics (#2136)
  • 6234918 chore: use nx commands (#2493)
  • 95547b8 chore: update component owner for AWS to jj22ee (#2506)
  • 1165264 docs(instrumentation-router): correct import statement (#2517)
  • 8070c7f fix(pg): Do not add SQLCommenter comments to prepared statements (#2456)
  • a5b5614 feat(aws-sdk): add s3 and kinesis service extensions for aws-sdk instrumentat...
  • ad8c581 fix(instrumentation-mysql): fix test for mysql2 v3 (#2168) (#2451)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation-undici from 0.7.0 to 0.7.1

Release notes

Sourced from @​opentelemetry/instrumentation-undici's releases.

instrumentation-undici: v0.7.1

0.7.1 (2024-11-07)

Bug Fixes

  • instrumentation-undici: fix a possible crash if the request path is a full URL (#2518) (28e209a), closes #2471
  • instrumentation-undici: Fix RequestType (#2503) (9a20e15)
Changelog

Sourced from @​opentelemetry/instrumentation-undici's changelog.

CHANGELOG

As of v0.25.1 (2022-01-24) changelog content has moved to separate CHANGELOG.md files for each package. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

0.25.0

🐛 Bug Fix

  • #619 fix: GraphQL throws TypeError: Cannot read property 'startToken' of undefined (@​obecny)
  • #643 fix(user-interaction): event listeners have wrong this when listening for bubbled events (@​t2t2)
  • #562 fix(mysql): bind get connection callback to active context (@​sstone1)
  • #589 fix(hapi-instrumentation): close spans on errors in instrumented functions (@​CptSchnitz)
  • #580 fix: redis instrumentation loses context when using callbacks (@​aspectom)

🚀 Enhancement

🏠 Internal

📝 Documentation

  • opentelemetry-browser-extension-autoinjection

Committers: 16

... (truncated)

Commits
  • 32889bd chore: release main (#1396)
  • 17c3bf1 ci: fix excessive memory usage by preventing source-map generation (#1419)
  • 62a806f chore(deps): update dependency rimraf to v4 (#1402)
  • f5f7ac6 feat(ioredis): Update instrumentation-ioredis to version 5.x.x (#1121)
  • 7180353 chore(instrumentation-fs): remove node 14 promises check from tests (#1413)
  • 40461ce test(koa): add test all versions to @​koa/router (#1398)
  • 3ca874e fix(instrumentation-fs): fix instrumentation of fs/promises (#1375)
  • e93a192 fix: remove component attribute from instrumentations (#1399)
  • ee0a59a fix(instrumentation-fs): allow realpath.native and realpathSync.native (#1332)
  • 3484b75 chore(deps): update dependency @​koa/router to v12 (#1240)
  • 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

@dependabot dependabot bot requested a review from a team as a code owner November 11, 2024 13:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 11, 2024
@raphael-theriault-swi
Copy link
Member

@dependabot rebase

Bumps the otel-contrib group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.46.0` | `0.47.0` |
| [@opentelemetry/instrumentation-aws-sdk](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.45.0` | `0.46.0` |
| [@opentelemetry/instrumentation-mysql2](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.42.0` | `0.42.1` |
| [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.47.0` | `0.47.1` |
| [@opentelemetry/instrumentation-undici](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.7.0` | `0.7.1` |


Updates `@opentelemetry/instrumentation-aws-lambda` from 0.46.0 to 0.47.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@instrumentation-pg-v0.46.0...instrumentation-pg-v0.47.0)

Updates `@opentelemetry/instrumentation-aws-sdk` from 0.45.0 to 0.46.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@instrumentation-pg-v0.45.0...instrumentation-pg-v0.46.0)

Updates `@opentelemetry/instrumentation-mysql2` from 0.42.0 to 0.42.1
- [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@instrumentation-pg-v0.42.0...instrumentation-mysql2-v0.42.1)

Updates `@opentelemetry/instrumentation-pg` from 0.47.0 to 0.47.1
- [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@instrumentation-pg-v0.47.0...instrumentation-pg-v0.47.1)

Updates `@opentelemetry/instrumentation-undici` from 0.7.0 to 0.7.1
- [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@v0.7.0...instrumentation-fs-v0.7.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/instrumentation-aws-lambda"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-contrib
- dependency-name: "@opentelemetry/instrumentation-aws-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-contrib
- dependency-name: "@opentelemetry/instrumentation-mysql2"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: otel-contrib
- dependency-name: "@opentelemetry/instrumentation-pg"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: otel-contrib
- dependency-name: "@opentelemetry/instrumentation-undici"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: otel-contrib
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/otel-contrib-ed08ce6f3e branch from 8cde111 to ab1c8d8 Compare November 11, 2024 18:23
@raphael-theriault-swi raphael-theriault-swi merged commit 2c15411 into main Nov 11, 2024
38 checks passed
@raphael-theriault-swi raphael-theriault-swi deleted the dependabot/npm_and_yarn/otel-contrib-ed08ce6f3e branch November 11, 2024 18:36
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
Development

Successfully merging this pull request may close these issues.

1 participant