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

fix(spans): adhere attribute name to otel semver #185

Merged
merged 8 commits into from
Dec 13, 2024

Conversation

Strazz1337
Copy link
Contributor

Updates the http span attributes to match with the updated OTEL specification.

Fixes #182

@Strazz1337 Strazz1337 requested a review from a team as a code owner October 12, 2024 12:25
compression_handler.go Outdated Show resolved Hide resolved
@baywet
Copy link
Member

baywet commented Dec 13, 2024

@Strazz1337 gentle reminder on this one. Are you still working on it?

Copy link
Contributor

This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged.

@Strazz1337
Copy link
Contributor Author

@baywet fixed.

Somehow git sees the following files as fully changed, while only the setAttributes methods are clearly updated:

  • compression_handler.go
  • retry_handler.go

Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thank you for making the changes! A couple additional remarks

span_attributes.go Outdated Show resolved Hide resolved
span_attributes.go Outdated Show resolved Hide resolved
nethttp_request_adapter.go Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
nethttp_request_adapter.go Outdated Show resolved Hide resolved
baywet and others added 4 commits December 13, 2024 12:11
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution!

Do you want to take on java next? microsoft/kiota-java#1540

@baywet baywet enabled auto-merge December 13, 2024 17:17
@baywet baywet merged commit 710bf50 into microsoft:main Dec 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done ✔️
Development

Successfully merging this pull request may close these issues.

http - align OTEL http attributes with latest standard
4 participants