-
Notifications
You must be signed in to change notification settings - Fork 451
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
deprecation(opentelemetry-jaeger): Add deprecation notice. #1560
deprecation(opentelemetry-jaeger): Add deprecation notice. #1560
Conversation
5a4a6f2
to
c9a6ff9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1560 +/- ##
=====================================
Coverage 66.0% 66.0%
=====================================
Files 140 140
Lines 19537 19537
=====================================
Hits 12903 12903
Misses 6634 6634 ☔ View full report in Codecov by Sentry. |
- Add deprecation flags to the various components to give notices in users compilers. - Add more definition around the deprecation in the README. - Add a deprecation badge for crates.io. - Update changelog to show deprecation notice. Relates open-telemetry#995
c9a6ff9
to
e7f1db2
Compare
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.
Overall LTGM. Some nits
// make sure when collector_cilent and wasm_collector_client are both set. We will create a wasm type client | ||
#[deprecated( | ||
since = "0.21.0", | ||
note = "Please Migrate to opentelemetry-otlp exporter." |
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.
wasm is not available for now. We probably will have to stablize the existing API before explore the wasm support
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.
So is this the reason people are still using Jaeger? if it's WASM then that seems like a blocker to me.
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.
It could be? But crates.io doesn't provide feature level metrics so it's hard to say for sure.
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
Relates #995