Add example for sleuth and zipkin integration #264 #568
Add example for sleuth and zipkin integration #264 #568haochencheng wants to merge 5 commits intogrpc-ecosystem:masterfrom
Conversation
|
Sorry for the late response. I have been on vacation. This looks good to me. I will do a thorough review in the next few days. |
|
Could you please provide a |
here is the docker command to install zipkin then open http://127.0.0.1:9411/ you could see the zipkin ui |
ST-DDT
left a comment
There was a problem hiding this comment.
@masayoshi-louis is right. These beans will be created automatically by this library and thus don't need to be created in the example projects again.
@haochencheng Sorry for the delay with my reviews. I'm currently very busy and don't have any spare time.
It's ok.These beans are redundant,i add these beans want people know that them can customer the beans.The example should by simple and concise. I will do a recheck and remove these benas. |



Hello.I see #264 is marked help wanted .
I add examples:cloud-sleuth-zipkin-grpc-client and examples:cloud-sleuth-zipkin-grpc-server which integration sleuth and
zipkin .