/go-kit-zipkin-demo

Demo app using Go-Kit with Zipkin tracing

Primary LanguageGo

#Go-Kit + Zipkin Demo

"Hello World" Go-Kit web service with Zipkin tracing enabled.

Getting Started

This project uses GB, so it should be fairly self-contained. Assuming, you already have gb installed...

gb build all

Start Zipkin via docker-compose:

docker-compose up

Start the service:

bin/echoservice -port=<some port> -scribeHost=<some scribe host> -sampleRate=<something between 0 and 1>