-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
I have implemented a gRPC plugin for python, and interceptors(client-side and server-side) were used to achieve this.
But in developer guide and plugins already implemented, it seems to be a different way to implement a plugin.
Inside the install method, you find out the relevant method(s) of the libraries that you plan to instrument, and create/close spans before/after those method(s).
I was wondering if I make a PR, is interceptors acceptable, or it is a better way to follow what's said in developer guide.
Use case
Use python gRPC plugin to track gRPC requests
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable