-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
@Strazz1337 gentle reminder on this one. Are you still working on it? |
This pull request has conflicting changes, the author must resolve the conflicts before this pull request can be merged. |
@baywet fixed. Somehow git sees the following files as fully changed, while only the setAttributes methods are clearly updated:
|
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.
Thank you for making the changes! A couple additional remarks
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
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.
Thanks for the contribution!
Do you want to take on java next? microsoft/kiota-java#1540
Updates the http span attributes to match with the updated OTEL specification.
Fixes #182