-
Notifications
You must be signed in to change notification settings - Fork 810
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your environment
- Platform: any
- Python version: any
- Library version: main HEAD as of Aug 24th
Steps to reproduce
See documents for gRPC instrumentation
What is the expected behavior?
For client instrumentation example, I would see either of the followings:
GrpcInstrumentorClient().instrument()is called without return value assignment.- Get the return value of
GrpcInstrumentorClient()and callinstrument()method of it.
What is the actual behavior?
I see the following example codes.
In the Usage Client section:
instrumentor = GrpcInstrumentorClient().instrument()And in the GrpcInstrumentorClient class document:
grpc_client_instrumentor = GrpcInstrumentorClient()
grpc.client_instrumentor.instrument()where 2nd line is calling non existing package. It should be typo of the variable defined in 1st line.
Additional context
I was trying implement the code to fix #373 and found this issue, so I created separate issue here. I'll create a PR for this shortly.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working