hyleung / go-kit-zipkin-demo

Demo app using Go-Kit with Zipkin tracing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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>

About

Demo app using Go-Kit with Zipkin tracing


Languages

Language:Go 100.0%