Skip to content
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

Merged
merged 13 commits into from
Jun 1, 2016
Merged

Add census protos. #6702

merged 13 commits into from
Jun 1, 2016

Conversation

a-veitch
Copy link
Contributor

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.

@@ -0,0 +1,313 @@
// Copyright 2016, Google Inc.
Copy link
Member

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

Copy link
Member

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix this?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good.

Copy link
Contributor Author

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...

@bogdandrutu
Copy link

Can you fix the test issues?

@a-veitch
Copy link
Contributor Author

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.

@ctiller
Copy link
Member

ctiller commented May 31, 2016

LGTM

@jtattermusch
Copy link
Contributor

Mac failures are unrelated.

@jtattermusch jtattermusch merged commit 6eb2380 into grpc:master Jun 1, 2016
@a-veitch a-veitch deleted the add_proto branch June 3, 2016 00:14
@lock lock bot locked as resolved and limited conversation to collaborators Jan 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants