diff --git a/README.md b/README.md index ceb7ee19a639612795e95f7bb43d99750a921a89..cdb892f3fa9517524fe061ed5fb08516f17693e7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Apache SkyWalking | [中文](README_ZH.md) Sky Walking logo -**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. [![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-skywalking/badge.svg?branch=master&u=1)](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+ # Document [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](docs/README.md) [![cn doc](https://img.shields.io/badge/document-中文-blue.svg)](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. diff --git a/README_ZH.md b/README_ZH.md index 8a055e772849a3ec157e745ca58a0591928f74f4..5e60fb898bea798708c22b35181786052b72a437 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -3,7 +3,8 @@ Apache SkyWalking | [English](README.md) Sky Walking logo -**SkyWalking**: 针对分布式系统的APM系统,也被称为分布式追踪系统 +**SkyWalking**: 针对分布式系统的APM(应用性能监控)系统,特别针对微服务、cloud native和容器化(Docker, K8s, Mesos)架构, +其核心是个分布式追踪系统。 [![Build Status](https://travis-ci.org/apache/incubator-skywalking.svg?branch=master)](https://travis-ci.org/apache/incubator-skywalking) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-skywalking/badge.svg?branch=master&u=1)](https://coveralls.io/github/apache/incubator-skywalking?branch=master) @@ -24,13 +25,12 @@ Apache SkyWalking | [English](README.md) * 中文QQ群:392443393 # Architecture -* 3.2.5+版本架构图 # Document [![EN doc](https://img.shields.io/badge/document-English-blue.svg)](docs/README.md) [![cn doc](https://img.shields.io/badge/document-中文-blue.svg)](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 - 分布式系统拓扑图自动发现