diff --git a/README.md b/README.md index 6114f876335e3afab3b5baa66141190acdd308a6..747646cee3ac287d5c60ac93ec31d109b652ec42 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Apache SkyWalking ========== -Sky Walking logo +Sky Walking logo **SkyWalking**: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures. @@ -30,7 +30,7 @@ The core features are following. - Alarm - + SkyWalking supports to collect telemetry (traces and metrics) data from multiple sources and multiple formats, @@ -64,9 +64,9 @@ Please report unacceptable behavior to dev@skywalking.apache.org . Observe on Istio - + - + More screenshots diff --git a/docs/Screenshots.md b/docs/Screenshots.md index 2ada58b6be781ba877d4eb63fbac41b2e3807661..829c3321ddcf789302a8a833641194be34e19df0 100644 --- a/docs/Screenshots.md +++ b/docs/Screenshots.md @@ -1,40 +1,40 @@ # Agent - Overview dashboard - + - Discovery topological graph of application clusters automatically. - + - Service overview - + - Process(VM) metrics - + - Endpoint metrics - + - Trace - + - + - Alarm - + # Istio - Overview dashboard - + - Discovery topological graph of application clusters automatically. - + - Service overview - + - Service instance metrics - + - Endpoint metrics - + diff --git a/docs/en/guides/Java-Plugin-Development-Guide.md b/docs/en/guides/Java-Plugin-Development-Guide.md index 5de9406db73113a20a631c264e29ac8cf2f45eca..fd6ed452f715cfb51c1631fa121f230c3f926979 100644 --- a/docs/en/guides/Java-Plugin-Development-Guide.md +++ b/docs/en/guides/Java-Plugin-Development-Guide.md @@ -286,7 +286,5 @@ Please follow there steps: 1. Develop and test. 1. Send the pull request and ask for review. 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 accepted by SkyWalking. diff --git a/docs/en/setup/README.md b/docs/en/setup/README.md index 27396dbae5cb46c9e8681efaf786ea0c67376a4d..4fa79a59ad1a9694876cf6e13d5dd6d95cbbbe13 100644 --- a/docs/en/setup/README.md +++ b/docs/en/setup/README.md @@ -7,16 +7,16 @@ Setup based on which kind of probes are you going to use. If you don't understan ## 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/). -- 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 - [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. -- [PHP agent](https://github.com/SkywalkingContrib/skywalking-php-sdk). See PHP 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. +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 - Istio diff --git a/docs/en/setup/backend/backend-ui-setup.md b/docs/en/setup/backend/backend-ui-setup.md index 323739ad6f0f7b413d3b7ea732a233fd579358bb..40040ee32ea377f8562be913d9f56792b4b0a8fe 100644 --- a/docs/en/setup/backend/backend-ui-setup.md +++ b/docs/en/setup/backend/backend-ui-setup.md @@ -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. Before that, you should know how agent/probe, backend, UI communicate with each other. - + - 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. diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md index a10cc52fc8e61b4b0cfbe1c899c43d356b4c76c7..d563210774fa817dc0c8476edca06fa1a65159d1 100644 --- a/docs/en/setup/service-agent/java-agent/README.md +++ b/docs/en/setup/service-agent/java-agent/README.md @@ -108,5 +108,5 @@ our [Plugin Development Guide](../../../guides/Java-Plugin-Development-Guide.md) # Test 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) -* [Java Agent Performance Test](https://skywalkingtest.github.io/Agent-Benchmarks/) +* [Plugin Test](https://github.com/SkyAPMTest/agent-integration-test-report) +* [Java Agent Performance Test](https://skyapmtest.github.io/Agent-Benchmarks/)