-
Notifications
You must be signed in to change notification settings - Fork 683
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 gRPC integration #276
Comments
The opentelemetry-auto-instr-python repo contains an integration for gRPC. We could port that into this repo. |
one request, please have a care for those that find grpc unwieldy as a large binary dependency, or complicated in its runtime usage analysis (considerable complexity in its implementation, background threads, locks), and make it optional instead of a require dependency of the opentelemetry sdk. [update] i see all integrations are cleanly separated out into the ext packages, so above shouldn't be a concern. |
OpenCensus implementation OpenTracing implementation |
Looks like related PR: #476 |
Fixed by #476. |
Add a gRPC integration in the style of
opencensus-ext-grpc
, using gRPC python interceptors.The text was updated successfully, but these errors were encountered: