README.md 3.3 KB
Newer Older
1
Sky Walking | [中文](https://github.com/wu-sheng/sky-walking/wiki/sky-walking-documents-zh-contents)
wu-sheng's avatar
wu-sheng 已提交
2 3
==========

4
<img src="https://sky-walking.github.io/page-resources/3.0/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 3**: APM for Distributed Systems, also known Distributed Tracing System.
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)
wu-sheng's avatar
wu-sheng 已提交
9
[![Coverage Status](https://coveralls.io/repos/github/wu-sheng/sky-walking/badge.svg?branch=master&forceUpdate=2)](https://coveralls.io/github/wu-sheng/sky-walking?branch=master)
10
![license](https://img.shields.io/aur/license/yaourt.svg)
wu-sheng's avatar
wu-sheng 已提交
11 12
[![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 已提交
13
[![OpenTracing-1.0 Badge](https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
14

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

wu-sheng's avatar
wu-sheng 已提交
16
* Auto-instrumentation mechanism, **no need to CHANGE any application source code**. [Supported middlewares, frameworks and libraries](https://github.com/wu-sheng/sky-walking/wiki/3.0-supported-list).
wu-sheng's avatar
wu-sheng 已提交
17
* Explicit-instrumentation, as an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers).
wu-sheng's avatar
wu-sheng 已提交
18
* Pure Java server implementation, with RESTful Web service.
wu-sheng's avatar
wu-sheng 已提交
19
* High performance streaming analysis.
20
* The UI released on [wu-sheng/sky-walking-ui](https://github.com/wu-sheng/sky-walking-ui)
wu-sheng's avatar
wu-sheng 已提交
21

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

23 24
# Contributors
_In chronological order_
wu-sheng's avatar
wu-sheng 已提交
25 26
* 吴晟 [**PMC Member**] [@wu-sheng](https://github.com/wu-sheng)  Principle Engineer, 2012 Lab, Huawei. 
* 张鑫 [**PMC Member**] [@ascrutae](https://github.com/ascrutae)   
wu-sheng's avatar
wu-sheng 已提交
27
* 谭真 [@mircoteam](https://github.com/mircoteam)  Advanced R&D Engineers, Creative & Interactive Group.
28
* 徐妍 [@TastySummer](https://github.com/TastySummer)
wu-sheng's avatar
wu-sheng 已提交
29
* 彭勇升 [**PMC Member**] [@pengys5](https://github.com/pengys5)   Technical Specialist, OneAPM.
30
* 戴文
wu-sheng's avatar
wu-sheng 已提交
31
* 柏杨 [@bai-yang](https://github.com/bai-yang)  Senior Engineer, Alibaba Group.
wu-sheng's avatar
wu-sheng 已提交
32
* 陈凤 [@trey03](https://github.com/trey03)
wu-sheng's avatar
wu-sheng 已提交
33
* [More contributors](https://github.com/wu-sheng/sky-walking/graphs/contributors)
wu-sheng's avatar
wu-sheng 已提交
34

wu-sheng's avatar
wu-sheng 已提交
35 36
This project adheres to the Contributor Covenant [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to wu.sheng@foxmail.com.

wu-sheng's avatar
wu-sheng 已提交
37
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
38 39
- Topological graph of application clusters based on Spring Cloud.
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph.png?forceUpdate=0"/>
40

wu-sheng's avatar
wu-sheng 已提交
41 42 43
- Topological graph of application clusters based on dubbox and [motan](https://github.com/weibocom/motan).
<img src="https://sky-walking.github.io/page-resources/3.1/topological_graph_test_project.png?forceUpdate=0"/>

44
- Trace query.
wu-sheng's avatar
wu-sheng 已提交
45
<img src="https://sky-walking.github.io/page-resources/3.1/trace_segment.png"/>
wu-sheng's avatar
wu-sheng 已提交
46

47 48 49
- Span detail.
<img src="https://sky-walking.github.io/page-resources/3.0/span.png" />

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

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

wu-sheng's avatar
wu-sheng 已提交
54
_Chat with us on gitter, in English. As a Chinese Developer, you can join QQ Group: 392443393, by **tagging** Sky-Walking._