未验证 提交 4b15c713 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Make sure all document images ref from our Apache website. (#2236)

* Make sure all document images ref from our Apache website.

* Change the statement.
上级 496bde92
Apache SkyWalking Apache SkyWalking
========== ==========
<img src="https://skywalkingtest.github.io/page-resources/logo/sw-big-dark-1200.png" alt="Sky Walking logo" height="90px" align="right" /> <img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo" height="90px" align="right" />
**SkyWalking**: an APM(application performance monitor) system, especially designed for **SkyWalking**: an APM(application performance monitor) system, especially designed for
microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
...@@ -30,7 +30,7 @@ The core features are following. ...@@ -30,7 +30,7 @@ The core features are following.
- Alarm - Alarm
<img src="https://skywalkingtest.github.io/page-resources/6-beta-overview.png"/> <img src="http://skywalking.apache.org/assets/frame.jpeg"/>
SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources
and multiple formats, and multiple formats,
...@@ -64,9 +64,9 @@ Please report unacceptable behavior to dev@skywalking.apache.org . ...@@ -64,9 +64,9 @@ Please report unacceptable behavior to dev@skywalking.apache.org .
<td width="50%" align="center"><b>Observe on Istio</b></td> <td width="50%" align="center"><b>Observe on Istio</b></td>
</tr> </tr>
<tr> <tr>
<td><img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"/> <td><img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Topology.png"/>
</td> </td>
<td><img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"/> <td><img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png"/>
</td> </td>
<tr> <tr>
<td align="center"><a href="docs/Screenshots.md#agent">More screenshots</a></td> <td align="center"><a href="docs/Screenshots.md#agent">More screenshots</a></td>
......
# Agent # Agent
- Overview dashboard - Overview dashboard
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Dashboard.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Dashboard.png"/>
- Discovery topological graph of application clusters automatically. - Discovery topological graph of application clusters automatically.
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Topology.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Topology.png"/>
- Service overview - Service overview
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/service.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/service.png"/>
- Process(VM) metrics - Process(VM) metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Service_instance_info.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Service_instance_info.png"/>
- Endpoint metrics - Endpoint metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/endpoint.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/endpoint.png"/>
- Trace - Trace
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/trace.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/trace.png"/>
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Trace-detail.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Trace-detail.png"/>
- Alarm - Alarm
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/service-alarm.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/service-alarm.png"/>
# Istio # Istio
- Overview dashboard - Overview dashboard
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Dashboard.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Dashboard.png"/>
- Discovery topological graph of application clusters automatically. - Discovery topological graph of application clusters automatically.
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Topology.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Topology.png"/>
- Service overview - Service overview
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Service.png"/>
- Service instance metrics - Service instance metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/Service-instance-info.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/Service-instance-info.png"/>
- Endpoint metrics - Endpoint metrics
<img src="https://skywalkingtest.github.io/page-resources/6.0.0-alpha/Istio/endpoint.png"/> <img src="http://skywalking.apache.org/screenshots/6.0.0-alpha/Istio/endpoint.png"/>
...@@ -286,7 +286,5 @@ Please follow there steps: ...@@ -286,7 +286,5 @@ Please follow there steps:
1. Develop and test. 1. Develop and test.
1. Send the pull request and ask for review. 1. Send the pull request and ask for review.
1. Provide the automatic test cases. 1. Provide the automatic test cases.
All test cases are hosted in [SkywalkingTest/skywalking-agent-testcases repository](https://github.com/SkywalkingTest/skywalking-agent-testcases).
About how to write a test case, follow the [How to write](https://github.com/SkywalkingTest/skywalking-agent-testcases/blob/master/docs/how-to-write-a-plugin-testcase.md) document.
1. The plugin committers approves your plugins after automatic test cases provided and the tests passed in our CI. 1. The plugin committers approves your plugins after automatic test cases provided and the tests passed in our CI.
1. The plugin accepted by SkyWalking. 1. The plugin accepted by SkyWalking.
...@@ -7,16 +7,16 @@ Setup based on which kind of probes are you going to use. If you don't understan ...@@ -7,16 +7,16 @@ Setup based on which kind of probes are you going to use. If you don't understan
## Download official releases ## Download official releases
- Backend, UI and Java agent are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/). - Backend, UI and Java agent are Apache official release, you could find them at [Apache SkyWalking DOWNLOAD page](http://skywalking.apache.org/downloads/).
- Download .Net agent by following [Getting started document](https://github.com/OpenSkywalking/skywalking-netcore#getting-started).
- Download Nodejs agent by following [English document](https://github.com/OpenSkywalking/skywalking-nodejs/blob/master/docs/README.md#documents).
- Download PHP agent by following [English document](https://github.com/SkywalkingContrib/skywalking-php-sdk/blob/master/docs/README.md#documents).
## Language agents in Service ## Language agents in Service
- [Java agent](service-agent/java-agent/README.md). Introduce how to install java agent to your service, without change any codes. - [Java agent](service-agent/java-agent/README.md). Introduce how to install java agent to your service, without change any codes.
- [.NET Core agent](https://github.com/OpenSkywalking/skywalking-netcore). See .NET Core agent project document for more details.
- [Node.js agent](https://github.com/OpenSkywalking/skywalking-nodejs). See Node.js server side agent project document for more details. The following agents and SDKs are compatible with the SkyWalking's formats and protocols, but maintained by the 3rd-party.
- [PHP agent](https://github.com/SkywalkingContrib/skywalking-php-sdk). See PHP agent project document for more details. You could go to their project repositories to find out the releases and how to use them.
- [SkyAPM .NET Core agent](https://github.com/SkyAPM/SkyAPM-dotnet). See .NET Core agent project document for more details.
- [SkyAPM Node.js agent](https://github.com/SkyAPM/SkyAPM-nodejs). See Node.js server side agent project document for more details.
- [SkyAPM PHP SDK](https://github.com/SkyAPM/SkyAPM-php-sdk). See PHP agent project document for more details.
## On Service Mesh ## On Service Mesh
- Istio - Istio
......
...@@ -28,7 +28,7 @@ In Java, .NetCore, Node.js, Istio agents/probe, set the gRPC service address to ...@@ -28,7 +28,7 @@ In Java, .NetCore, Node.js, Istio agents/probe, set the gRPC service address to
After the quick start, you should want to deploy the backend and UI in the distributed env. After the quick start, you should want to deploy the backend and UI in the distributed env.
Before that, you should know how agent/probe, backend, UI communicate with each other. Before that, you should know how agent/probe, backend, UI communicate with each other.
<img src="https://skywalkingtest.github.io/page-resources/6.0.0/communication-net.png"/> <img src="http://skywalking.apache.org/doc-graph/communication-net.png"/>
- All native agents and probes, either language based or mesh probe, are using gRPC service(`core/default/gRPC*` in `application.yml`) to report - All native agents and probes, either language based or mesh probe, are using gRPC service(`core/default/gRPC*` in `application.yml`) to report
data to backend. Also, jetty service supported in JSON format. data to backend. Also, jetty service supported in JSON format.
......
...@@ -108,5 +108,5 @@ our [Plugin Development Guide](../../../guides/Java-Plugin-Development-Guide.md) ...@@ -108,5 +108,5 @@ our [Plugin Development Guide](../../../guides/Java-Plugin-Development-Guide.md)
# Test # Test
If you are interested in plugin compatible tests or agent performance, see the following reports. If you are interested in plugin compatible tests or agent performance, see the following reports.
* [Plugin Test](https://github.com/SkywalkingTest/agent-integration-test-report) * [Plugin Test](https://github.com/SkyAPMTest/agent-integration-test-report)
* [Java Agent Performance Test](https://skywalkingtest.github.io/Agent-Benchmarks/) * [Java Agent Performance Test](https://skyapmtest.github.io/Agent-Benchmarks/)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册