-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add protos for bundle telemetry #2209
Conversation
Co-authored-by: Pieter Noordhuis <[email protected]>
Co-authored-by: Pieter Noordhuis <[email protected]>
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.
No tests are needed since this PR only adds the type bindings.
Can you think of a way to get some coverage?
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.
Approve to unblock. Please TAL at remaining comments.
Yeah, I have an integration test in another PR. Let me split that up and send it for review separatately. |
## Changes Followup from #2209 (review). This PR adds an integration test to validate that the API type bindings work against the telemetry endpoint. ## Tests N/A --------- Co-authored-by: Pieter Noordhuis <[email protected]>
Changes
These types correspond to the telemetry protobufs defined in universe.
Tests
No tests are needed since this PR only adds the type bindings.