README.md 5.6 KB
Newer Older
1
Apache SkyWalking
wu-sheng's avatar
wu-sheng 已提交
2 3
==========

4
<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
wu-sheng's avatar
wu-sheng 已提交
5

6
**SkyWalking**: an APM(application performance monitor) system, especially designed for
wu-sheng's avatar
wu-sheng 已提交
7
microservices, cloud native and container-based architectures.
wu-sheng's avatar
wu-sheng 已提交
8

9
[![GitHub stars](https://img.shields.io/github/stars/apache/skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/skywalking)
wu-sheng's avatar
wu-sheng 已提交
10
[![Twitter Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
wu-sheng's avatar
wu-sheng 已提交
11

wu-sheng's avatar
wu-sheng 已提交
12
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.skywalking/apache-skywalking-apm.svg)](http://skywalking.apache.org/downloads/)
wu-sheng's avatar
wu-sheng 已提交
13
[![CI/IT Tests](https://github.com/apache/skywalking/workflows/CI%20AND%20IT/badge.svg?branch=master)](https://github.com/apache/skywalking/actions?query=workflow%3ACI%2BAND%2BIT+event%3Aschedule+branch%3Amaster)
wu-sheng's avatar
wu-sheng 已提交
14
[![E2E Tests](https://github.com/apache/skywalking/workflows/E2E/badge.svg?branch=master)](https://github.com/apache/skywalking/actions?query=branch%3Amaster+event%3Aschedule+workflow%3AE2E)
wu-sheng's avatar
wu-sheng 已提交
15

16
# Abstract
17
**SkyWalking** is an open source APM system, including monitoring, tracing, diagnosing capabilities for distributed system
18
in Cloud Native architecture.
wu-sheng's avatar
wu-sheng 已提交
19
The core features are following.
20 21

- Service, service instance, endpoint metrics analysis
wu-sheng's avatar
wu-sheng 已提交
22
- Root cause analysis. Profile the code on the runtime
23 24
- Service topology map analysis
- Service, service instance and endpoint dependency analysis
25
- Slow services and endpoints detecting
26
- Performance optimization
27
- Distributed tracing and context propagation
wu-sheng's avatar
wu-sheng 已提交
28
- Database access metrics. Detect slow database access statements(including SQL statements)
29
- Message Queue performance and consuming latency monitoring
30
- Alarm
31
- Browser performance monitoring
wu-sheng's avatar
wu-sheng 已提交
32 33
- Infrastructure(VM, network, disk etc.) monitoring
- Collaboration across metrics, traces, and logs
wu-sheng's avatar
wu-sheng 已提交
34

J
Juntao Zhang 已提交
35
<img src="https://skywalking.apache.org/images/SkyWalking_Architecture_20210424.png?t=20210424"/>
36

wu-sheng's avatar
wu-sheng 已提交
37
SkyWalking supports to collect telemetry (metrics, traces, and logs) data from multiple sources
38 39
and multiple formats,
including
40
1. Java, .NET Core, NodeJS, PHP, and Python auto-instrument agents.
wu-sheng's avatar
wu-sheng 已提交
41
1. Go and C++ SDKs.
42
1. LUA agent especially for Nginx, OpenResty and Apache APISIX.
wu-sheng's avatar
wu-sheng 已提交
43
1. Browser agent.
wu-sheng's avatar
wu-sheng 已提交
44
1. Service Mesh Observability. Control panel and data panel. 
静夜思朝颜's avatar
静夜思朝颜 已提交
45
1. Metrics system, including Prometheus, OpenTelemetry, Spring Sleuth(Micrometer), Zabbix.
wu-sheng's avatar
wu-sheng 已提交
46
1. Logs.
47
1. Zipkin v1/v2 trace.(No Analysis)
wu-sheng's avatar
wu-sheng 已提交
48

49 50 51
SkyWalking OAP is using the STAM(Streaming Topology Analysis Method) to analysis topology in the tracing based agent scenario 
for better performance. Read [the paper of STAM](https://wu-sheng.github.io/STAM/) for more details.

wu-sheng's avatar
wu-sheng 已提交
52
# Documentation
wu-sheng's avatar
wu-sheng 已提交
53
- [Official documentation](https://skywalking.apache.org/docs/#SkyWalking)
54
- [The paper of STAM](https://wu-sheng.github.io/STAM/), Streaming Topology Analysis Method.
wu-sheng's avatar
wu-sheng 已提交
55 56
- [Blog](https://skywalking.apache.org/blog/2020-04-13-apache-skywalking-profiling/) about Use Profiling to Fix the Blind Spot of Distributed Tracing
- [Blog](https://skywalking.apache.org/blog/2020-12-03-obs-service-mesh-with-sw-and-als/) about observing Istio + Envoy service mesh with ALS solution.
57
- [Blog](https://skywalking.apache.org/blog/obs-service-mesh-vm-with-sw-and-als/) about observing Istio + Envoy service mesh with ALS Metadata-Exchange mechanism (in VMs and / or Kubernetes).
wu-sheng's avatar
wu-sheng 已提交
58

59
NOTICE, SkyWalking 8.0+ uses [v3 protocols](docs/en/protocols/README.md). They are incompatible with previous releases.
wu-sheng's avatar
wu-sheng 已提交
60

wu-sheng's avatar
wu-sheng 已提交
61
# Downloads
wu-sheng's avatar
wu-sheng 已提交
62 63 64 65
Please head to the [releases page](https://skywalking.apache.org/downloads/) to download a release of Apache SkyWalking.

# Compiling project
Follow this [document](docs/en/guides/How-to-build.md).
wu-sheng's avatar
wu-sheng 已提交
66

wu-sheng's avatar
wu-sheng 已提交
67
# Code of conduct
68 69
This project adheres to the Contributor Covenant [code of conduct](https://www.apache.org/foundation/policies/conduct). By participating, you are expected to uphold this code.
Please follow the [REPORTING GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines) to report unacceptable behavior.
wu-sheng's avatar
wu-sheng 已提交
70

wu-sheng's avatar
wu-sheng 已提交
71
# Live Demo
wu-sheng's avatar
wu-sheng 已提交
72
Find the [demo](https://skywalking.apache.org/#demo) and [screenshots](https://skywalking.apache.org/#arch) on our website.
wu-sheng's avatar
wu-sheng 已提交
73 74 75

**Video on youtube.com**

76
[![RocketBot UI](http://img.youtube.com/vi/mfKaToAKl7k/0.jpg)](http://www.youtube.com/watch?v=mfKaToAKl7k)
wu-sheng's avatar
wu-sheng 已提交
77

wu-sheng's avatar
wu-sheng 已提交
78
# Contact Us
79
* Mail list: **dev@skywalking.apache.org**. Mail to `dev-subscribe@skywalking.apache.org`, follow the reply to subscribe the mail list.
80
* Send `Request to join SkyWalking slack` mail to the mail list(`dev@skywalking.apache.org`), we will invite you in.
wu-sheng's avatar
wu-sheng 已提交
81 82 83
* Twitter, [ASFSkyWalking](https://twitter.com/ASFSkyWalking)
* QQ Group: 901167865(Recommended), 392443393
* [bilibili B站 视频](https://space.bilibili.com/390683219)
wu-sheng's avatar
wu-sheng 已提交
84

wu-sheng's avatar
wu-sheng 已提交
85
# Our Users
wu-sheng's avatar
wu-sheng 已提交
86
Hundreds of companies and organizations use SkyWalking for research, production, and commercial product.
wu-sheng's avatar
wu-sheng 已提交
87
Visit our [website](http://skywalking.apache.org/users/) to find the user page.
wu-sheng's avatar
wu-sheng 已提交
88

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

wu-sheng's avatar
wu-sheng 已提交
90 91 92 93
# Landscapes

<p align="center">
<br/><br/>
wu-sheng's avatar
wu-sheng 已提交
94
<img src="https://landscape.cncf.io/images/left-logo.svg" width="150"/>&nbsp;&nbsp;<img src="https://landscape.cncf.io/images/right-logo.svg" width="200"/>
wu-sheng's avatar
wu-sheng 已提交
95
<br/><br/>
Z
Zaki 已提交
96
SkyWalking enriches the <a href="https://landscape.cncf.io/landscape=observability-and-analysis&license=apache-license-2-0">CNCF CLOUD NATIVE Landscape.</a>
wu-sheng's avatar
wu-sheng 已提交
97 98 99

</p>

100
<p align="center">
101
<a href="https://openapm.io"><img src="https://openapm.io/static/media/openapm_logo.svg" width="100"/></a>
102 103 104
  <br/>Our project enriches the <a href="https://openapm.io">OpenAPM Landscape!</a>
</p>

wu-sheng's avatar
wu-sheng 已提交
105
# License
106
[Apache 2.0 License.](LICENSE)