-
Notifications
You must be signed in to change notification settings - Fork 711
Upgrade OTLP proto to v1.7. #4645
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
Conversation
event_name
to LogRecord
API/SDK/PROTO
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.
should we handle #4644 first then? Like in two separate PRs or the proto bump depends on all the changes to be done together?
Hmm we could do it separately.. Proto change doesn't require it. I'm heading out for weekend but can break it out on Monday if you think that's cleaner |
event_name
to LogRecord
API/SDK/PROTO
Ok I backed off the changes adding support for event name |
Once this is submitted I'll make a new PR for those |
Created #4652 to add the field to the LogRecord |
Description
Upgrade to proto 1.7. The file diffs make it very hard to tell what has actually changed. Wish there were a better way to see actual diffs.
From reading through https://github.com/open-telemetry/opentelemetry-proto/releases -- most of the changes are to profiling which we don't support AFAICT, so I don't think we have to worry about that at all.
The only other notable change is that the
EventName
field was added to theLogRecord
proto... I opened up #4644 for that. I plan to make a PR to add support for this field once this PR is submitted.Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests
Does This PR Require a Contrib Repo Change?
Checklist: