作者:小程故事多
鏈接: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/

相關文章