no message

This commit is contained in:
wusheng 2016-03-16 17:31:33 +08:00
parent 639f438ea2
commit d67f026f33
1 changed files with 10 additions and 8 deletions

View File

@ -5,14 +5,16 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
* 支持国内常用的dubbo以及dubbox等常见RPC框架支持应用异常的邮件告警
* 通过[byte-buddy](https://github.com/raphw/byte-buddy)避免代码侵入性,插件将通过配置文件或动态字节码机制,完成监控。
* 通过配置文件支持的监控插件
* web-plugin
* dubbo-plugin(support dubbo/dubbox)
* spring-plugin
* jdbc-plugin
* 通过动态字节码机制支持的监控插件
* mysql-plugin和jdbc-plugin实现模式不同对于mysql等效
* httpClient-4.x-plugin同时支持4.2和4.3。原有的httpclient-4.2.x-pluginhttpclient-4.3.x-plugin由比较严重的代码侵入将在适当以后予以移除。
|插件名称|配置文件支持|动态代码机制|代码侵入|
| ----------- |---------| ----------|----------|
|web-plugin|web.xml| N/A |N/A |
|dubbo-plugin| dubbo/dubbox配置文件 | N/A|N/A |
|spring-plugin| spring配置文件 | N/A |N/A |
|jdbc-plugin| jdbc配置文件 | N/A |N/A |
|mysql-plugin| N/A | YES |N/A |
|httpClient-4.x-plugin| N/A | YES |N/A |
|httpclient-4.2.x-plugin| N/A | N/A | YES |
|httpclient-4.3.x-plugin| N/A | N/A | YES |
# 新版本能力规划
* 提供一定的日志数据分析和展现能力,减少或者避免使用团队的二次开发