97 lines
5.7 KiB
Markdown
97 lines
5.7 KiB
Markdown
Sky Walking
|
||
==========
|
||
|
||
<img src="http://wu-sheng.github.io/sky-walking/images/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
|
||
|
||
SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, also known Distributed Tracer。
|
||
|
||
[](https://travis-ci.org/wu-sheng/sky-walking)
|
||

|
||
[](https://codebeat.co/projects/github-com-wu-sheng-sky-walking)
|
||
[](https://gitter.im/sky-walking/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||
[](https://github.com/skywalking-developer)
|
||
|
||
[](https://github.com/wu-sheng/sky-walking/releases)
|
||
[](https://github.com/wu-sheng/sky-walking)
|
||
|
||
# Abstract
|
||
* An open source Large-Scale Distributed Systems Tracing Infrastructure, also known a ditributed tracer.
|
||
* Based on [Google Dapper Paper: Dapper, a Large-Scale Distributed Systems Tracing Infrastructure](http://research.google.com/pubs/pub36356.html), [read Simplified Chinese Version](http://duanple.blog.163.com/blog/static/70971767201329113141336/)
|
||
* Support popular rpc frameworks, such as [dubbo](https://github.com/alibaba/dubbo), [dubbox](https://github.com/dangdangdotcom/dubbox), [motan](https://github.com/weibocom/motan) etc., trigger email-alert when application occurs unexpected exception。
|
||
* Easy to deploy, **even in product mode** (since 2.0) . No need of Hadoop, HBase, or Cassandra Cluster.
|
||
* Pure Java server implements. provide gRPC (since 2.0) and HTTP (since 2.1) cross-platform spans collecting service.
|
||
|
||
|
||
# Supported components
|
||
### web container
|
||
* Tomcat 7
|
||
* Tomcat 8
|
||
|
||
[](https://hub.docker.com/r/skywalking/docker-tomcat-scenario/tags/) [](https://hub.docker.com/r/skywalking/docker-tomcat-scenario/tags/)
|
||
|
||
|
||
### database
|
||
|
||
* mysql
|
||
* oracle
|
||
* h2
|
||
* easily extend to support sybase, sqlserver, jtds, db2, informix
|
||
|
||
[](https://hub.docker.com/r/skywalking/docker-mysql-scenario/tags/) <br/>
|
||
[](https://hub.docker.com/r/skywalking/docker-oracle-scenario/tags/) <br/>
|
||
[](https://hub.docker.com/r/skywalking/docker-h2-scenario/tags/)
|
||
|
||
|
||
### rpc framework
|
||
* dubbo
|
||
* dubbox
|
||
* httpClient
|
||
* motan
|
||
|
||
[](https://hub.docker.com/r/skywalking/docker-dubbo-scenario/tags/) <br/>
|
||
[](https://hub.docker.com/r/skywalking/docker-dubbox-scenario/tags/) [](https://hub.docker.com/r/skywalking/docker-dubbox-scenario/tags/) <br/>
|
||
[](https://hub.docker.com/r/skywalking/docker-httpclient-scenario/tags/) [](https://hub.docker.com/r/skywalking/docker-httpclient-scenario/tags/) <br/>
|
||
[](https://hub.docker.com/r/skywalking/docker-motan-scenario/tags/)
|
||
|
||
### cache
|
||
* jedis
|
||
|
||
[](https://hub.docker.com/r/skywalking/docker-jedis-scenario/tags/)
|
||
|
||
_All test scenarios base on Docker Tech._
|
||
|
||
# Contributors
|
||
* 吴晟 [wusheng](https://github.com/wu-sheng) wu.sheng@foxmail.com
|
||
* 张鑫 [zhangxin](https://github.com/ascrutae)
|
||
|
||
|
||
_Chinese Articles about sky-walking and distributed tracer_
|
||
|
||
<img src="http://wu-sheng.github.io/sky-walking/sample-code/screenshoot/chatapp/toutiao.JPG" alt="Sky Walking TouTiao" height="280px" />
|
||
|
||
___
|
||
|
||
<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.
|
||
___
|
||
|
||
|
||
# Quick View
|
||
* distributed tracer
|
||

|
||
|
||

|
||
|
||

|
||
|
||
* alarm mail
|
||

|
||
|
||
# Document
|
||
* [WIKI](https://github.com/wu-sheng/sky-walking/wiki)
|