README.md 2.8 KB
Newer Older
1
Apache SkyWalking
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

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

wu-sheng's avatar
wu-sheng 已提交
9 10
[![GitHub stars](https://img.shields.io/github/stars/apache/incubator-skywalking.svg?style=for-the-badge&label=Stars&logo=github)](https://github.com/apache/incubator-skywalking)
[![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

12 13

[![Maven Central](https://img.shields.io/maven-central/v/org.apache.skywalking/apache-skywalking-apm-incubating.svg)](http://skywalking.apache.org/downloads/)
wu-sheng's avatar
wu-sheng 已提交
14
[![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking)
wu-sheng's avatar
wu-sheng 已提交
15
[![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 已提交
16
[![OpenTracing-1.x Badge](https://img.shields.io/badge/OpenTracing--1.x-enabled-blue.svg)](http://opentracing.io)
wu-sheng's avatar
wu-sheng 已提交
17

18
# Abstract
19 20 21
**SkyWalking** provides the observability and analysis platform, including monitoring, tracing, diagnosing capabilities for distributed system.

- Service, service instance, endpoint metrics analysis
22
- Root cause analysis
23 24 25
- Service topology map analysis
- Service, service instance and endpoint dependency analysis
- Slow services and endpoints detected
26
- Performance optimization
27 28 29 30
- Distributed tracing and context propagation
- Alarm

<img src="https://skywalkingtest.github.io/page-resources/6_overview.png"/>
31

wu-sheng's avatar
wu-sheng 已提交
32
# Document
33
- [Documents in English](docs/README.md)
wu-sheng's avatar
wu-sheng 已提交
34

35

wu-sheng's avatar
wu-sheng 已提交
36
# Code of conduct
wu-sheng's avatar
wu-sheng 已提交
37
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 wusheng@apache.org.
wu-sheng's avatar
wu-sheng 已提交
38

wu-sheng's avatar
wu-sheng 已提交
39
# Live Demo
wu-sheng's avatar
wu-sheng 已提交
40
- Host in Beijing. [goto](http://49.4.12.44:8080/)
41 42
  - Username: admin
  - Password: admin
wu-sheng's avatar
wu-sheng 已提交
43

44
# Screenshot
45
<img src="https://skywalkingtest.github.io/page-resources/5.0.0-beta2/Dashboard.png"/>
wu-sheng's avatar
wu-sheng 已提交
46

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

48
- [See all screenshots](/docs/Screenshots.md)
wu-sheng's avatar
wu-sheng 已提交
49

50 51
# Compiling project
Follow this [document](https://github.com/apache/incubator-skywalking/blob/master/docs/en/How-to-build.md).
wu-sheng's avatar
wu-sheng 已提交
52

wu-sheng's avatar
wu-sheng 已提交
53 54
# Contact Us
* Submit an issue
wu-sheng's avatar
wu-sheng 已提交
55
* Mail list: dev@skywalking.apache.org
wu-sheng's avatar
wu-sheng 已提交
56
* [Gitter](https://gitter.im/openskywalking/Lobby)
wu-sheng's avatar
wu-sheng 已提交
57
* QQ Group: 392443393
wu-sheng's avatar
wu-sheng 已提交
58

wu-sheng's avatar
wu-sheng 已提交
59
# Users
wu-sheng's avatar
wu-sheng 已提交
60
<img src="https://skywalkingtest.github.io/page-resources/users/users-2018-06-07.png"/>
wu-sheng's avatar
wu-sheng 已提交
61 62 63

[Submit new user case to us.](https://github.com/apache/incubator-skywalking/issues/443)

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