Questions
- When using gRPC, would you write your own instrumentation or reuse an existing one?
- Let’s imagine we want to instrument gRPC communication between the client and server when the client initiates a connection at startup time and keeps it open forever (until the server or client stops) and then reuses this connection for all the communication. Which tracing approach would you choose? Why?