-
Notifications
You must be signed in to change notification settings - Fork 844
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 plugin #158
Comments
@OlivierAlbertini are you working this? Else I can claim it. @mayurkale22 |
Hey @markwolff welcome back! AFAIK no one is working on this, @OlivierAlbertini Could you please confirm the same? |
From his message on the gitter is on holiday until friday but i'm pretty sure he's only worked on the http plugin |
I confirm |
Closed via #215 |
fix: patch removeEventListener to properly remove patched callbacks
Add
opentelemetry-plugin-grpc
to allow the user to automatically collect trace data. This should be based onBasePlugin
interface: https://github.com/open-telemetry/opentelemetry-js/blob/master/packages/opentelemetry-core/src/trace/instrumentation/BasePlugin.ts#L20OpenCensus reference implementation : https://github.com/census-instrumentation/opencensus-node/tree/master/packages/opencensus-instrumentation-grpc
The text was updated successfully, but these errors were encountered: