Skip to content
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

Merged
merged 3 commits into from Feb 19, 2024

Conversation

hdost
Copy link
Contributor

@hdost hdost commented Feb 18, 2024

  • 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.

Relates #995

@hdost hdost requested a review from a team as a code owner February 18, 2024 23:29
@hdost hdost force-pushed the chore/995-add-deprecation-notices branch 3 times, most recently from 5a4a6f2 to c9a6ff9 Compare February 18, 2024 23:53
Copy link

codecov bot commented Feb 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1169445) 66.0% compared to head (1f0b558) 66.0%.

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.
📢 Have feedback on the report? Share it here.

- 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
Copy link
Contributor

@TommyCpp TommyCpp left a 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

opentelemetry-jaeger/README.md Outdated Show resolved Hide resolved
opentelemetry-jaeger/src/exporter/config/agent.rs Outdated Show resolved Hide resolved
opentelemetry-jaeger/src/exporter/config/agent.rs Outdated Show resolved Hide resolved
// 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."
Copy link
Contributor

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

Copy link
Contributor Author

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.

Copy link
Contributor

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.

@hdost hdost requested a review from TommyCpp February 19, 2024 00:15
opentelemetry-jaeger/README.md Outdated Show resolved Hide resolved
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
@hdost hdost merged commit 36c2a8e into open-telemetry:main Feb 19, 2024
15 checks passed
@hdost hdost deleted the chore/995-add-deprecation-notices branch February 19, 2024 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants