Merge remote-tracking branch 'origin/master'

This commit is contained in:
ascrutae 2016-10-31 16:35:21 +08:00
commit f791379baa
1 changed files with 18 additions and 1 deletions

View File

@ -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
@ -45,6 +47,18 @@ SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, 是一个对
* 吴晟 [wusheng](https://github.com/wu-sheng)   wu.sheng@foxmail.com
* 张鑫 [zhangxin](https://github.com/ascrutae)   
___
<a href="https://github.com/wu-sheng/sky-walking">
<img src="http://wu-sheng.github.io/sky-walking/sample-code/award/oneapm-award.png" alt="OneAPM Open Source Achievement Award" height="110px" align="left" />
</a>
In October 2016, Sky Walking won `OneAPM Open Source Achievement Award`. The award appreciates sky walking for its "*contribution to popularization of APM technology*". <br/>
[OneAPM](http://www.oneapm.com/) will provide financial support for the project in 2016-2017.<br/><br/>
Thanks all users of sky walking project.
___
# 交流
<img src="http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/chatapp/toutiao.JPG" alt="Sky Walking TouTiao" height="280px" align="left" />
* Mail towu.sheng@foxmail.com
@ -140,6 +154,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)
@ -173,4 +190,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)
[More...](https://github.com/wu-sheng/sky-walking/releases)