-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(node): Use @opentelemetry/instrumentation-undici
for fetch tracing
#13485
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
dbd4ed8
feat(node): Use `@opentelemetry/instrumentation-undici` for fetch tra…
timfish eb0a361
Merge remote-tracking branch 'upstream/develop' into timfish/otel-undici
timfish 15b856c
revert mongoose bump
timfish f94e183
Manually set `SEMATTRS_HTTP_URL` (`http.url`) since the instrumentati…
timfish 7342e61
add comments
timfish 5d2d0f2
fix baggage propagation
timfish 4fa38f3
Lint
timfish 4368628
Check `url.full`
timfish 6b3adb3
Merge branch 'develop' into timfish/otel-undici
timfish 2e621b2
Fix attribute
timfish 0db9814
Merge remote-tracking branch 'upstream/develop' into timfish/otel-undici
timfish df01350
Get tests passing!
timfish cc873d8
Merge branch 'develop' into timfish/otel-undici
timfish 033a154
lint
timfish 7545513
Dont test Node v16
timfish 88728a1
more `http.request.method`
timfish 0cb3322
Fix nextjs-14 e2e test
timfish 4a73857
From PR review
timfish e8e2198
Fix nextjs-14 test
timfish 8bb6c75
Merge remote-tracking branch 'upstream/develop' into timfish/otel-undici
timfish 049d328
Merge branch 'develop' into timfish/otel-undici
timfish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7166,10 +7166,10 @@ | |
"@opentelemetry/sdk-metrics" "^1.9.1" | ||
"@opentelemetry/semantic-conventions" "^1.22.0" | ||
|
||
"@opentelemetry/instrumentation-mongoose@0.40.0": | ||
version "0.40.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.40.0.tgz#9c888312e524c381bfdf56a094c799150332dd51" | ||
integrity sha512-niRi5ZUnkgzRhIGMOozTyoZIvJKNJyhijQI4nF4iFSb+FUx2v5fngfR+8XLmdQAO7xmsD8E5vEGdDVYVtKbZew== | ||
"@opentelemetry/instrumentation-mongoose@0.41.0": | ||
timfish marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
version "0.41.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-mongoose/-/instrumentation-mongoose-0.41.0.tgz#9557245f7fb2a7f4673722a9c597bddb3e3be652" | ||
integrity sha512-ivJg4QnnabFxxoI7K8D+in7hfikjte38sYzJB9v1641xJk9Esa7jM3hmbPB7lxwcgWJLVEDvfPwobt1if0tXxA== | ||
dependencies: | ||
"@opentelemetry/core" "^1.8.0" | ||
"@opentelemetry/instrumentation" "^0.52.0" | ||
|
@@ -7221,6 +7221,14 @@ | |
"@opentelemetry/redis-common" "^0.36.2" | ||
"@opentelemetry/semantic-conventions" "^1.22.0" | ||
|
||
"@opentelemetry/[email protected]": | ||
version "0.5.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-undici/-/instrumentation-undici-0.5.0.tgz#50782ff300027d0d0664fb60a3c12227586d5ebd" | ||
integrity sha512-aNTeSrFAVcM9qco5DfZ9DNXu6hpMRe8Kt8nCDHfMWDB3pwgGVUE76jTdohc+H/7eLRqh4L7jqs5NSQoHw7S6ww== | ||
dependencies: | ||
"@opentelemetry/core" "^1.8.0" | ||
"@opentelemetry/instrumentation" "^0.52.0" | ||
|
||
"@opentelemetry/[email protected]", "@opentelemetry/instrumentation@^0.49 || ^0.50 || ^0.51 || ^0.52.0", "@opentelemetry/instrumentation@^0.52.0", "@opentelemetry/instrumentation@^0.52.1": | ||
version "0.52.1" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.52.1.tgz#2e7e46a38bd7afbf03cf688c862b0b43418b7f48" | ||
|
@@ -7244,17 +7252,6 @@ | |
semver "^7.5.2" | ||
shimmer "^1.2.1" | ||
|
||
"@opentelemetry/instrumentation@^0.46.0": | ||
version "0.46.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation/-/instrumentation-0.46.0.tgz#a8a252306f82e2eace489312798592a14eb9830e" | ||
integrity sha512-a9TijXZZbk0vI5TGLZl+0kxyFfrXHhX6Svtz7Pp2/VBlCSKrazuULEyoJQrOknJyFWNMEmbbJgOciHCCpQcisw== | ||
dependencies: | ||
"@types/shimmer" "^1.0.2" | ||
import-in-the-middle "1.7.1" | ||
require-in-the-middle "^7.1.1" | ||
semver "^7.5.2" | ||
shimmer "^1.2.1" | ||
|
||
"@opentelemetry/otlp-transformer@^0.50.0": | ||
version "0.50.0" | ||
resolved "https://registry.yarnpkg.com/@opentelemetry/otlp-transformer/-/otlp-transformer-0.50.0.tgz#211fe512fcce9d76042680f955336dbde3be03ef" | ||
|
@@ -20766,16 +20763,6 @@ [email protected]: | |
cjs-module-lexer "^1.2.2" | ||
module-details-from-path "^1.0.3" | ||
|
||
[email protected]: | ||
version "1.7.1" | ||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.7.1.tgz#3e111ff79c639d0bde459bd7ba29dd9fdf357364" | ||
integrity sha512-1LrZPDtW+atAxH42S6288qyDFNQ2YCty+2mxEPRtfazH6Z5QwkaBSTS2ods7hnVJioF6rkRfNoA6A/MstpFXLg== | ||
dependencies: | ||
acorn "^8.8.2" | ||
acorn-import-assertions "^1.9.0" | ||
cjs-module-lexer "^1.2.2" | ||
module-details-from-path "^1.0.3" | ||
|
||
import-in-the-middle@^1.11.0, import-in-the-middle@^1.8.1: | ||
version "1.11.0" | ||
resolved "https://registry.yarnpkg.com/import-in-the-middle/-/import-in-the-middle-1.11.0.tgz#a94c4925b8da18256cde3b3b7b38253e6ca5e708" | ||
|
@@ -26304,14 +26291,6 @@ opener@^1.5.2: | |
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598" | ||
integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== | ||
|
||
[email protected]: | ||
version "1.2.3" | ||
resolved "https://registry.yarnpkg.com/opentelemetry-instrumentation-fetch-node/-/opentelemetry-instrumentation-fetch-node-1.2.3.tgz#beb24048bdccb1943ba2a5bbadca68020e448ea7" | ||
integrity sha512-Qb11T7KvoCevMaSeuamcLsAD+pZnavkhDnlVL0kRozfhl42dKG5Q3anUklAFKJZjY3twLR+BnRa6DlwwkIE/+A== | ||
dependencies: | ||
"@opentelemetry/instrumentation" "^0.46.0" | ||
"@opentelemetry/semantic-conventions" "^1.17.0" | ||
|
||
[email protected]: | ||
version "0.7.1" | ||
resolved "https://registry.yarnpkg.com/opentelemetry-instrumentation-remix/-/opentelemetry-instrumentation-remix-0.7.1.tgz#ef90ede718612786f7015e5496bd25cac8c49ce3" | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.