Merge pull request #684 from apache/document/readme
Add more descriptions about project.
This commit is contained in:
commit
17cb21d642
|
|
@ -3,7 +3,9 @@ Apache SkyWalking | [中文](README_ZH.md)
|
|||
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.0/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
|
||||
|
||||
**SkyWalking**: APM for Distributed Systems, also known Distributed Tracing System.
|
||||
**SkyWalking**: APM (application performance monitor) tool for distributed systems, especially designed for
|
||||
microservices, cloud native and container-based (Docker, K8s, Mesos) architectures.
|
||||
Underlying technology is a distributed tracing system.
|
||||
|
||||
[](https://travis-ci.org/apache/incubator-skywalking)
|
||||
[](https://coveralls.io/github/apache/incubator-skywalking?branch=master)
|
||||
|
|
@ -21,13 +23,12 @@ Apache SkyWalking | [中文](README_ZH.md)
|
|||
* The UI released on [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
|
||||
|
||||
# Architecture
|
||||
* Architecture graph for 3.2.5+
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.5%2b_architecture.jpg"/>
|
||||
|
||||
# Document
|
||||
[](docs/README.md) [](docs/README_ZH.md)
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
# Screenshots
|
||||
- Discovery topological graph of application clusters automatically.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ Apache SkyWalking | [English](README.md)
|
|||
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.0/skywalking.png" alt="Sky Walking logo" height="90px" align="right" />
|
||||
|
||||
**SkyWalking**: 针对分布式系统的APM系统,也被称为分布式追踪系统
|
||||
**SkyWalking**: 针对分布式系统的APM(应用性能监控)系统,特别针对微服务、cloud native和容器化(Docker, K8s, Mesos)架构,
|
||||
其核心是个分布式追踪系统。
|
||||
|
||||
[](https://travis-ci.org/apache/incubator-skywalking)
|
||||
[](https://coveralls.io/github/apache/incubator-skywalking?branch=master)
|
||||
|
|
@ -24,13 +25,12 @@ Apache SkyWalking | [English](README.md)
|
|||
* 中文QQ群:392443393
|
||||
|
||||
# Architecture
|
||||
* 3.2.5+版本架构图
|
||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.5%2b_architecture.jpg"/>
|
||||
|
||||
# Document
|
||||
[](docs/README.md) [](docs/README_ZH.md)
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
# Screenshots
|
||||
- 分布式系统拓扑图自动发现
|
||||
|
|
|
|||
Loading…
Reference in New Issue