From 1c14cfc69eba1a3d7867d22d2cee9a1bfab6413b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 11 Aug 2016 10:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=94=AF=E6=8C=81=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6611d33da..c31d22384 100644 --- a/README.md +++ b/README.md @@ -21,16 +21,21 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 * By using [byte-buddy](https://github.com/raphw/byte-buddy) (Thanks to [raphw](https://github.com/raphw)), plugins use dynamic byte code generation to avoid invasive codes. plugins API, execution time of blocking saving span must between 200μs and 300μs, including execution time of dynamic byte code. * Provide trace log analysis and presentation capabilities, Reduce or avoid add-on functions development. -|plugins|using config file|using dynamic byte code| coding |remarks| -| ----------- |---------| ----------|----------|----------| -|web-plugin|web.xml| - | - | - | -|spring-plugin| spring config file | - | - | - | -|tomcat8-plugin| - | YES | - | - | -|dubbo-plugin| - | YES | - | - | -|jdbc-plugin| - | YES | - | support mysql, oracle, h2, easily extend to support sybase, sqlserver, jtds, db2, informix | -|httpClient-4.x-plugin| - | YES | - | - | -|jedis-2.x-plugin| - | YES | - | - | - +# Supported components +* web container + * Tomcat7 + * Tomcat8 +* database + * mysql + * oracle + * h2 + * easily extend to support sybase, sqlserver, jtds, db2, informix +* rpc framework + * dubbo (tested 2.5.3) + * dubbox (tested 2.8.4-dubbo protocol, 2.8.4-rest protocol) + * httpClient 4.x +* cache + * jedix 2.x # 主要贡献者 / Contributors