-
Notifications
You must be signed in to change notification settings - Fork 532
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: update OTel core deps and API #953
Conversation
I think this requires also a release of experimental core modules as e.g. |
Yes... and |
open-telemetry/opentelemetry-js#2835 moves them all back to experimental, then we will make them not depend on each other, then we will move only proto and grpc to stable. JSON is being stabilized so the exporter can be released stable when that happens. |
Sorry, misclicked "close". Actually, @Flarna, I take that back. We don't need to release |
1.1.1 is not released
b7d655e
to
ad4b2b6
Compare
It seems like I've run of "PR quota" or something, the CI just doesn't run. |
nope, github has some issues with actions, see here |
Codecov Report
@@ Coverage Diff @@
## main #953 +/- ##
==========================================
- Coverage 95.91% 92.04% -3.87%
==========================================
Files 13 127 +114
Lines 856 5833 +4977
Branches 178 1122 +944
==========================================
+ Hits 821 5369 +4548
- Misses 35 464 +429
|
I'm going to close this. All the conflicting deps are updated in #954. |
Which problem is this PR solving?
Problem explained in open-telemetry/opentelemetry-js#2863
Short description of the changes
Update everything to latest to make sure it's all in sync.
This is an alternative solution to #954