Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

zirkome/zipkin-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zipkin Demo with gRPC

Tracing calls between microservices with Zipkin and gRPC

Requirements

Installation

Locally with govendor (recommended):

govendor sync
go install ./cmd/...

With go get:

go get github.com/kokaz/zipkin-demo/cmd/...

Run it!

The order matters (a bit) as some services depends on others. Run the services in this order:

beta
centauri
alpha

And then use the client to talk to alpha:

alphaclient

Then go to your Zipkin UI (e.g. localhost:9411) to see the traces.

About

A Zipkin + gRPC demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published