no message

This commit is contained in:
wusheng 2016-03-16 17:34:44 +08:00
parent 023cb48548
commit 8365964493
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
* 核心理论为[Google Dapper论文Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html),英语有困难的同学可参考[国内翻译](http://duanple.blog.163.com/blog/static/70971767201329113141336/)
* 本分析系统能通过不修改或少量修改代码的模式对现有的JAVA应用或J2EE应用进行监控和数据收集并针对应用进场进行准实时告警。此外提供大量的调用性能分析功能解决目前的监控系统主要监控进程、端口而非应用实际性能的问题。
* 支持国内常用的dubbo以及dubbox等常见RPC框架支持应用异常的邮件告警
* 通过[byte-buddy](https://github.com/raphw/byte-buddy)避免代码侵入性,插件将通过配置文件或动态字节码机制,完成监控。
* 通过[byte-buddy](https://github.com/raphw/byte-buddy)部分插件将通过动态字节码机制,避免代码侵入性,完成监控。
|插件名称|配置文件支持|动态代码机制|代码侵入|
| ----------- |---------| ----------|----------|