Update readme to update architecture and make document easier to find.
This commit is contained in:
parent
96e0420ea8
commit
1cc2022f4d
|
|
@ -22,12 +22,13 @@ Underlying technology is a distributed tracing system.
|
||||||
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.
|
* Pure Java server implementation, provide RESTful and gRPC services. Compatibility with other language agents/SDKs.
|
||||||
* The UI released on [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
|
* The UI released on [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
|
||||||
|
|
||||||
# Architecture
|
|
||||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.5%2b_architecture.jpg"/>
|
|
||||||
|
|
||||||
# Document
|
# Document
|
||||||
[](docs/README.md) [](docs/README_ZH.md)
|
[](docs/README.md) [](docs/README_ZH.md)
|
||||||
|
|
||||||
|
# Architecture
|
||||||
|
<img src="https://skywalkingtest.github.io/page-resources/5.0/architecture.png"/>
|
||||||
|
|
||||||
|
# Code f conduct
|
||||||
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.
|
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
|
# Screenshots
|
||||||
|
|
|
||||||
10
README_ZH.md
10
README_ZH.md
|
|
@ -24,12 +24,14 @@ Apache SkyWalking | [English](README.md)
|
||||||
* UI工程请查看 [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
|
* UI工程请查看 [skywalking-ui](https://github.com/apache/incubator-skywalking-ui)
|
||||||
* 中文QQ群:392443393
|
* 中文QQ群:392443393
|
||||||
|
|
||||||
# Architecture
|
|
||||||
<img src="https://skywalkingtest.github.io/page-resources/3.2.5%2b_architecture.jpg"/>
|
|
||||||
|
|
||||||
# Document
|
# Document
|
||||||
[](docs/README.md) [](docs/README_ZH.md)
|
[](docs/README.md) [](docs/README_ZH.md)
|
||||||
|
|
||||||
|
|
||||||
|
# Architecture
|
||||||
|
<img src="https://skywalkingtest.github.io/page-resources/5.0/architecture.png"/>
|
||||||
|
|
||||||
|
# code of conduct
|
||||||
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.
|
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
|
# Screenshots
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
* Getting Started
|
* Getting Started
|
||||||
* [Quick start](en/Quick-start.md)
|
* [Quick start](en/Quick-start.md)
|
||||||
* [Deploy Standalone mode collector](en/Deploy-collector-in-standalone-mode.md)
|
|
||||||
* [Deploy Cluster mode collector](en/Deploy-collector-in-cluster-mode.md)
|
|
||||||
* [Deploy javaagent](en/Deploy-skywalking-agent.md)
|
|
||||||
* [Deploy docker image](en/Deploy-docker-image.md)
|
* [Deploy docker image](en/Deploy-docker-image.md)
|
||||||
* [Supported middlewares, frameworks and libraries](Supported-list.md)
|
* [Supported middlewares, frameworks and libraries](Supported-list.md)
|
||||||
* [How to disable plugins?](en/How-to-disable-plugin.md)
|
* [How to disable plugins?](en/How-to-disable-plugin.md)
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
* [项目简介](/README_ZH.md)
|
* [项目简介](/README_ZH.md)
|
||||||
* [快速入门](cn/Quick-start-CN.md)
|
* [快速入门](cn/Quick-start-CN.md)
|
||||||
* [部署单机collector](cn/Deploy-collector-in-standalone-mode-CN.md)
|
|
||||||
* [部署集群collector](cn/Deploy-collector-in-cluster-mode-CN.md)
|
|
||||||
* [部署探针Agent](cn/Deploy-skywalking-agent-CN.md)
|
|
||||||
* [部署Collector镜像](cn/Deploy-docker-image.CN.md)
|
* [部署Collector镜像](cn/Deploy-docker-image.CN.md)
|
||||||
* [中间件,框架与类库支持列表](Supported-list.md)
|
* [中间件,框架与类库支持列表](Supported-list.md)
|
||||||
* [如何关闭特定插件](cn/How-to-disable-plugin-CN.md)
|
* [如何关闭特定插件](cn/How-to-disable-plugin-CN.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue