红联Linux门户
Linux帮助

分布式跟踪系统 Zipkin

发布时间:2012-10-12 15:33:22来源:红联作者:empast
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.

主页:https://github.com/twitter/zipkin

下载:https://github.com/twitter/zipkin/downloads

来自:开源中国社区
文章评论

共有 0 条评论