apm几种trace工具比对

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/singgel/article/details/89853336

目录

基本信息

基于skyWalking和zipkin的使用总结:

skyWalking:

zipkin:

参看资料:


内容是在我球的docs上直接复制过来的,懒得写两份,资源缺少的留言,我发你


基本信息

skyWalking

pinpoint

zipkin

sofaTracer

eagleEye

cat

elasticAPM

源码 https://github.com/apache/skywalking https://github.com/naver/pinpoint https://github.com/apache/incubator-zipkin https://github.com/alipay/sofa-tracer --(淘宝内部,非开源) https://github.com/dianping/cat https://github.com/elastic/apm-agent-java
信息 https://github.com/apache/skywalking https://naver.github.io/pinpoint/ http://zipkin.io/ http://www.sofastack.tech/sofa-tracer/docs/Home http://www.10tiao.com/html/46/201710/2650998224/1.html https://github.com/dianping/cat/wiki/cat_faq https://www.elastic.co/guide/en/apm/agent/java/current/index.html
热度 7.8k 8.6k 10.9k 527 -- 9k 205
组织 吴晟 NAVER Twitter 蚂蚁 淘宝 大众点评 elastic
类型 中文 English(韩国) English 中文 中文 中文 English
存储 MySQL、ES HBASE memory、MySQL、ES MySQL HBASE HBASE、MySQL ES
               
               
               

基于skyWalking和zipkin的使用总结:

skyWalking:

1.代码的本地调试复杂,入门有难度

2.依赖Java探针,对日志的自由把控困难

3.部署依赖ES集群

4.在雪球的应用中出现性能影响,降低约20~30%

zipkin:

1.源代码只是负责trace的log展示,依赖采集组件

2.只监控到接口级别,没法监控更细的粒度

3.网络拓扑中没有DB、容器

4.缺少规则报警

5.缺少权限管理

参看资料:

https://www.jianshu.com/p/0fbbf99a236e

https://juejin.im/post/5a0579e6f265da4326524f0f

https://juejin.im/search?query=%E5%85%A8%E9%93%BE%E8%B7%AF%E7%9B%91%E6%8E%A7&type=all

https://www.oschina.net/search?scope=blog&q=%E5%85%A8%E9%93%BE%E8%B7%AF%E7%9B%91%E6%8E%A7

https://s.geekbang.org/search/c=0/k=%E5%85%A8%E9%93%BE%E8%B7%AF%E7%9B%91%E6%8E%A7/t=

https://www.aliyun.com/ss/?k=%E5%85%A8%E9%93%BE%E8%B7%AF%E7%9B%91%E6%8E%A7

https://www.zhihu.com/search?q=%E5%85%A8%E9%93%BE%E8%B7%AF%E7%9B%91%E6%8E%A7&type=content

猜你喜欢

转载自blog.csdn.net/singgel/article/details/89853336
APM