Zipkin - 分布式跟踪系统


Apache
跨平台
Scala

软件简介

Zipkin 是 Twitter 的一个开源项目,允许开发者收集 Twitter 各个服务上的监控数据,并提供查询接口。

该系统让开发者可通过一个 Web 前端轻松的收集和分析数据,例如用户每次请求服务的处理时间等,可方便的监测系统中存在的瓶颈。

Zipkin 使用 Apache Cassandra 做为数据存储系统,使用
Apache ZooKeeper – the Hadoop
configuration management software – for coordination, and Facebook’s Scribe
data aggregation system as the logging framework to transport the trace data.