-
Notifications
You must be signed in to change notification settings - Fork 518
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
chore(deps): update deps matching "@opentelemetry/*" #2500
Conversation
- Use range deps for `@opentelemetry/*` deps (with some exceptions for /api and /semantic-conventions). This allows scripts/update-otel-deps.js to be able to do its thing. - "propagators/propagator-aws-xray/" only needed `@opentelemetry/core` for tests
…urrent latest version ^1.26.0
0.53.0 -> 0.54.0 @opentelemetry/api-logs (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/instrumentation (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/instrumentation-fetch (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/instrumentation-grpc (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/instrumentation-http (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/instrumentation-xml-http-request (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/sdk-logs (range-bump) 0.53.0 -> 0.54.0 @opentelemetry/sdk-node (range-bump) 1.26.0 -> 1.27.0 @opentelemetry/context-async-hooks 1.26.0 -> 1.27.0 @opentelemetry/context-zone 1.26.0 -> 1.27.0 @opentelemetry/context-zone-peer-dep 1.26.0 -> 1.27.0 @opentelemetry/core 1.26.0 -> 1.27.0 @opentelemetry/exporter-jaeger 1.26.0 -> 1.27.0 @opentelemetry/propagator-b3 1.26.0 -> 1.27.0 @opentelemetry/propagator-jaeger 1.26.0 -> 1.27.0 @opentelemetry/resources 1.26.0 -> 1.27.0 @opentelemetry/sdk-metrics 1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-base 1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-node 1.26.0 -> 1.27.0 @opentelemetry/sdk-trace-web
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2500 +/- ##
=======================================
Coverage 90.85% 90.85%
=======================================
Files 159 159
Lines 7851 7851
Branches 1621 1621
=======================================
Hits 7133 7133
Misses 718 718 |
There is a race with SimpleSpanProcessor#onEnd() where the spans are not synchronously 'exported' if span.resource.asyncAttributesPending. Something about the updates in the PR results in this race being more likely to occur.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for updating this 🙂
@trentm I updated the commit type to |
checklist
BEGIN_COMMIT_OVERRIDE
feat: update "@opentelemetry/*" dependencies to 1.27.0/0.54.0
END_COMMIT_OVERRIDE