作者:小程故事多
链接:https://www.jianshu.com/p/e3d7c50651f6
分布式调用链监控资源总结

image.png

一、常用文档

Google Dapper 中文论文

http://bigbully.github.io/Dapper-translation/

分布式追踪系统架构与设计

中文版:http://www.36dsj.com/archives/60241

英文版:https://tech.knewton.com/blog/2016/04/distributed-tracing-design-architecture/

OpenTracing官方标准-中文版

中文版:https://github.com/opentracing-contrib/opentracing-specification-zh

英文版:http://opentracing.io/documentation/pages/spec

二、常用开源工具介绍

Skywalking APM

https://github.com/wu-sheng/sky-walking

Twitter Zipkin 为一个分布式的调用链跟踪系统

http://zipkin.io/

美团点评CAT

https://github.com/dianping/cat

应用性能管理工具PinPoint

https://github.com/naver/pinpoint

Apache HTrace

http://htrace.incubator.apache.org/

相关文章