-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
tracing: google grpc service support for ocagent/opencensus #9955
tracing: google grpc service support for ocagent/opencensus #9955
Conversation
Signed-off-by: michael.wozniak <[email protected]>
5ab34ef
to
8d2c041
Compare
Signed-off-by: michael.wozniak <[email protected]>
Signed-off-by: michael.wozniak <[email protected]>
…ncensus_grpc_service
Signed-off-by: michael.wozniak <[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.
Flushing a high-level comment. Seems like you need to add a test as well?
Signed-off-by: michael.wozniak <[email protected]>
Signed-off-by: michael.wozniak <[email protected]>
Signed-off-by: michael.wozniak <[email protected]>
…ncensus_grpc_service
…ncensus_grpc_service
…ncensus_grpc_service
Looks good. Should we have a test for this? |
Signed-off-by: michael.wozniak <[email protected]>
I added a test for the new config option, however I'm not sure if you mean to set up a mock service and actually connect to it. I don't see tests currently that do that for the existing exporters, so I'm not sure how I would do that. |
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.
I think it is good. Thanks! I’ll let @lizan to do the API changes approval. Thanks again!
Signed-off-by: michael.wozniak <[email protected]>
Signed-off-by: michael.wozniak <[email protected]>
Signed-off-by: michael.wozniak <[email protected]>
the test failure doesn't seem to be related to these changes as far as I can tell |
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.
API LGTM
Signed-off-by: michael.wozniak <[email protected]>
Description: support a grpc service for opencensus tracing ocagent backend. this allows more fine grained control over the grpc connection to the ocagent and exposes more settings for the connection.
Risk Level: low
Testing: there don't appear to be tests around this part of the code at the moment. would be open to suggestions about how to add tests for this.
Docs Changes: updated docs for new proto field
Release Notes: added note to existing release note