Zipkin Docker

Zipkin Docker#

Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.

Docker Compose#

zipkin.yml

http://localhost:9411/

Screenshots#

https://zipkin.io/public/img/web-screenshot.png

https://zipkin.io/public/img/dependency-graph.png

References#