From e8952fbf33d7ece8c33c8e5e517a2be244d899dd Mon Sep 17 00:00:00 2001 From: wusheng Date: Tue, 25 Oct 2016 11:41:54 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=85=B3=E8=81=94=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=96=87=E6=A1=A3=EF=BC=8CWIKI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aadd69140..d07288bd2 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,9 @@ java -jar ... -javaagent:/..ospath../skywalking-agent-x.x-Final.jar # 在应用程序中显示traceid / How to find tid - 通过web应用的http调用入口,通过返回的header信息,找到此次调用的traceid。前提:此web应用的url,已经使用skywalking进行监控。 +# Development Documents +- [Development Guide of Plugin](https://github.com/wu-sheng/sky-walking/wiki/Development-Guide-of-Plugin) + # QA - [SkyWalking SDK是否已经工作? Is SkyWalking SDK Running?](QA/IS_RUNNING.md) - [tid在web-ui上无法查询. tid can't be search on web-ui](QA/TID_CANNOT_BE_SEARCH.md) From 79d3d3fc307d5c300d1d11aa481d487b625d1417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 26 Oct 2016 16:30:13 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07288bd2..3dce1c642 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,18 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 * 吴晟 [wusheng](https://github.com/wu-sheng)   wu.sheng@foxmail.com * 张鑫 [zhangxin](https://github.com/ascrutae)    + +___ + + +OneAPM Open Source Achievement Award + + +In October 2016, Sky Walking won `OneAPM Open Source Achievement Award`. The award appreciates sky walking for its "*contribution to popularization of APM technology*".
+OneAPM will provide financial support for the project 2016-2017.

+Thanks all users of sky walking project. +___ + # 交流 Sky Walking TouTiao * Mail to:wu.sheng@foxmail.com @@ -176,4 +188,4 @@ java -jar ... -javaagent:/..ospath../skywalking-agent-x.x-Final.jar * v1.0-beta,将提供定时分析任务,部分分析页面展现功能。 * 预计:后续版本将在插件模式上有较大改变,计划针对java api的拦截和第三方拦截提供更小侵入性的方法。配置和拦截模式会发生相应变化。具体模式,参考v1.0-beta发布时的说明。 - [More...](https://github.com/wu-sheng/sky-walking/releases) \ No newline at end of file + [More...](https://github.com/wu-sheng/sky-walking/releases) From eba6da138eb22c8d52559d2a68f901a0ed69894e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 26 Oct 2016 16:42:56 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dce1c642..d751bdb3d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ___ In October 2016, Sky Walking won `OneAPM Open Source Achievement Award`. The award appreciates sky walking for its "*contribution to popularization of APM technology*".
-OneAPM will provide financial support for the project 2016-2017.

+[OneAPM](http://www.oneapm.com/) will provide financial support for the project 2016-2017.

Thanks all users of sky walking project. ___ From db1572e03b4dc6fad1ce3fc2aba1acf363cc94ac Mon Sep 17 00:00:00 2001 From: wusheng Date: Wed, 26 Oct 2016 18:04:54 +0800 Subject: [PATCH 4/5] no message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d751bdb3d..7417d1f6b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ ___ In October 2016, Sky Walking won `OneAPM Open Source Achievement Award`. The award appreciates sky walking for its "*contribution to popularization of APM technology*".
-[OneAPM](http://www.oneapm.com/) will provide financial support for the project 2016-2017.

+[OneAPM](http://www.oneapm.com/) will provide financial support for the project in 2016-2017.

Thanks all users of sky walking project. ___ From 371e18b8914470f84376a6a950714e93ae2703d3 Mon Sep 17 00:00:00 2001 From: wusheng Date: Mon, 31 Oct 2016 14:49:33 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E4=BA=8EDataCar?= =?UTF-8?q?rier=E9=A1=B9=E7=9B=AE=E7=9A=84=E5=85=B3=E8=81=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7417d1f6b..af7228c6a 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,13 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对 * 支持国内常用的dubbo、dubbox、motan、httpclient等常见RPC框架,支持应用异常的邮件告警 * skywalking-sdk层面提供的埋点API,同步阻塞访问时间小于100μs * 通过[byte-buddy](https://github.com/raphw/byte-buddy),插件将通过动态字节码机制,避免代码侵入性,完成监控。动态代码模式埋点,同步阻塞访问时间应在200-300μs +* 通过[DataCarrier](https://github.com/wu-sheng/DataCarrier),提供高效的并行处理能力 * 提供一定的日志数据分析和展现能力,减少或者避免使用团队的二次开发 * SkyWalking is an open source Large-Scale Distributed Systems Tracing Infrastructure, also been known as APM(Application Performance Management) tool. SkyWalking provides a solution to help monitor and analysis a Large-Scale Distributed Systems. * SkyWalking supports popular rpc frameworks, such as [dubbo](https://github.com/alibaba/dubbo), [dubbox](https://github.com/dangdangdotcom/dubbox), [motan](https://github.com/weibocom/motan) etc., supports email-alert when application occurs unexpected exception。 * SkyWalking's basic API, execution time of blocking saving span must less than 100μs. * 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. +* By using [DataCarrier](https://github.com/wu-sheng/DataCarrier), provide parallel high-throughput processing capability. * Provide trace log analysis and presentation capabilities, Reduce or avoid add-on functions development. # Supported components