-
Notifications
You must be signed in to change notification settings - Fork 650
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
Update to OpenTelemetry Proto 0.4.0 #889
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.
Thanks for doing this work! Would like to see handling of array_value and kvlist_value before approving, since that's part of the breaking changes in the 0.4.0 trace proto
opentelemetry-proto/src/opentelemetry/proto/common/v1/common_pb2.py
Outdated
Show resolved
Hide resolved
Updates look good, please add a changelog entry and i'll approve |
Could you update here with the
That will regen everything including the stubs, as well and delete any old files if there are any. |
Hey, @aabmass, I ran the script and added the results here. Please let me know if this is what you had in mind 👍 |
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.
…y#889) * feat: start a root span with spanOptions.parent = null * chore: lint * chore: add return type for readability
Fixes #886