-
Notifications
You must be signed in to change notification settings - Fork 807
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: proposal 1.6.0/experimental 0.32.0 #3192
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3192 +/- ##
==========================================
- Coverage 92.17% 92.15% -0.03%
==========================================
Files 191 87 -104
Lines 6055 2497 -3558
Branches 1292 547 -745
==========================================
- Hits 5581 2301 -3280
+ Misses 474 196 -278
|
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.
Looks good!
Looks like https://github.com/open-telemetry/opentelemetry-js#compatibility-matrix needs to be updated with the new release (and 0.31.0
), though. 🙂
I think @opentelemetry/sdk-metrics-base should be set to deprecated and referring to @opentelemetry/sdk-metrics |
1.6.0
🚀 (Enhancement)
@opentelemetry/api
#3177 @dyladan🐛 (Bug Fix)
once
can be removed usingremoveListener
#3133
Experimental 0.32.0
💥 Breaking Change
🚀 (Enhancement)
NodeSDK
#3066 @weyert@opentelemetry/api
#3177 @dyladan🐛 (Bug Fix)
http.host
attribute before sending the request fix(instrumentation-http): add http.host attribute before sending the request #3054 @cuichenli