Download the files to a directory and start services using Docker Compose.
docker-compose up -d
Generate some load (run few times with different trace IDs)
curl -H "x-client-trace-id: 23423sfdf3" http://localhost:8000
View the traces and dependency graphs in Zipkin at http://localhost:9411
The following HTTP headers need to be propagated by a service when making outbound calls to dependent services:
X-Ot-Span-Context
X-Request-Id
X-B3-TraceId
X-B3-SpanId
X-B3-ParentSpanId
X-B3-Sampled
X-B3-Flags