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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5515ab8  deploy: fd1d8755e0f129b495b77499afe5e6724fb2235a
5515ab8 is described below

commit 5515ab8c2759fb703aac7e482e0dd3b5f48692ef
Author: wu-sheng <wu-sh...@users.noreply.github.com>
AuthorDate: Wed Jan 19 10:06:45 2022 +0000

    deploy: fd1d8755e0f129b495b77499afe5e6724fb2235a
---
 docs/skywalking-showcase/latest/readme/index.html           | 12 ++++++------
 docs/skywalking-swck/latest/binary-readme/index.html        |  2 +-
 .../latest/custom-metrics-adapter/index.html                |  2 +-
 docs/skywalking-swck/latest/design/proposal/index.html      |  2 +-
 .../latest/examples/default-backend/index.html              |  6 +++---
 .../latest/examples/istio-controlplane/index.html           |  6 +++---
 .../latest/examples/java-agent-injector-usage/index.html    |  4 ++--
 docs/skywalking-swck/latest/examples/satellite/index.html   |  8 ++++----
 docs/skywalking-swck/latest/examples/storage/index.html     |  6 +++---
 docs/skywalking-swck/latest/java-agent-injector/index.html  |  4 ++--
 docs/skywalking-swck/latest/javaagent/index.html            |  2 +-
 docs/skywalking-swck/latest/operator/index.html             |  2 +-
 docs/skywalking-swck/latest/readme/index.html               |  2 +-
 docs/skywalking-swck/latest/release/index.html              |  4 ++--
 index.json                                                  |  2 +-
 js/mergedData.js                                            |  2 +-
 team/index.html                                             | 13 ++++++++++++-
 17 files changed, 45 insertions(+), 34 deletions(-)

diff --git a/docs/skywalking-showcase/latest/readme/index.html 
b/docs/skywalking-showcase/latest/readme/index.html
index 6de8737..ff11047 100644
--- a/docs/skywalking-showcase/latest/readme/index.html
+++ b/docs/skywalking-showcase/latest/readme/index.html
@@ -29,7 +29,7 @@
 <meta itemprop="description" content="SkyWalking showcase This showcase 
repository includes an example music application and other manifests to 
demonstrate the main features of SkyWalking. The music application is composed 
of several microservices that are written in different programming languages. 
Here is the architecture:
 %% please read this doc in our official website, otherwise the graph is not 
correctly rendered. graph LR; loadgen[load generator] --&gt; ui(&quot;UI 
(React)&quot;) --&gt; app(&quot;app server (NodeJS)&quot;) --&gt; 
gateway(&quot;gateway (Spring)&quot;); gateway --&gt; songs(&quot;songs 
(Spring)&quot;) &amp; rcmd(&quot;recommendations (Python)&quot;); rcmd --&gt; 
songs; songs --&gt; db(&quot;database (H2)&quot;); Usage The showcase uses GNU 
Make and Docker containers to run commands, so p [...]
 
-<meta itemprop="wordCount" content="726">
+<meta itemprop="wordCount" content="739">
 
 
 
@@ -249,7 +249,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 3ee8f99</div>
+                  <div class="commit-id">Commit Id: 95e9576</div>
                 
 
 
@@ -316,7 +316,7 @@ SkyWalking self observability.</p>
 <p>Notice, when run this showcase locally such as KinD, the images are 
downloaded inside the KinD, which could take over 10 mins(depend on local 
network).
 Rerun <code>make deploy.kubernetes</code> if some timeout errors break the 
process.</p>
 <h3 id="customization">Customization</h3>
-<p>The variables defined in <a 
href="https://github.com/apache/skywalking-showcase/tree/3ee8f9923e29c542996735464949fd002a31fa70/Makefile.in";><code>Makefile.in</code></a>
 can be overridden to customize the showcase, by specifying an
+<p>The variables defined in <a 
href="https://github.com/apache/skywalking-showcase/tree/95e95766a266ae033b186b9fef3939d098d6e618/Makefile.in";><code>Makefile.in</code></a>
 can be overridden to customize the showcase, by specifying an
 environment variable with the same name, e.g.:</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell"><span 
style="color:#0086b3">export</span> <span 
style="color:#008080">ES_VERSION</span><span 
style="color:#000;font-weight:bold">=</span>7.14.0
 make &lt;target&gt;
@@ -324,7 +324,7 @@ make &lt;target&gt;
 <p>Run <code>make help</code> to get more information.</p>
 <h3 id="features">Features</h3>
 <p>The showcase is composed of a set of scenarios with feature flags, you can 
deploy some of them that interest you by
-overriding the <code>FEATURE_FLAGS</code> variable defined in <a 
href="https://github.com/apache/skywalking-showcase/tree/3ee8f9923e29c542996735464949fd002a31fa70/Makefile.in";><code>Makefile.in</code></a>,
 as documented
+overriding the <code>FEATURE_FLAGS</code> variable defined in <a 
href="https://github.com/apache/skywalking-showcase/tree/95e95766a266ae033b186b9fef3939d098d6e618/Makefile.in";><code>Makefile.in</code></a>,
 as documented
 in <a href="#customization">Customization</a>, e.g.:</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">make deploy.kubernetes <span 
style="color:#008080">FEATURE_FLAGS</span><span 
style="color:#000;font-weight:bold">=</span>single-node,agent
 </code></pre></div><p>Feature flags for different platforms (<a 
href="#kubernetes">Kubernetes</a> and <a href="#docker-compose">Docker 
Compose</a>) are not
@@ -340,8 +340,8 @@ necessarily the same so make sure to specify the right 
feature flags.</p>
 </thead>
 <tbody>
 <tr>
-<td><code>agent</code></td>
-<td>Deploy microservices with SkyWalking agent enabled.</td>
+<td><code>java-agent-injector</code></td>
+<td>Use the java agent injector to inject the Skywalking Java agent and deploy 
microservices with other SkyWalking agent enabled.</td>
 <td>The microservices include agents for Java, NodeJS server, browser, 
Python.</td>
 </tr>
 <tr>
