README.md 3.9 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1 2 3
Sky Walking
==========

wu-sheng's avatar
wu-sheng 已提交
4
<img src="docs/resources/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
wu-sheng's avatar
wu-sheng 已提交
5

wu-sheng's avatar
wu-sheng 已提交
6
SkyWalking: Large-Scale Distributed Systems Tracing Infrastructure, also known Distributed Tracer.
wu-sheng's avatar
wu-sheng 已提交
7

wu-sheng's avatar
wu-sheng 已提交
8
[![Build Status](https://travis-ci.org/wu-sheng/sky-walking.svg?branch=master)](https://travis-ci.org/wu-sheng/sky-walking)
9
![license](https://img.shields.io/aur/license/yaourt.svg)
wu-sheng's avatar
wu-sheng 已提交
10 11
[![codebeat badge](https://codebeat.co/badges/579e4dce-1dc7-4f32-a163-c164eafa1335)](https://codebeat.co/projects/github-com-wu-sheng-sky-walking)
[![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/sky-walking/Lobby.svg)](https://gitter.im/sky-walking/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
wu-sheng's avatar
wu-sheng 已提交
12
[![OpenTracing-1.0 Badge](https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
13
[![Release Version](https://img.shields.io/badge/stable-2.3--2017-brightgreen.svg)](https://github.com/wu-sheng/sky-walking/releases)
wu-sheng's avatar
wu-sheng 已提交
14

wu-sheng's avatar
wu-sheng 已提交
15
# News
wu-sheng's avatar
wu-sheng 已提交
16
* sky-walking v3.0 iteration begins... The top 2 important features are: [`Update the trace-structure`](https://github.com/wu-sheng/sky-walking/issues/83) and [`Analyze trace, and bring metric/analytic/cause up`](https://github.com/wu-sheng/sky-walking/issues/84)
wu-sheng's avatar
wu-sheng 已提交
17
* See feature codes at [branch feature/3.0](https://github.com/wu-sheng/sky-walking/tree/feature/3.0)
wu-sheng's avatar
wu-sheng 已提交
18
* The new UI release on [wu-sheng/sky-walking-ui](https://github.com/wu-sheng/sky-walking-ui)
wu-sheng's avatar
wu-sheng 已提交
19

wu-sheng's avatar
wu-sheng 已提交
20 21
# Abstract
* An open source Large-Scale Distributed Systems Tracing Infrastructure, also known a ditributed tracer.
wu-sheng's avatar
wu-sheng 已提交
22
* 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/)
wu-sheng's avatar
wu-sheng 已提交
23 24
* 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.
* Auto-instrumentation mechenism, **no need to CHANGE any application source code**.
wu-sheng's avatar
wu-sheng 已提交
25
* Easy to deploy, **even in product mode** (since 2.0) . No need of Hadoop, HBase, or Cassandra Cluster.
wu-sheng's avatar
wu-sheng 已提交
26
* Pure Java server implementation. provide gRPC (since 2.0)  and HTTP (since 2.1) cross-platform spans collecting service.
wu-sheng's avatar
wu-sheng 已提交
27

wu-sheng's avatar
wu-sheng 已提交
28

wu-sheng's avatar
wu-sheng 已提交
29
# Supported components
wu-sheng's avatar
wu-sheng 已提交
30

wu-sheng's avatar
wu-sheng 已提交
31
### web containers
wu-sheng's avatar
wu-sheng 已提交
32 33 34
* Tomcat 7
* Tomcat 8

wu-sheng's avatar
wu-sheng 已提交
35
### databases
wu-sheng's avatar
wu-sheng 已提交
36 37 38 39 40
* mysql
* oracle
* h2
* easily extend to support sybase, sqlserver, jtds, db2, informix

wu-sheng's avatar
wu-sheng 已提交
41
### rpc frameworks
wu-sheng's avatar
wu-sheng 已提交
42 43 44 45 46 47 48 49
* dubbo 
* dubbox 
* httpClient
* motan

### cache
* jedis

wu-sheng's avatar
wu-sheng 已提交
50 51 52 53
### opentracing supported frameworks
* motan
* hprose-java

wu-sheng's avatar
wu-sheng 已提交
54
# Contributors
55 56
* 吴晟 [wusheng](https://github.com/wu-sheng) &nbsp;&nbsp;wu.sheng@foxmail.com
* 张鑫 [zhangxin](https://github.com/ascrutae) &nbsp;&nbsp;
wu-sheng's avatar
wu-sheng 已提交
57

wu-sheng's avatar
wu-sheng 已提交
58

wu-sheng's avatar
wu-sheng 已提交
59 60
_Chinese Articles about sky-walking and distributed tracer_

wu-sheng's avatar
wu-sheng 已提交
61
<img src="docs/resources/toutiao.JPG" alt="Sky Walking TouTiao" height="280px" />
wu-sheng's avatar
wu-sheng 已提交
62

wu-sheng's avatar
wu-sheng 已提交
63
_If you are Chinese Developer, you can join QQ Group: 392443393, and **Tagged** Sky-Walking._
wu-sheng's avatar
wu-sheng 已提交
64

wu-sheng's avatar
wu-sheng 已提交
65 66 67
___

<a href="https://github.com/wu-sheng/sky-walking">
wu-sheng's avatar
wu-sheng 已提交
68
<img src="docs/resources/oneapm-award.png" alt="OneAPM Open Source Achievement Award" height="110px" align="left" />
wu-sheng's avatar
wu-sheng 已提交
69 70 71
</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/>
wu-sheng's avatar
wu-sheng 已提交
72
[OneAPM](http://www.oneapm.com/) will provide financial support for the project in 2016-2017.<br/><br/> 
wu-sheng's avatar
wu-sheng 已提交
73
Thanks all users of sky walking project.
wu-sheng's avatar
wu-sheng 已提交
74

wu-sheng's avatar
wu-sheng 已提交
75 76
___

wu-sheng's avatar
wu-sheng 已提交
77

wu-sheng's avatar
wu-sheng 已提交
78
# Quick View
wu-sheng's avatar
wu-sheng 已提交
79
* distributed trace
wu-sheng's avatar
wu-sheng 已提交
80

wu-sheng's avatar
wu-sheng 已提交
81
![追踪连路图1](docs/resources/callChain.png?1=1)
wu-sheng's avatar
wu-sheng 已提交
82

wu-sheng's avatar
wu-sheng 已提交
83
![追踪连路图2](docs/resources/callChainDetail.png?1=1)
wu-sheng's avatar
wu-sheng 已提交
84

wu-sheng's avatar
wu-sheng 已提交
85
![追踪连路图3](docs/resources/callChainLog.png?1=1)
wu-sheng's avatar
wu-sheng 已提交
86 87

* alarm mail
wu-sheng's avatar
wu-sheng 已提交
88

wu-sheng's avatar
wu-sheng 已提交
89
![告警邮件](docs/resources/alarmMail.png?1=1)
wu-sheng's avatar
wu-sheng 已提交
90

wu-sheng's avatar
wu-sheng 已提交
91 92
# Document
* [WIKI](https://github.com/wu-sheng/sky-walking/wiki)