-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
handling http semantic convention breaking changes in v1.23.0 #31120
Conversation
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.
Didn't review tests, will make time to review tmrw.
@bogdandrutu @atoulme Would you help us review and merge this PR? |
@open-telemetry/collector-contrib-approvers Would you help us review and merge this PR? |
Please address lint issues |
@TylerHelmuth addressed! Please take a look. |
@open-telemetry/collector-contrib-approvers Would you help us review and merge this PR? |
…elemetry#31120) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> `awsxrayexporter` is able to handle both old and new versions of http span attributes, support translate new http attributes to xray segment fields by following http [server span](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#http-server) and [client span](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#http-client) spec. **Link to tracking Issue:** <Issue number if applicable> open-telemetry#30935 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.> https://opentelemetry.io/blog/2023/http-conventions-declared-stable/ --------- Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Description:
awsxrayexporter
is able to handle both old and new versions of http span attributes, support translate new http attributes to xray segment fields by following http server span and client span spec.Link to tracking Issue:
#30935
Testing:
Documentation:
https://opentelemetry.io/blog/2023/http-conventions-declared-stable/