- start zipkin
docker run -d -p 9411:9411 openzipkin/zipkin
- start grpc server
go run server/server.go
- send grpc request with trace info
go run client/client.go
- send grpc request without trace info
go run client/client_no_zipkin.go
- search on web
http://localhost:9411/