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

Chore/1489 deprecate aws id generator #1573

Merged

Conversation

sreeo
Copy link
Contributor

@sreeo sreeo commented Feb 23, 2024

Fixes #
Design discussion issue (if applicable) #

Changes

Deprecates the XrayIdGenerator in the opentelemetry core sdk.
Relates #1489

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@sreeo sreeo marked this pull request as ready for review February 23, 2024 20:53
@sreeo sreeo requested a review from a team as a code owner February 23, 2024 20:53
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@188a26c). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff           @@
##             main   #1573   +/-   ##
======================================
  Coverage        ?   66.0%           
======================================
  Files           ?     140           
  Lines           ?   19537           
  Branches        ?       0           
======================================
  Hits            ?   12903           
  Misses          ?    6634           
  Partials        ?       0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1,7 +1,13 @@
# Changelog

## Deprecation Notice

XrayIdGenerator has been migrated to the opentelemetry-aws crate starting from 0.10.0. [#33](https://github.com/open-telemetry/opentelemetry-rust-contrib/pull/33)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the message is not very clear. Could you rephrase so that it is clear that we are referrung to 0.10.0 of the aws create.

Also, this can be under a "##Removed" section.

Copy link
Member

@lalitb lalitb Feb 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this has been deprecated in this crate, not removed yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can however be moved inside of the version. I think this may have been inspired by my jaeger deprecation, but in this case we're only deprecating a component. Where as for jaeger we're deprecating the crate.

Could be:

# Changelog

## vNext

### Deprecated
...

Copy link
Contributor Author

@sreeo sreeo Feb 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about this?

### Deprecated

- XrayIdGenerator in the opentelemetry-sdk has been deprecated and moved to version 0.10.0 of the opentelemetry-aws crate.

@hdost hdost merged commit 27cf653 into open-telemetry:main Feb 24, 2024
15 checks passed
@sreeo sreeo deleted the chore/1489-deprecate-aws-id-generator branch February 25, 2024 17:56
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

4 participants