diff --git a/docs/skywalking-swck/latest/binary-readme/index.html 
b/docs/skywalking-swck/latest/binary-readme/index.html
index 17fa1ca..607b576 100644
--- a/docs/skywalking-swck/latest/binary-readme/index.html
+++ b/docs/skywalking-swck/latest/binary-readme/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/custom-metrics-adapter/index.html 
b/docs/skywalking-swck/latest/custom-metrics-adapter/index.html
index 0908e84..0c92513 100644
--- a/docs/skywalking-swck/latest/custom-metrics-adapter/index.html
+++ b/docs/skywalking-swck/latest/custom-metrics-adapter/index.html
@@ -442,7 +442,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/design/proposal/index.html 
b/docs/skywalking-swck/latest/design/proposal/index.html
index c09020c..115713b 100644
--- a/docs/skywalking-swck/latest/design/proposal/index.html
+++ b/docs/skywalking-swck/latest/design/proposal/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/examples/default-backend/index.html 
b/docs/skywalking-swck/latest/examples/default-backend/index.html
index c745ffa..80bebd2 100644
--- a/docs/skywalking-swck/latest/examples/default-backend/index.html
+++ b/docs/skywalking-swck/latest/examples/default-backend/index.html
@@ -451,7 +451,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -477,9 +477,9 @@ if (!doNotTrack) {
 <p>In this example, we will deploy an OAP server and UI to Kubernetes cluster 
with
 default settings specified by their Custom Resource Defines(CRD).</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="deploy-oap-server-and-ui-with-default-setting">Deploy OAP server and 
UI with default setting</h2>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f default.yaml
 </code></pre></div><p>Get created custom resources as below:</p>
diff --git a/docs/skywalking-swck/latest/examples/istio-controlplane/index.html 
b/docs/skywalking-swck/latest/examples/istio-controlplane/index.html
index 171ddb0..a6fe97d 100644
--- a/docs/skywalking-swck/latest/examples/istio-controlplane/index.html
+++ b/docs/skywalking-swck/latest/examples/istio-controlplane/index.html
@@ -448,7 +448,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -474,12 +474,12 @@ if (!doNotTrack) {
 <p>In this example, you will learn how to setup a Fetcher to fetch Istio 
control plane metrics,
 then push them to OAP server.</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="install-istio-control-plane">Install Istio control plane</h2>
 <p>Follow <a 
href="https://istio.io/latest/docs/setup/install/istioctl/";>Install with 
istioctl</a> to install a
 istiod.</p>
 <h2 id="deploy-fetcher-oap-server-and-ui-with-default-settings">Deploy 
Fetcher, OAP server and UI with default settings</h2>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f fetcher.yaml
 </code></pre></div><p>Get created custom resources as below:</p>
diff --git 
a/docs/skywalking-swck/latest/examples/java-agent-injector-usage/index.html 
b/docs/skywalking-swck/latest/examples/java-agent-injector-usage/index.html
index a44fd07..bfcb061 100644
--- a/docs/skywalking-swck/latest/examples/java-agent-injector-usage/index.html
+++ b/docs/skywalking-swck/latest/examples/java-agent-injector-usage/index.html
@@ -448,7 +448,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -473,7 +473,7 @@ if (!doNotTrack) {
        <h1 id="java-agent-injector-usage">Java agent injector Usage</h1>
 <p>In this example, you will learn how to use the java agent injector in three 
ways.</p>
 <h2 id="install-injector">Install injector</h2>
-<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
+<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
 <h2 id="use-default-configuration">Use default configuration</h2>
 <p>At first, set the injection label in your namespace as below.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl label namespace default<span 
style="color:#000;font-weight:bold">(</span>your namespace<span 
style="color:#000;font-weight:bold">)</span> swck-injection<span 
style="color:#000;font-weight:bold">=</span>enabled
diff --git a/docs/skywalking-swck/latest/examples/satellite/index.html 
b/docs/skywalking-swck/latest/examples/satellite/index.html
index 74bc62c..5e9de6f 100644
--- a/docs/skywalking-swck/latest/examples/satellite/index.html
+++ b/docs/skywalking-swck/latest/examples/satellite/index.html
@@ -448,7 +448,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -476,14 +476,14 @@ if (!doNotTrack) {
 <p>Install the Satellite component.</p>
 <h3 id="install-operator-and-backend">Install Operator And Backend</h3>
 <ol>
-<li>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator.</li>
+<li>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator.</li>
 <li>Follow <a href="./../default-backend">Deploy OAP server and UI</a> to 
install backend.</li>
 </ol>
 <h3 id="deploy-satellite-with-default-setting">Deploy Satellite with default 
setting</h3>
 <ol>
 <li>Deploy the Storage use the below command:</li>
 </ol>
-<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/operator/config/samples";>samples</a>.</p>
+<p>Clone this repo, then change current directory to <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/operator/config/samples";>samples</a>.</p>
 <p>Issue the below command to deploy an OAP server and UI.</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-shell" data-lang="shell">kubectl apply -f satellite.yaml
 </code></pre></div><ol start="2">
@@ -507,7 +507,7 @@ default   <span style="color:#099">1</span>           <span 
style="color:#099">1
     - name: SW_METER_ANALYZER_ACTIVE_FILES
       value: satellite
 </code></pre></div><ol start="4">
-<li>Add the HorizontalPodAutoScaler <code>CRD</code>, and <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/operator/config/samples/satellite-hpa.yaml";>update
 the config file</a> the <code>service</code> and <code>target</code> to your 
excepted config.
+<li>Add the HorizontalPodAutoScaler <code>CRD</code>, and <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/operator/config/samples/satellite-hpa.yaml";>update
 the config file</a> the <code>service</code> and <code>target</code> to your 
excepted config.
 It&rsquo;s recommend to set the <code>stabilizationWindowSeconds</code> and 
<code>selectPolicy</code> of scaling up in HPA, which would help prevent 
continuous scaling up of pods due to metric delay fluctuations.</li>
 <li>Check the HorizontalPodAutoScaler in the Kubernetes:</li>
 </ol>
diff --git a/docs/skywalking-swck/latest/examples/storage/index.html 
b/docs/skywalking-swck/latest/examples/storage/index.html
index e5c8da7..d6840b6 100644
--- a/docs/skywalking-swck/latest/examples/storage/index.html
+++ b/docs/skywalking-swck/latest/examples/storage/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -470,7 +470,7 @@ if (!doNotTrack) {
        <h1 id="storage-usage">Storage Usage</h1>
 <p>In this example, you will learn how to use the Storage.</p>
 <h2 id="install-operator">Install Operator</h2>
-<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
+<p>Follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator.</p>
 <h2 id="define-storage-with-default-setting">Define Storage with default 
setting</h2>
 <ol>
 <li>sample.yaml(use the internal type)</li>
@@ -530,7 +530,7 @@ sample                  elasticsearch   7.5.1     external
 NAME                    READY   AGE
 sample-elasticsearch   3/3     7s
 </code></pre></div><h2 id="specify-storage-name-in-oap-server">Specify Storage 
Name in OAP server</h2>
-<p>Here we modify the <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/operator/config/samples/default.yaml";>default
 OAP server configuration file</a>,the new yaml file as follows:</p>
+<p>Here we modify the <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/operator/config/samples/default.yaml";>default
 OAP server configuration file</a>,the new yaml file as follows:</p>
 <div class="highlight"><pre 
style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code 
class="language-yaml" data-lang="yaml"><span 
style="color:#000080">apiVersion</span>:<span style="color:#bbb"> 
</span>operator.skywalking.apache.org/v1alpha1<span style="color:#bbb">
 </span><span style="color:#bbb"></span><span 
style="color:#000080">kind</span>:<span style="color:#bbb"> 
</span>OAPServer<span style="color:#bbb">
 </span><span style="color:#bbb"></span><span 
style="color:#000080">metadata</span>:<span style="color:#bbb">
diff --git a/docs/skywalking-swck/latest/java-agent-injector/index.html 
b/docs/skywalking-swck/latest/java-agent-injector/index.html
index d77ae0e..e815746 100644
--- a/docs/skywalking-swck/latest/java-agent-injector/index.html
+++ b/docs/skywalking-swck/latest/java-agent-injector/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -472,7 +472,7 @@ if (!doNotTrack) {
 <p>When enabled in a pod&rsquo;s namespace, the injector injects the java 
agent container at pod creation time using a mutating webhook admission 
controller. By rendering the java agent to a shared volume, containers within 
the pod can use the java agent.</p>
 <p>The following sections describe how to configure the agent, if you want to 
try it directly, please see <a 
href="../examples/java-agent-injector-usage">Usage</a> for more details.</p>
 <h2 id="install-injector">Install Injector</h2>
-<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
+<p>The java agent injector is a component of the operator, so you need to 
follow <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/README.md#operator";>Operator
 installation instrument</a> to install the operator firstly.</p>
 <h2 id="active-the-java-agent-injection">Active the java agent injection</h2>
 <p>We have two granularities here: namespace and pod.</p>
 <table>
diff --git a/docs/skywalking-swck/latest/javaagent/index.html 
b/docs/skywalking-swck/latest/javaagent/index.html
index cdd1596..25582a7 100644
--- a/docs/skywalking-swck/latest/javaagent/index.html
+++ b/docs/skywalking-swck/latest/javaagent/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/operator/index.html 
b/docs/skywalking-swck/latest/operator/index.html
index 48b6cd3..046dd19 100644
--- a/docs/skywalking-swck/latest/operator/index.html
+++ b/docs/skywalking-swck/latest/operator/index.html
@@ -445,7 +445,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/readme/index.html 
b/docs/skywalking-swck/latest/readme/index.html
index b50b234..1dede68 100644
--- a/docs/skywalking-swck/latest/readme/index.html
+++ b/docs/skywalking-swck/latest/readme/index.html
@@ -442,7 +442,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
diff --git a/docs/skywalking-swck/latest/release/index.html 
b/docs/skywalking-swck/latest/release/index.html
index 4fe1283..f553027 100644
--- a/docs/skywalking-swck/latest/release/index.html
+++ b/docs/skywalking-swck/latest/release/index.html
@@ -442,7 +442,7 @@ if (!doNotTrack) {
     })
   })()
 </script>
-                  <div class="commit-id">Commit Id: 601785e</div>
+                  <div class="commit-id">Commit Id: 20e603f</div>
                 
 
 
@@ -469,7 +469,7 @@ if (!doNotTrack) {
 <h2 id="prerequisites">Prerequisites</h2>
 <ol>
 <li>Close(if finished, or move to next milestone otherwise) all issues in the 
current milestone from <a 
href="https://github.com/apache/skywalking-swck/milestones";>skywalking-swck</a> 
and <a href="https://github.com/apache/skywalking/milestones";>skywalking</a>, 
create a new milestone if needed.</li>
-<li>Update <a 
href="https://github.com/apache/skywalking-swck/tree/601785ed05433af8de8c14caf07c4a79ae11116d/CHANGES.md";>CHANGES.md</a>.</li>
+<li>Update <a 
href="https://github.com/apache/skywalking-swck/tree/20e603fb01e7fff4e0480e9eef099a869fc5bcf5/CHANGES.md";>CHANGES.md</a>.</li>
 <li>Update image tags of adapter and operator.</li>
 </ol>
 <h2 id="add-your-gpg-public-key-to-apache-svn">Add your GPG public key to 
Apache svn</h2>
diff --git a/index.json b/index.json
index 4dcc308..d3a144a 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"body":"随着业务与用户量的持续发展,系统的瓶颈也逐渐出现。尤其在一些节假日、突发的营销活动中,访问量激增可能会导致系统性能下降,甚至造成系统瘫痪。
 全链路压测可以很好的帮助我们预先演练高峰流量,从而提前模拟出系统的执行情况,帮助我们预估系统容量。当流量真正来临时,也可以更从容面对。 Apache 
SkyWalking 联合 Apache APISIX 及 Apache 
ShardingSphere,三大顶级开源社区通力合作,共同打造生产级可用的全链路压测解决方案,CyborgFlow。\n介绍 CyborgFlow 
是一款面向生产级可用的全链路压测解决方案。总共由三个组件组成,如下图所示。\n Flow Gateway: 
压测流量网关。当流量到达该组件时,则会将请求认定为压测流量,并将压测流量标识传递至上游服务。 Database Shadow: 
数据库中间件。当数据库中间件感知到当前流量为压测流量时,则会将�
 ��据库操作路由至影子表中进行操作。 Agent/Dashboard: 分布式监控系统。与业务系统紧密结合,当感知到压测请求后,自动将其标识传递至上游,无 
[...]
\ No newline at end of file
+[{"body":"随着业务与用户量的持续发展,系统的瓶颈也逐渐出现。尤其在一些节假日、突发的营销活动中,访问量激增可能会导致系统性能下降,甚至造成系统瘫痪。
 全链路压测可以很好的帮助我们预先演练高峰流量,从而提前模拟出系统的执行情况,帮助我们预估系统容量。当流量真正来临时,也可以更从容面对。 Apache 
SkyWalking 联合 Apache APISIX 及 Apache 
ShardingSphere,三大顶级开源社区通力合作,共同打造生产级可用的全链路压测解决方案,CyborgFlow。\n介绍 CyborgFlow 
是一款面向生产级可用的全链路压测解决方案。总共由三个组件组成,如下图所示。\n Flow Gateway: 
压测流量网关。当流量到达该组件时,则会将请求认定为压测流量,并将压测流量标识传递至上游服务。 Database Shadow: 
数据库中间件。当数据库中间件感知到当前流量为压测流量时,则会将�
 ��据库操作路由至影子表中进行操作。 Agent/Dashboard: 分布式监控系统。与业务系统紧密结合,当感知到压测请求后,自动将其标识传递至上游,无 
[...]
\ No newline at end of file
diff --git a/js/mergedData.js b/js/mergedData.js
index 4c4049e..2042dc3 100644
--- a/js/mergedData.js
+++ b/js/mergedData.js
@@ -1 +1 @@
-var mergedData = 
{"data":[11,57,46,12,35,21,19,40,19,10,12,55,8,5,0,19,17,13,16,53,30,3,17,12,8,4,3,0,1,28,8,12,13,3,4,10,2,10,1,16,3,10,0,0,0,0,0,1,0,2,0,5,4,12,10,24,29,30,6,13,11,6,7,4,6,0,12,14,53,43,15,32,34,12,42,34,21,47,3,4,8,0,3,41,27,18,34,60,18,36,23,16,41,19,15,16,41,42,32,57,0,72,43,39,49,45,53,29,34,29,30,33,36,43,93,36,34,44,38,33,20,110,75,9,32,14,39,24,32,37,49,13,7,13,13,13,11,12,25,9,26,19,16,35,32,47,60,35,43,35,18,39,1,27,43,19,59,21,23,29,26,38,26,35,18,32,28,30,24,
 [...]
\ No newline at end of file
+var mergedData = 
{"data":[11,57,46,12,35,21,19,40,19,10,12,55,8,5,0,19,17,13,16,53,30,3,17,12,8,4,3,0,1,28,8,12,13,3,4,10,2,10,1,16,3,10,0,0,0,0,0,1,0,2,0,5,4,12,10,24,29,30,6,13,11,6,7,4,6,0,12,14,53,43,15,32,34,12,42,34,21,47,3,4,8,0,3,41,27,18,34,60,18,36,23,16,41,19,15,16,41,42,32,57,0,72,43,39,49,45,53,29,34,29,30,33,36,43,93,36,34,44,38,33,20,110,75,9,32,14,39,24,32,37,49,13,7,13,13,13,11,12,25,9,26,19,16,35,32,47,60,35,43,35,18,39,1,27,43,19,59,21,23,29,26,38,26,35,18,32,28,30,24,
 [...]
\ No newline at end of file
diff --git a/team/index.html b/team/index.html
index afd5826..677497e 100644
--- a/team/index.html
+++ b/team/index.html
@@ -507,7 +507,7 @@ if (!doNotTrack) {
                             SkyWalking Showcase
                             
                         </a>
-                        <span class="total">4</span>
+                        <span class="total">5</span>
 
                     </div>
                 </div>
@@ -563,6 +563,17 @@ if (!doNotTrack) {
 
                             
 
+                            <li class="mb-2 mr-2">
+                                
+                                <a href="https://github.com/dashanji"; 
target="_blank">
+                                    <i class="fab fa-github"></i>
+                                    dashanji
+                                </a>
+                            </li>
+                            
+
+                            
+
                             
                             <li class="more">
                                 

Reply via email to