README.md 3.5 KB
Newer Older
wu-sheng's avatar
wu-sheng 已提交
1
Sky Walking | [中文](README_ZH.md)
wu-sheng's avatar
wu-sheng 已提交
2 3
==========

wu-sheng's avatar
wu-sheng 已提交
4
<img src="https://skywalkingtest.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 9
[![Build Status](https://travis-ci.org/OpenSkywalking/skywalking.svg?branch=master)](https://travis-ci.org/OpenSkywalking/skywalking)
[![Coverage Status](https://coveralls.io/repos/github/OpenSkywalking/skywalking/badge.svg?branch=master&forceUpdate=2)](https://coveralls.io/github/OpenSkywalking/skywalking?branch=master)
wu-sheng's avatar
wu-sheng 已提交
10
[![Join the chat at https://gitter.im/sky-walking/Lobby](https://badges.gitter.im/openskywalking/Lobby.svg)](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
11
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
12

wu-sheng's avatar
wu-sheng 已提交
13
* Provide Java agent, **no need to CHANGE any application source code**.
wu-sheng's avatar
wu-sheng 已提交
14
  * High performance agent. Only increase extra **10%** cpu cost in 5000+ tps application, even **When collect all traces**, [check test reports](#test-reports).
wu-sheng's avatar
wu-sheng 已提交
15
  * [Supported middlewares, frameworks and libraries](https://github.com/OpenSkywalking/sky-walking/wiki/3.2-supported-list).
wu-sheng's avatar
wu-sheng 已提交
16 17 18
* Manual instrumentation
  * As an [OpenTracing supported tracer](http://opentracing.io/documentation/pages/supported-tracers)
  * Use **@Trace** annotation for any methods you want to trace.
wu-sheng's avatar
wu-sheng 已提交
19
  * Integrate traceId into logs for log4j, log4j2 and logback.
wu-sheng's avatar
wu-sheng 已提交
20
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs. 
wu-sheng's avatar
wu-sheng 已提交
21
* The UI released on [skywalking-ui](https://github.com/OpenSkywalking/sky-walking-ui)
wu-sheng's avatar
wu-sheng 已提交
22

wu-sheng's avatar
wu-sheng 已提交
23 24
# Architecture
* Architecture graph for 3.2+
wu-sheng's avatar
wu-sheng 已提交
25
<img src="https://skywalkingtest.github.io/page-resources/3.x-architecture.jpg"/>
wu-sheng's avatar
wu-sheng 已提交
26 27

# Document
wu-sheng's avatar
wu-sheng 已提交
28
* [WIKI](https://github.com/OpenSkywalking/skywalking/wiki)
wu-sheng's avatar
wu-sheng 已提交
29

wu-sheng's avatar
wu-sheng 已提交
30 31
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 已提交
32
# Screenshots
wu-sheng's avatar
wu-sheng 已提交
33
- Topological graph of application clusters based on dubbox and [motan](https://github.com/weibocom/motan).
wu-sheng's avatar
wu-sheng 已提交
34
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/topological_graph_test_project.png"/>
wu-sheng's avatar
wu-sheng 已提交
35

36
- Trace query.
wu-sheng's avatar
wu-sheng 已提交
37
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/trace_segment.png"/>
wu-sheng's avatar
wu-sheng 已提交
38

39
- Span detail.
wu-sheng's avatar
wu-sheng 已提交
40
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/span.png" />
41

wu-sheng's avatar
wu-sheng 已提交
42
- Instance Overview.
wu-sheng's avatar
wu-sheng 已提交
43
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/instance_health.png"/>
wu-sheng's avatar
wu-sheng 已提交
44

wu-sheng's avatar
wu-sheng 已提交
45
- JVM Detail.
wu-sheng's avatar
wu-sheng 已提交
46
<img src="https://skywalkingtest.github.io/page-resources/3.2/instance_graph.png"/>
wu-sheng's avatar
wu-sheng 已提交
47

wu-sheng's avatar
wu-sheng 已提交
48
- Services Dependency Tree.
wu-sheng's avatar
wu-sheng 已提交
49
<img src="https://skywalkingtest.github.io/page-resources/3.2.1/service_dependency_tree.png"/>
wu-sheng's avatar
wu-sheng 已提交
50

wu-sheng's avatar
wu-sheng 已提交
51
# Test reports
wu-sheng's avatar
wu-sheng 已提交
52
- Automatic integration test reports
wu-sheng's avatar
wu-sheng 已提交
53
  - [Java Agent test report](https://github.com/SkywalkingTest/agent-integration-test-report)
wu-sheng's avatar
wu-sheng 已提交
54
- Performance test reports
wu-sheng's avatar
wu-sheng 已提交
55
  - [Java Agent test report](https://skywalkingtest.github.io/Agent-Benchmarks/)
wu-sheng's avatar
wu-sheng 已提交
56

wu-sheng's avatar
wu-sheng 已提交
57 58
# Contact Us
* Submit an issue
wu-sheng's avatar
wu-sheng 已提交
59
* [Gitter](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
60 61
* [Google Mailing List](https://groups.google.com/forum/#!forum/skywalking-distributed-tracing-and-apm)
* QQ Group: 392443393
wu-sheng's avatar
wu-sheng 已提交
62

wu-sheng's avatar
wu-sheng 已提交
63 64 65
# Open Skywalking Organization
[Open Skywalking Organization Teams and Contributors](https://github.com/OpenSkywalking/Organization/blob/master/README.md)

wu-sheng's avatar
wu-sheng 已提交
66
# Partners
wu-sheng's avatar
wu-sheng 已提交
67
<img src="https://skywalkingtest.github.io/page-resources/3.2.3/partners.png" width="600"/>
68

wu-sheng's avatar
wu-sheng 已提交
69
# License
wu-sheng's avatar
wu-sheng 已提交
70
[Apache 2.0 License.](/LICENSE)