Zipkin
Open-source distributed tracing system that helps troubleshoot latency problems.
Why consider Zipkin?
Zipkin is a distributed tracing system that gathers timing data needed to troubleshoot latency problems in service architectures. It manages both collection and lookup of request spans.
Learn Zipkin by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Zipkin
Zipkin enables engineering teams to understand the critical path of distributed HTTP and RPC requests, highlighting which downstream microservices or database queries introduce bottlenecks.
Running with Docker
docker run -d \ --name zipkin \ -p 9411:9411 \ openzipkin/zipkin:latestAccess the Zipkin Web UI at http://localhost:9411/zipkin/.
Zipkin is distributed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.