Skip to content

[Feature] python gRPC plugin #8603

@kehuili

Description

@kehuili

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

Metadata

Metadata

Labels

featureNew featurepythonPython agent related

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions