-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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 census protos. #6702
Add census protos. #6702
Conversation
@@ -0,0 +1,313 @@ | |||
// Copyright 2016, Google Inc. |
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.
Please move .proto files to src/proto/$pkgname/$protofile
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.
(we have a few build systems that are sensitive)
@@ -0,0 +1,3 @@ | |||
google.census.Tag.key max_size:255 | |||
google.census.Tag.value max_size:255 | |||
google.census.View.tag_keys max_count 15 |
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.
Fix this?
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.
Everything looks good.
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.
Added missing newline. Waiting to see if tests run this time...
Can you fix the test issues? |
This should fix at least some of the test failures. Still trying to figure out what is going on with protobuf submodule: I get v3.0.0-beta-2-416-ga1938b2 (even after a submodule deinit/update cycle), looks like it is expecting v3.0.0-beta-2-441-g3470b68. |
LGTM |
Mac failures are unrelated. |
Initial version of census protos, used for configuring/defining which stats will be recorded, and output formats. We use protos so we have commonality across different language versions of gRPC.