-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(node-experimental): Update fastify instrumentation & E2E test (#…
…9223) E2E tests started failing for fastify because of 0.32.3 (https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/plugins/node/opentelemetry-instrumentation-fastify/CHANGELOG.md) being released. This includes this change open-telemetry/opentelemetry-js-contrib#1680 (which actually we wrote xD) that changes some span names, which lead to E2E test failing.
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4367,13 +4367,13 @@ | |
"@opentelemetry/semantic-conventions" "^1.0.0" | ||
"@types/express" "4.17.17" | ||
|
||
"@opentelemetry/instrumentation-fastify@~0.32.2": | ||
version "0.32.2" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-fastify/-/instrumentation-fastify-0.32.2.tgz#4af882938d3c05f7c7f5f860095e568728a2d838" | ||
integrity sha512-DKa7SgxTtZ0O1ngGtAdwr/g8XguYw6KvLNME+J8rt6QpWQM+xytS0bg4atZAyt6aeYr/kO1sMrGXSlHEEYWIhg== | ||
"@opentelemetry/instrumentation-fastify@~0.32.3": | ||
version "0.32.3" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-fastify/-/instrumentation-fastify-0.32.3.tgz#2c0640c986018d1a41dfff3d9c3bfe3b5b1cf62d" | ||
integrity sha512-vRFVoEJXcu6nNpJ61H5syDb84PirOd4b3u8yl8Bcorrr6firGYBQH4pEIVB4PkQWlmi3sLOifqS3VAO2VRloEQ== | ||
dependencies: | ||
"@opentelemetry/core" "^1.8.0" | ||
"@opentelemetry/instrumentation" "^0.41.2" | ||
"@opentelemetry/instrumentation" "^0.44.0" | ||
"@opentelemetry/semantic-conventions" "^1.0.0" | ||
|
||
"@opentelemetry/instrumentation-graphql@~0.35.1": | ||
|
@@ -4471,6 +4471,17 @@ | |
semver "^7.5.2" | ||
shimmer "^1.2.1" | ||
|
||
"@opentelemetry/instrumentation@^0.44.0": | ||
version "0.44.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.44.0.tgz#194f16fc96671575b6bd73d3fadffb5aa4497e67" | ||
integrity sha512-B6OxJTRRCceAhhnPDBshyQO7K07/ltX3quOLu0icEvPK9QZ7r9P1y0RQX8O5DxB4vTv4URRkxkg+aFU/plNtQw== | ||
dependencies: | ||
"@types/shimmer" "^1.0.2" | ||
import-in-the-middle "1.4.2" | ||
require-in-the-middle "^7.1.1" | ||
semver "^7.5.2" | ||
shimmer "^1.2.1" | ||
|
||
"@opentelemetry/[email protected]": | ||
version "1.17.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/propagator-b3/-/propagator-b3-1.17.0.tgz#32509a8214b7ced7709fd06c0ee5a0d86adcc51f" | ||
|