Commit d67f026f authored by 吴晟's avatar 吴晟
Browse files

no message

parent 639f438e
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
@@ -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-plugin,httpclient-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 |

# 新版本能力规划
* 提供一定的日志数据分析和展现能力,减少或者避免使用团队的二次开发