You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/02/21 13:00:22 UTC

[skywalking] branch doc/als-mx created (now 66a2a96)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch doc/als-mx
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


      at 66a2a96  doc: add ALS metadata-exchange blog and polish E2E doc

This branch includes the following new commits:

     new 66a2a96  doc: add ALS metadata-exchange blog and polish E2E doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: doc: add ALS metadata-exchange blog and polish E2E doc

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch doc/als-mx
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 66a2a96b492f45c1192972091e855ba114570424
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Feb 21 20:59:53 2021 +0800

    doc: add ALS metadata-exchange blog and polish E2E doc
---
 docs/en/guides/README.md           | 5 +++++
 docs/en/setup/envoy/als_setting.md | 1 +
 2 files changed, 6 insertions(+)

diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md
index c2b89b0..098b1e4 100755
--- a/docs/en/guides/README.md
+++ b/docs/en/guides/README.md
@@ -58,6 +58,11 @@ The e2e test involves some/all of the OAP server, storage, coordinator, webapp,
 besides, there is a test controller(JUnit test) running outside of the container that sends traffics to the instrumented service,
 and then verifies the corresponding results after those requests, by GraphQL API of the SkyWalking Web App.
 
+Before all following steps, please set the SkyWalking version `sw.version` in the [pom.xml](../../../test/e2e/pom.xml)
+so that you can build it in your local IDE, but please make sure not to check this change into the codebase. However, if
+you prefer to build it in command line interface with `./mvnw`, you can simply use property `-Dsw.version=x.y.z` without
+modifying the pom.xml.
+
 #### Writing E2E Cases
 
 - Set up environment in IntelliJ IDEA
diff --git a/docs/en/setup/envoy/als_setting.md b/docs/en/setup/envoy/als_setting.md
index 6f0837d..287fb29 100644
--- a/docs/en/setup/envoy/als_setting.md
+++ b/docs/en/setup/envoy/als_setting.md
@@ -86,3 +86,4 @@ The [blog](https://skywalking.apache.org/blog/2020-12-03-obs-service-mesh-with-s
 this analyzer requires Istio to enable the metadata exchange plugin (you can enable it by `--set values.telemetry.v2.enabled=true`,
 or if you're using Istio 1.7+ and installing it with profile `demo`/`preview`, it should be enabled then).
 
+The [blog](https://skywalking.apache.org/blog/obs-service-mesh-vm-with-sw-and-als/) illustrates the detail of how it works, and a step-by-step tutorial to apply it into the [Online Boutique](https://github.com/GoogleCloudPlatform/microservices-demo) system.