zipkin4net
zipkin4net copied to clipboard
gRPC support
How can I use the library to trace the gRPC microservices interaction ?
There are two part of this library:
- Sending spans to zipkin collector
- Creating the trace itself
As this library is for the moment low-level, you would have to create traces yourself when receiving/sending a gRPC call.
So basically, the answer is yes but you have to do it manually for the moment.
@fedj
Have an example?
@Leowuqunqun Zipkin4net provides you with http propagation at the moment. I'm refactoring it and I'll push a PR probably today. After the refactoring, it should be fairly easy to integrate with grpc
@fedj very good, Where is the PR address?
Sorry, I completely forgot. I'll finish it asap!
@fedj hi ,How's the progress now?
Hi @Leowuqunqun,
Sorry for the non-update, the propagation was refactored a while ago and now allows easily to support graph IMO.