Images ref from our Apache website (#2238)

This commit is contained in:
于玉桔 2019-02-13 08:47:03 +08:00 committed by 吴晟 Wu Sheng
parent 4babd6ff73
commit 450eb2a24e
3 changed files with 5 additions and 5 deletions

View File

@ -27,9 +27,9 @@ In addition to all these, you can have distributed tracing from SkyWalking nativ
and OpenCensus.
## Architecture
The SkyWalking is logically splittd into four parts: Probes, Platform backend, Storage and UI.
The SkyWalking is logically split into four parts: Probes, Platform backend, Storage and UI.
<img src="https://skywalkingtest.github.io/page-resources/6_overview.png"/>
<img src="http://skywalking.apache.org/assets/frame.jpeg"/>
- The **Probe**s are different based on different sources. They collect data and reformat them in SkyWalking requirements.
- The **Platform backend** is a backend, supported cluster for sure. It is for aggregation, analysis and driving process flow

View File

@ -18,7 +18,7 @@
SkyWalking在逻辑上分为四个部分探针平台后端存储和UI。
<img src="https://skywalkingtest.github.io/page-resources/6_overview.png"/>
<img src="http://skywalking.apache.org/assets/frame.jpeg"/>
- **探针** 基于不同的来源是不同的。它们收集数据并根据SkyWalking需求重新格式化。
- **平台后端** 是一个后端服务支持集群部署。它用于聚合分析和驱动从探针到UI的流程。它还提供可插拔能力为不同的数据源如Zipkin、存储器实现和集群管理。您甚至可以使用[观察分析语言](oal-cn.md)自定义聚合和分析。

View File

@ -293,7 +293,7 @@ public interface InstanceMethodsAroundInterceptor {
1. 开发并测试。
1. 发送拉取请求并要求审核。
1. 提供自动测试用例。
所有测试用例都托管在[SkywalkingTest/skywalking-agent-testcases repository](https://github.com/SkywalkingTest/skywalking-agent-testcases).
关于如何编写测试用例,请按照[如何编写](https://github.com/SkywalkingTest/skywalking-agent-testcases/blob/master/docs/how-to-write-a-plugin-testcase.md) 文档来实现.
所有测试用例都托管在[SkyAPMTest/agent-auto-integration-testcases repository](https://github.com/SkyAPMTest/agent-auto-integration-testcases).
关于如何编写测试用例,请按照[如何编写](https://github.com/SkyAPMTest/agent-auto-integration-testcases/blob/master/docs/how-to-write-a-plugin-testcase.md) 文档来实现.
1. 在提供自动测试用例并在CI中递交测试后插件提交者会批准您的插件。
1. SkyWalking接受的插件。