[skywalking-kubernetes] 01/01: helm dep up skywalking

2019-12-13 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch typo
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit 3d2470f25068b0307c03980c48d7090d16ea1c5f
Author: JaredTan95 
AuthorDate: Sat Dec 14 15:45:00 2019 +0800

helm dep up skywalking
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 318ba11..6a2c5b9 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install  skywalking -n 
 ```
@@ -28,7 +28,7 @@ $ cd chart
 
 $ helm repo add stable https://kubernetes-charts.storage.googleapis.com/
 
-$ helm dep up 
+$ helm dep up skywalking
 
 $ helm install  skywalking -n  \
 --set elasticsearch.enabled=false \



[skywalking] branch JaredTan95-patch-1 created (now f0fcfad)

2019-12-14 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at f0fcfad  fix docker-entrypoint.sh generate error.

This branch includes the following new commits:

 new f0fcfad  fix docker-entrypoint.sh generate error.

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: fix docker-entrypoint.sh generate error.

2019-12-14 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit f0fcfad1ae6d585e4c07fe63f5aa718fd6831d92
Author: Jared Tan 
AuthorDate: Sat Dec 14 17:35:23 2019 +0800

fix docker-entrypoint.sh generate error.

fix docker-entrypoint.sh generate error in generateStorageMySQL() method.
---
 docker/oap/docker-entrypoint.sh | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index c18cd1a..67d75c0 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -138,13 +138,13 @@ generateStorageMySQL() {
 storage:
   mysql:
 properties:
-jdbcUrl: ${SW_JDBC_URL:"jdbc:mysql://localhost:3306/swtest"}
-dataSource.user: ${SW_DATA_SOURCE_USER:root}
-dataSource.password: ${SW_DATA_SOURCE_PASSWORD:root@1234}
-dataSource.cachePrepStmts: ${SW_DATA_SOURCE_CACHE_PREP_STMTS:true}
-dataSource.prepStmtCacheSize: 
${SW_DATA_SOURCE_PREP_STMT_CACHE_SQL_SIZE:250}
-dataSource.prepStmtCacheSqlLimit: 
${SW_DATA_SOURCE_PREP_STMT_CACHE_SQL_LIMIT:2048}
-dataSource.useServerPrepStmts: 
${SW_DATA_SOURCE_USE_SERVER_PREP_STMTS:true}
+jdbcUrl: \${SW_JDBC_URL:"jdbc:mysql://localhost:3306/swtest"}
+dataSource.user: \${SW_DATA_SOURCE_USER:root}
+dataSource.password: \${SW_DATA_SOURCE_PASSWORD:root@1234}
+dataSource.cachePrepStmts: \${SW_DATA_SOURCE_CACHE_PREP_STMTS:true}
+dataSource.prepStmtCacheSize: 
\${SW_DATA_SOURCE_PREP_STMT_CACHE_SQL_SIZE:250}
+dataSource.prepStmtCacheSqlLimit: 
\${SW_DATA_SOURCE_PREP_STMT_CACHE_SQL_LIMIT:2048}
+dataSource.useServerPrepStmts: 
\${SW_DATA_SOURCE_USE_SERVER_PREP_STMTS:true}
 metadataQueryMaxSize: \${SW_STORAGE_MYSQL_QUERY_MAX_SIZE:5000}
 EOT
 }



[skywalking-website] branch asf-site updated (7f4e801 -> 645a562)

2019-12-15 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 7f4e801  Update asf-site
 new 645a562  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7f4e801)
\
 N -- N -- N   refs/heads/asf-site (645a562)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   6 +++---
 assets/js/{app.ebd1fbee.js => app.19934d86.js} |   2 +-
 assets/users-20191216.png  | Bin 0 -> 154377 bytes
 assets/users.png   | Bin 213757 -> 154377 bytes
 blog/2018-05-24-skywalking-net.html|   4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 ++--
 blog/2019-01-01-Understand-Trace.html  |   4 ++--
 blog/2019-01-25-mesh-loadtest.html |   4 ++--
 blog/2019-09-25-alarm-webhook-share.html   |   4 ++--
 blog/index.html|   4 ++--
 downloads/index.html   |   4 ++--
 events/index.html  |   4 ++--
 index.html |   4 ++--
 team/index.html|   4 ++--
 zh/blog/2018-05-24-skywalking-net.html |   4 ++--
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |   4 ++--
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |   4 ++--
 .../2018-12-21-SkyWalking-source-code-read.html|   4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html  |   4 ++--
 .../2019-01-02-skywalking-elasticsearch-basic.html |   4 ++--
 zh/blog/2019-01-03-monitor-microservice.html   |   4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html  |   4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html|   4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html |   4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html|   4 ++--
 ...oduction-of-skywalking-and-simple-practice.html |   4 ++--
 .../2019-08-30-how-to-use-Skywalking-Agent.html|   4 ++--
 ...-apache-skyWalking-committer-apply-process.html |   4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html|   4 ++--
 ...walking-elasticsearch-storage-optimization.html |   4 ++--
 zh/blog/index.html |   4 ++--
 zh/doc/index.html  |   4 ++--
 zh/downloads/index.html|   4 ++--
 zh/events/index.html   |   4 ++--
 zh/index.html  |   4 ++--
 zh/team/index.html |   4 ++--
 36 files changed, 68 insertions(+), 68 deletions(-)
 rename assets/js/{app.ebd1fbee.js => app.19934d86.js} (79%)
 create mode 100644 assets/users-20191216.png



[skywalking-website] branch asf-site updated (645a562 -> 31c52ee)

2019-12-15 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 645a562  Update asf-site
 new 31c52ee  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (645a562)
\
 N -- N -- N   refs/heads/asf-site (31c52ee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   6 +++---
 assets/js/{app.19934d86.js => app.e05aa7a3.js} |   2 +-
 assets/users-20191216.png  | Bin 154377 -> 152036 bytes
 assets/users.png   | Bin 154377 -> 152036 bytes
 blog/2018-05-24-skywalking-net.html|   4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 ++--
 blog/2019-01-01-Understand-Trace.html  |   4 ++--
 blog/2019-01-25-mesh-loadtest.html |   4 ++--
 blog/2019-09-25-alarm-webhook-share.html   |   4 ++--
 blog/index.html|   4 ++--
 downloads/index.html   |   4 ++--
 events/index.html  |   4 ++--
 index.html |   4 ++--
 team/index.html|   4 ++--
 zh/blog/2018-05-24-skywalking-net.html |   4 ++--
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |   4 ++--
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |   4 ++--
 .../2018-12-21-SkyWalking-source-code-read.html|   4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html  |   4 ++--
 .../2019-01-02-skywalking-elasticsearch-basic.html |   4 ++--
 zh/blog/2019-01-03-monitor-microservice.html   |   4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html  |   4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html|   4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html |   4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html|   4 ++--
 ...oduction-of-skywalking-and-simple-practice.html |   4 ++--
 .../2019-08-30-how-to-use-Skywalking-Agent.html|   4 ++--
 ...-apache-skyWalking-committer-apply-process.html |   4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html|   4 ++--
 ...walking-elasticsearch-storage-optimization.html |   4 ++--
 zh/blog/index.html |   4 ++--
 zh/doc/index.html  |   4 ++--
 zh/downloads/index.html|   4 ++--
 zh/events/index.html   |   4 ++--
 zh/index.html  |   4 ++--
 zh/team/index.html |   4 ++--
 36 files changed, 68 insertions(+), 68 deletions(-)
 rename assets/js/{app.19934d86.js => app.e05aa7a3.js} (80%)



[skywalking-website] branch asf-site updated (31c52ee -> cf29c9b)

2019-12-15 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 31c52ee  Update asf-site
 new cf29c9b  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (31c52ee)
\
 N -- N -- N   refs/heads/asf-site (cf29c9b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 4 ++--
 assets/js/{app.e05aa7a3.js => app.40dda6de.js}  | 6 +++---
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 4 ++--
 index.html  | 6 +++---
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 4 ++--
 zh/index.html   | 6 +++---
 zh/team/index.html  | 4 ++--
 34 files changed, 71 insertions(+), 71 deletions(-)
 rename assets/js/{app.e05aa7a3.js => app.40dda6de.js} (64%)



[skywalking] 01/01: support min function.

2019-12-16 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch min_func
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit ad2ce51a2975b6459d7bac4cd10eceef9c2bb87c
Author: JaredTan95 
AuthorDate: Mon Dec 16 17:45:13 2019 +0800

support min function.
---
 .../core/analysis/metrics/MinDoubleMetrics.java| 53 
 .../core/analysis/metrics/MinLongMetrics.java  | 57 ++
 .../core/analysis/metrics/MaxLongMetricsTest.java  |  4 +-
 ...ongMetricsTest.java => MinLongMetricsTest.java} | 23 -
 4 files changed, 124 insertions(+), 13 deletions(-)

diff --git 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinDoubleMetrics.java
 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinDoubleMetrics.java
new file mode 100644
index 000..56c2211
--- /dev/null
+++ 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinDoubleMetrics.java
@@ -0,0 +1,53 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+package org.apache.skywalking.oap.server.core.analysis.metrics;
+
+import lombok.Getter;
+import lombok.Setter;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.Entrance;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.MetricsFunction;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.SourceFrom;
+import org.apache.skywalking.oap.server.core.storage.annotation.Column;
+
+/**
+ * @author jian.tan
+ */
+
+@MetricsFunction(functionName = "minDouble")
+public abstract class MinDoubleMetrics extends Metrics implements 
DoubleValueHolder {
+
+protected static final String VALUE = "value";
+
+@Getter @Setter @Column(columnName = VALUE, isValue = true) private double 
value;
+
+@Entrance
+public final void combine(@SourceFrom double count) {
+if (count < this.value) {
+this.value = count;
+}
+}
+
+@Override public final void combine(Metrics metrics) {
+MinDoubleMetrics minDoubleMetrics = (MinDoubleMetrics)metrics;
+combine(minDoubleMetrics.value);
+}
+
+@Override public void calculate() {
+}
+}
diff --git 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinLongMetrics.java
 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinLongMetrics.java
new file mode 100644
index 000..833d1f5
--- /dev/null
+++ 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/metrics/MinLongMetrics.java
@@ -0,0 +1,57 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+package org.apache.skywalking.oap.server.core.analysis.metrics;
+
+import lombok.Getter;
+import lombok.Setter;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.Entrance;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.MetricsFunction;
+import 
org.apache.skywalking.oap.server.core.analysis.metrics.annotation.SourceFrom;
+import org.apache.skywalking.oap.server.core.storage.annotation.Column;
+
+/**
+ * @author jian.tan
+ */
+
+@MetricsFunction(functionName = "min")
+public abstract class MinLongMetrics extends Metr

[skywalking] branch min_func created (now ad2ce51)

2019-12-16 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch min_func
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at ad2ce51  support min function.

This branch includes the following new commits:

 new ad2ce51  support min function.

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] branch min_func updated (ad2ce51 -> 2d62011)

2019-12-16 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch min_func
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from ad2ce51  support min function.
 add 2d62011  fix logical bug and update test case.

No new revisions were added by this update.

Summary of changes:
 .../oap/server/core/analysis/metrics/MinLongMetrics.java  | 6 +-
 .../oap/server/core/analysis/metrics/MinLongMetricsTest.java  | 8 
 2 files changed, 9 insertions(+), 5 deletions(-)



[skywalking] branch min_func updated (2d62011 -> 6793aef)

2019-12-16 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch min_func
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 2d62011  fix logical bug and update test case.
 add 6793aef  the same here.

No new revisions were added by this update.

Summary of changes:
 .../skywalking/oap/server/core/analysis/metrics/MinDoubleMetrics.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[skywalking] branch min_func updated (6793aef -> 8d93e44)

2019-12-16 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch min_func
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 6793aef  the same here.
 add a4c3977  [CI] Add IT/E2E check statuses to index page (#4074)
 add 8d93e44  Merge branch 'master' into min_func

No new revisions were added by this update.

Summary of changes:
 README.md | 2 ++
 1 file changed, 2 insertions(+)



[skywalking] branch instance_inventory_node_type created (now 05d50da)

2019-12-17 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch instance_inventory_node_type
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 05d50da  fix NPE.

This branch includes the following new commits:

 new 05d50da  fix NPE.

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: fix NPE.

2019-12-17 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch instance_inventory_node_type
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 05d50da2b6a797d861b2982dfdd4b11095bda2b8
Author: JaredTan95 
AuthorDate: Tue Dec 17 21:06:41 2019 +0800

fix NPE.
---
 .../server/core/register/service/ServiceInstanceInventoryRegister.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/register/service/ServiceInstanceInventoryRegister.java
 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/register/service/ServiceInstanceInventoryRegister.java
index a581305..047f9c4 100644
--- 
a/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/register/service/ServiceInstanceInventoryRegister.java
+++ 
b/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/register/service/ServiceInstanceInventoryRegister.java
@@ -63,6 +63,7 @@ public class ServiceInstanceInventoryRegister implements 
IServiceInstanceInvento
 if (serviceInstanceId == Const.NONE) {
 ServiceInstanceInventory serviceInstanceInventory = new 
ServiceInstanceInventory();
 serviceInstanceInventory.setServiceId(serviceId);
+
serviceInstanceInventory.setServiceInstanceNodeType(NodeType.Unknown);
 serviceInstanceInventory.setName(serviceInstanceName);
 serviceInstanceInventory.setInstanceUUID(uuid);
 serviceInstanceInventory.setIsAddress(BooleanUtils.FALSE);
@@ -89,6 +90,7 @@ public class ServiceInstanceInventoryRegister implements 
IServiceInstanceInvento
 if (serviceInstanceId == Const.NONE) {
 ServiceInstanceInventory serviceInstanceInventory = new 
ServiceInstanceInventory();
 serviceInstanceInventory.setServiceId(serviceId);
+
serviceInstanceInventory.setServiceInstanceNodeType(NodeType.Unknown);
 serviceInstanceInventory.setName(serviceInstanceName);
 serviceInstanceInventory.setIsAddress(BooleanUtils.TRUE);
 serviceInstanceInventory.setAddressId(addressId);



[skywalking-kubernetes] branch JaredTan95-patch-1 created (now abe274d)

2019-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git.


  at abe274d  Update NOTES.txt

This branch includes the following new commits:

 new abe274d  Update NOTES.txt

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-kubernetes] 01/01: Update NOTES.txt

2019-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-kubernetes.git

commit abe274dd8d8914162c0dc58d86733fa7d95e7ec8
Author: Jared Tan 
AuthorDate: Fri Dec 20 11:46:50 2019 +0800

Update NOTES.txt
---
 chart/skywalking/templates/NOTES.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/skywalking/templates/NOTES.txt 
b/chart/skywalking/templates/NOTES.txt
index 9de840c..a8bb2a6 100644
--- a/chart/skywalking/templates/NOTES.txt
+++ b/chart/skywalking/templates/NOTES.txt
@@ -44,7 +44,7 @@ Get the UI URL by running these commands:
 {{- else if contains "ClusterIP" .Values.ui.service.type }}
   export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l 
"app={{ template "skywalking.name" . }},release={{ .Release.Name 
}},component={{ .Values.ui.name }}" -o jsonpath="{.items[0].metadata.name}")
   echo "Visit http://127.0.0.1:8080 to use your application"
-  kubectl port-forward $POD_NAME 8080:{{ .Values.ui.service.internalPort }}
+  kubectl port-forward $POD_NAME 8080:{{ .Values.ui.service.internalPort }} 
--namespace {{ .Release.Namespace }}
 {{- end }}
 
 {{- if.Values.elasticsearch.enabled }}
@@ -55,4 +55,4 @@ Get the UI URL by running these commands:
 ##the SkyWalking's storage ES pod is terminated.
#
 
#
 {{- end }}
-{{- end }}
\ No newline at end of file
+{{- end }}



[skywalking-website] branch asf-site updated (cf29c9b -> 5eb5472)

2019-12-26 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard cf29c9b  Update asf-site
 new 5eb5472  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf29c9b)
\
 N -- N -- N   refs/heads/asf-site (5eb5472)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 4 ++--
 assets/js/{19.4d8121bc.js => 19.6506d19a.js}| 2 +-
 assets/js/20.2e4070fe.js| 1 +
 assets/js/20.772935a9.js| 1 -
 assets/js/{32.05c04842.js => 32.4e0b122f.js}| 2 +-
 assets/js/33.0c021ed8.js| 1 +
 assets/js/33.98896b12.js| 1 -
 assets/js/{app.40dda6de.js => app.98b77e11.js}  | 4 ++--
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 6 +++---
 events/index.html   | 6 +++---
 index.html  | 6 +++---
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 6 +++---
 zh/events/index.html| 6 +++---
 zh/index.html   | 4 ++--
 zh/team/index.html  | 4 ++--
 40 files changed, 77 insertions(+), 77 deletions(-)
 rename assets/js/{19.4d8121bc.js => 19.6506d19a.js} (57%)
 create mode 100644 assets/js/20.2e4070fe.js
 delete mode 100644 assets/js/20.772935a9.js
 rename assets/js/{32.05c04842.js => 32.4e0b122f.js} (59%)
 create mode 100644 assets/js/33.0c021ed8.js
 delete mode 100644 assets/js/33.98896b12.js
 rename assets/js/{app.40dda6de.js => app.98b77e11.js} (84%)



[skywalking-website] branch asf-site updated (5eb5472 -> 8b8739e)

2019-12-26 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 5eb5472  Update asf-site
 new 8b8739e  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5eb5472)
\
 N -- N -- N   refs/heads/asf-site (8b8739e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |  4 ++--
 assets/js/19.6506d19a.js   |  1 -
 assets/js/19.b1b93fc2.js   |  1 +
 assets/js/20.2e4070fe.js   |  1 -
 assets/js/20.8801f09e.js   |  1 +
 assets/js/32.4e0b122f.js   |  1 -
 assets/js/32.a02b691f.js   |  1 +
 assets/js/33.0c021ed8.js   |  1 -
 assets/js/33.fcfa1c61.js   |  1 +
 assets/js/{app.98b77e11.js => app.fb648514.js} |  6 +++---
 blog/2018-05-24-skywalking-net.html| 12 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html | 12 ++--
 blog/2019-01-01-Understand-Trace.html  | 12 ++--
 blog/2019-01-25-mesh-loadtest.html | 12 ++--
 blog/2019-09-25-alarm-webhook-share.html   | 12 ++--
 blog/index.html| 12 ++--
 downloads/index.html   | 14 +++---
 events/index.html  | 14 +++---
 index.html | 14 +++---
 team/index.html| 12 ++--
 zh/blog/2018-05-24-skywalking-net.html | 12 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html| 12 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html   | 12 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html| 12 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html  | 12 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html | 12 ++--
 zh/blog/2019-01-03-monitor-microservice.html   | 12 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html  | 12 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html| 12 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html | 12 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html| 12 ++--
 ...-29-introduction-of-skywalking-and-simple-practice.html | 12 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html| 12 ++--
 ...19-09-12-apache-skyWalking-committer-apply-process.html | 12 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html| 12 ++--
 ...1-07-skywalking-elasticsearch-storage-optimization.html | 12 ++--
 zh/blog/index.html | 12 ++--
 zh/doc/index.html  | 12 ++--
 zh/downloads/index.html| 14 +++---
 zh/events/index.html   | 14 +++---
 zh/index.html  | 14 +++---
 zh/team/index.html | 12 ++--
 42 files changed, 335 insertions(+), 79 deletions(-)
 delete mode 100644 assets/js/19.6506d19a.js
 create mode 100644 assets/js/19.b1b93fc2.js
 delete mode 100644 assets/js/20.2e4070fe.js
 create mode 100644 assets/js/20.8801f09e.js
 delete mode 100644 assets/js/32.4e0b122f.js
 create mode 100644 assets/js/32.a02b691f.js
 delete mode 100644 assets/js/33.0c021ed8.js
 create mode 100644 assets/js/33.fcfa1c61.js
 rename assets/js/{app.98b77e11.js => app.fb648514.js} (73%)



[skywalking-website] branch asf-site updated (8b8739e -> b0dc0bf)

2019-12-27 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 8b8739e  Update asf-site
 new b0dc0bf  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b8739e)
\
 N -- N -- N   refs/heads/asf-site (b0dc0bf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/{app.fb648514.js => app.cfd8f2ae.js}  | 4 ++--
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 4 ++--
 index.html  | 4 ++--
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 4 ++--
 zh/index.html   | 6 +++---
 zh/team/index.html  | 4 ++--
 34 files changed, 70 insertions(+), 70 deletions(-)
 rename assets/js/{app.fb648514.js => app.cfd8f2ae.js} (78%)



[skywalking-website] branch asf-site updated (b0dc0bf -> 81fcfda)

2020-01-03 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard b0dc0bf  Update asf-site
 new 81fcfda  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b0dc0bf)
\
 N -- N -- N   refs/heads/asf-site (81fcfda)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/20.8801f09e.js| 1 -
 assets/js/20.9666a91c.js| 1 +
 assets/js/33.86e38fb9.js| 1 +
 assets/js/33.fcfa1c61.js| 1 -
 assets/js/{app.cfd8f2ae.js => app.262ac8ea.js}  | 6 +++---
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 6 +++---
 index.html  | 6 +++---
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 6 +++---
 zh/index.html   | 6 +++---
 zh/team/index.html  | 4 ++--
 38 files changed, 76 insertions(+), 76 deletions(-)
 delete mode 100644 assets/js/20.8801f09e.js
 create mode 100644 assets/js/20.9666a91c.js
 create mode 100644 assets/js/33.86e38fb9.js
 delete mode 100644 assets/js/33.fcfa1c61.js
 rename assets/js/{app.cfd8f2ae.js => app.262ac8ea.js} (79%)



[skywalking-website] branch asf-site updated (81fcfda -> bfc5fbb)

2020-01-04 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 81fcfda  Update asf-site
 new bfc5fbb  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (81fcfda)
\
 N -- N -- N   refs/heads/asf-site (bfc5fbb)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   4 ++--
 assets/js/{app.262ac8ea.js => app.2109e075.js} |   2 +-
 blog/2018-05-24-skywalking-net.html|   4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 ++--
 blog/2019-01-01-Understand-Trace.html  |   4 ++--
 blog/2019-01-25-mesh-loadtest.html |   4 ++--
 blog/2019-09-25-alarm-webhook-share.html   |   4 ++--
 blog/index.html|   4 ++--
 downloads/index.html   |   4 ++--
 events/index.html  |   4 ++--
 index.html |   4 ++--
 .../kotlin/coroutine/run-with-coroutine-plugin.jpg | Bin 0 -> 171753 bytes
 .../coroutine/without-coroutine-plugin-server1.jpg | Bin 0 -> 122844 bytes
 .../coroutine/without-coroutine-plugin-server2.jpg | Bin 0 -> 129989 bytes
 team/index.html|   4 ++--
 zh/blog/2018-05-24-skywalking-net.html |   4 ++--
 .../2018-12-18-Apache-SkyWalking-5-0-UserGuide.html|   4 ++--
 .../2018-12-21-SkyWalking-apm-sniffer-beginning.html   |   4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html|   4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html  |   4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html |   4 ++--
 zh/blog/2019-01-03-monitor-microservice.html   |   4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html  |   4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html|   4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html |   4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html|   4 ++--
 ...introduction-of-skywalking-and-simple-practice.html |   4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html|   4 ++--
 ...9-12-apache-skyWalking-committer-apply-process.html |   4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html|   4 ++--
 ...-skywalking-elasticsearch-storage-optimization.html |   4 ++--
 zh/blog/index.html |   4 ++--
 zh/doc/index.html  |   4 ++--
 zh/downloads/index.html|   4 ++--
 zh/events/index.html   |   4 ++--
 zh/index.html  |   4 ++--
 zh/team/index.html |   4 ++--
 37 files changed, 67 insertions(+), 67 deletions(-)
 rename assets/js/{app.262ac8ea.js => app.2109e075.js} (79%)
 create mode 100644 
screenshots/7.0.0/kotlin/coroutine/run-with-coroutine-plugin.jpg
 create mode 100644 
screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server1.jpg
 create mode 100644 
screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server2.jpg



[skywalking] branch agent_auth created (now 47c54f8)

2020-01-07 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 47c54f8  add token authentication between agent and oap receiver.

This branch includes the following new commits:

 new 47c54f8  add token authentication between agent and oap receiver.

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: add token authentication between agent and oap receiver.

2020-01-07 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 47c54f88d01bb5a2656424d31e79b681c127d542
Author: JaredTan95 
AuthorDate: Wed Jan 8 14:42:06 2020 +0800

add token authentication between agent and oap receiver.
---
 .../apm/agent/core/remote/GRPCChannel.java |  4 +-
 .../apm/agent/core/remote/GRPCChannelManager.java  | 32 +-
 docker/oap-es7/docker-entrypoint.sh|  1 +
 docker/oap/docker-entrypoint.sh|  1 +
 docs/en/setup/backend/backend-token-auth.md| 44 ++
 .../src/main/resources/application.yml |  1 +
 .../core/server/GRPCHandlerRegisterImpl.java   |  6 +-
 .../core/server/auth/AuthenticationHandler.java| 69 +
 .../library/server/grpc/GRPCServerConfig.java  | 71 --
 .../sharing/server/SharingServerConfig.java|  1 +
 .../server/SharingServerModuleProvider.java|  3 +-
 skywalking-ui  |  2 +-
 12 files changed, 140 insertions(+), 95 deletions(-)

diff --git 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannel.java
 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannel.java
index 8e3afec..0f8e065 100755
--- 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannel.java
+++ 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannel.java
@@ -91,8 +91,8 @@ public class GRPCChannel {
 private Builder(String host, int port) {
 this.host = host;
 this.port = port;
-this.channelBuilders = new LinkedList();
-this.decorators = new LinkedList();
+this.channelBuilders = new LinkedList<>();
+this.decorators = new LinkedList<>();
 }
 
 public Builder addChannelDecorator(ChannelDecorator interceptor) {
diff --git 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java
 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java
index 6aed148..97e482f 100755
--- 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java
+++ 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/GRPCChannelManager.java
@@ -68,21 +68,17 @@ public class GRPCChannelManager implements BootService, 
Runnable {
 grpcServers = 
Arrays.asList(Config.Collector.BACKEND_SERVICE.split(","));
 connectCheckFuture = Executors
 .newSingleThreadScheduledExecutor(new 
DefaultNamedThreadFactory("GRPCChannelManager"))
-.scheduleAtFixedRate(new RunnableWithExceptionProtection(this, new 
RunnableWithExceptionProtection.CallbackWhenException() {
-@Override
-public void handle(Throwable t) {
-logger.error("unexpected exception.", t);
-}
-}), 0, Config.Collector.GRPC_CHANNEL_CHECK_INTERVAL, 
TimeUnit.SECONDS);
+.scheduleAtFixedRate(new RunnableWithExceptionProtection(this,
+t -> logger.error("unexpected exception.", t)), 0, 
Config.Collector.GRPC_CHANNEL_CHECK_INTERVAL, TimeUnit.SECONDS);
 }
 
 @Override
-public void onComplete() throws Throwable {
+public void onComplete() {
 
 }
 
 @Override
-public void shutdown() throws Throwable {
+public void shutdown() {
 if (connectCheckFuture != null) {
 connectCheckFuture.cancel(true);
 }
@@ -111,11 +107,11 @@ public class GRPCChannelManager implements BootService, 
Runnable {
 }
 
 managedChannel = GRPCChannel.newBuilder(ipAndPort[0], 
Integer.parseInt(ipAndPort[1]))
-.addManagedChannelBuilder(new 
StandardChannelBuilder())
-.addManagedChannelBuilder(new TLSChannelBuilder())
-.addChannelDecorator(new AgentIDDecorator())
-.addChannelDecorator(new AuthenticationDecorator())
-.build();
+.addManagedChannelBuilder(new 
StandardChannelBuilder())
+.addManagedChannelBuilder(new 
TLSChannelBuilder())
+.addChannelDecorator(new AgentIDDecorator())
+.addChannelDecorator(new 
AuthenticationDecorator())
+.build();
 notify(GRPCChannelStatus.CONNECTED);
 reconnectCount = 0;
   

[skywalking] branch agent_auth updated (47c54f8 -> 656e248)

2020-01-07 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 47c54f8  add token authentication between agent and oap receiver.
 add 656e248  revert ui.

No new revisions were added by this update.

Summary of changes:
 skywalking-ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[skywalking] branch agent_auth updated (656e248 -> 9f4832f)

2020-01-07 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 656e248  revert ui.
 add 9f4832f  fix code style.

No new revisions were added by this update.

Summary of changes:
 .../skywalking/oap/server/core/server/GRPCHandlerRegisterImpl.java  | 2 +-
 .../skywalking/oap/server/core/server/auth/AuthenticationHandler.java   | 1 -
 .../oap/server/receiver/sharing/server/SharingServerConfig.java | 2 +-
 .../oap/server/receiver/sharing/server/SharingServerModuleProvider.java | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)



[skywalking] branch agent_auth updated (9f4832f -> 114f632)

2020-01-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 9f4832f  fix code style.
 add 114f632  Update docs/en/setup/backend/backend-token-auth.md

No new revisions were added by this update.

Summary of changes:
 docs/en/setup/backend/backend-token-auth.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)



[skywalking] branch agent_auth updated (114f632 -> 3dd387d)

2020-01-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 114f632  Update docs/en/setup/backend/backend-token-auth.md
 add e96c969  update docs.
 add e5bff54  fix hits.
 add 0774733  filter
 add 3dd387d  Merge branches 'agent_auth' and 'agent_auth' of 
github.com:apache/skywalking into agent_auth

No new revisions were added by this update.

Summary of changes:
 docs/en/setup/backend/backend-setup.md |  1 +
 docs/en/setup/backend/backend-token-auth.md|  2 +-
 .../src/main/resources/application.yml | 56 +++---
 .../core/server/GRPCHandlerRegisterImpl.java   |  4 +-
 ...ationHandler.java => AuthenticationFilter.java} |  8 ++--
 .../server/SharingServerModuleProvider.java|  4 +-
 6 files changed, 39 insertions(+), 36 deletions(-)
 rename 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/server/auth/{AuthenticationHandler.java
 => AuthenticationFilter.java} (94%)



[skywalking] branch agent_auth updated (3dd387d -> 757529a)

2020-01-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 3dd387d  Merge branches 'agent_auth' and 'agent_auth' of 
github.com:apache/skywalking into agent_auth
 add 757529a  revert yml.

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/application.yml | 56 +++---
 1 file changed, 28 insertions(+), 28 deletions(-)



[skywalking] branch agent_auth updated (757529a -> 70479fd)

2020-01-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 757529a  revert yml.
 add 70479fd  update logical.

No new revisions were added by this update.

Summary of changes:
 .../server/core/server/GRPCHandlerRegister.java|  4 +-
 .../core/server/GRPCHandlerRegisterImpl.java   |  8 +++-
 ...nFilter.java => AuthenticationInterceptor.java} | 52 +-
 .../oap/server/library/server/grpc/GRPCServer.java | 29 +++-
 .../server/ReceiverGRPCHandlerRegister.java| 23 --
 .../server/SharingServerModuleProvider.java| 23 +++---
 6 files changed, 86 insertions(+), 53 deletions(-)
 rename 
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/server/auth/{AuthenticationFilter.java
 => AuthenticationInterceptor.java} (56%)



[skywalking] branch agent_auth updated (70479fd -> 83e1c23)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 70479fd  update logical.
 add 4637a8a  fix codestyle check.
 add 83e1c23  fix ci and add e2e test case.

No new revisions were added by this update.

Summary of changes:
 apm-webapp/pom.xml |  2 +-
 .../server/auth/AuthenticationInterceptor.java |  8 +++---
 .../{e2e-agent-reboot => e2e-agent-auth}/pom.xml   | 13 +++---
 .../src/docker/rc.d/rc0-prepare.sh |  0
 .../src/docker/rc.d/rc1-startup.sh |  1 +
 .../e2e/sample/client/SampleClientApplication.java |  0
 .../e2e/sample/client/TestController.java  |  0
 .../apache/skywalking/e2e/sample/client/User.java  |  0
 .../skywalking/e2e/sample/client/UserRepo.java |  0
 .../src/main/resources/application.yml |  0
 .../skywalking/e2e/SampleVerificationITCase.java   | 29 +++---
 ...king.e2e.SampleVerificationITCase.endpoints.yml |  0
 ...king.e2e.SampleVerificationITCase.instances.yml |  0
 ...ampleVerificationITCase.serviceInstanceTopo.yml |  0
 ...lking.e2e.SampleVerificationITCase.services.yml |  0
 ...kywalking.e2e.SampleVerificationITCase.topo.yml |  0
 ...walking.e2e.SampleVerificationITCase.traces.yml |  0
 test/e2e/pom.xml   |  1 +
 test/plugin/containers/jvm-container/docker/run.sh |  1 +
 .../containers/tomcat-container/docker/catalina.sh |  1 +
 20 files changed, 33 insertions(+), 23 deletions(-)
 copy test/e2e/{e2e-agent-reboot => e2e-agent-auth}/pom.xml (93%)
 copy test/e2e/{e2e-agent-reboot => 
e2e-agent-auth}/src/docker/rc.d/rc0-prepare.sh (100%)
 copy test/e2e/{e2e-agent-reboot => 
e2e-agent-auth}/src/docker/rc.d/rc1-startup.sh (97%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/main/java/org/apache/skywalking/e2e/sample/client/SampleClientApplication.java
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/main/java/org/apache/skywalking/e2e/sample/client/TestController.java
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/main/java/org/apache/skywalking/e2e/sample/client/User.java 
(100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/main/java/org/apache/skywalking/e2e/sample/client/UserRepo.java
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/main/resources/application.yml (100%)
 copy test/e2e/{e2e-mysql => 
e2e-agent-auth}/src/test/java/org/apache/skywalking/e2e/SampleVerificationITCase.java
 (93%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.endpoints.yml
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.instances.yml
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.serviceInstanceTopo.yml
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.services.yml
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.topo.yml
 (100%)
 copy test/e2e/{e2e-single-service => 
e2e-agent-auth}/src/test/resources/expected-data/org.apache.skywalking.e2e.SampleVerificationITCase.traces.yml
 (100%)



[skywalking] branch agent_auth updated (83e1c23 -> 23aa235)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 83e1c23  fix ci and add e2e test case.
 add 4cf0600  Provide profile task downstream to sniffer (#4172)
 add 23aa235  Merge branch 'master' into agent_auth

No new revisions were added by this update.

Summary of changes:
 .../apm/network/constants/ProfileConstants.java|  36 ++--
 .../component/command/CommandDeserializer.java |   2 +
 .../component/command/ProfileTaskCommand.java  | 128 +
 apm-protocol/apm-network/src/main/proto|   2 +-
 .../core/commands/CommandExecutorService.java  |   5 +
 .../executor/ProfileTaskCommandExecutor.java   |  54 ++
 .../skywalking/apm/agent/core/conf/Config.java |  11 ++
 .../apm/agent/core/profile/ProfileTask.java| 125 +
 .../core/profile/ProfileTaskExecutionContext.java} |  57 +++---
 .../core/profile/ProfileTaskExecutionService.java  | 201 +
 .../core/profile/ProfileTaskQueryService.java  | 117 
 ...ache.skywalking.apm.agent.core.boot.BootService |   2 +
 .../apm/agent/core/boot/ServiceManagerTest.java|  16 +-
 apm-sniffer/config/agent.config|   3 +
 dist-material/application.yml  |   2 +
 docker/oap/docker-entrypoint.sh|   2 +
 docs/en/setup/backend/backend-receivers.md |   3 +
 docs/en/setup/service-agent/java-agent/README.md   |   2 +
 oap-server/server-bootstrap/pom.xml|   5 +
 .../src/test/resources/application.yml |   2 +
 .../skywalking/oap/server/core/CoreModule.java |   7 +-
 .../oap/server/core/CoreModuleConfig.java  |   5 +
 .../oap/server/core/CoreModuleProvider.java|   1 +
 .../oap/server/core/cache/CacheUpdateTimer.java|  27 +++
 .../oap/server/core/cache/ProfileTaskCache.java|  99 ++
 .../oap/server/core/command/CommandService.java|   7 +
 .../server/core/profile/ProfileTaskLogRecord.java  |  86 +
 .../core/profile/ProfileTaskMutationService.java   |  31 ++--
 .../server/core/profile/ProfileTaskNoneStream.java |   4 +
 .../server/core/query/ProfileTaskQueryService.java |  42 -
 .../oap/server/core/query/entity/ProfileTask.java  |   6 +
 .../{ProfileTask.java => ProfileTaskLog.java}  |  21 ++-
 .../query/entity/ProfileTaskLogOperationType.java  |  55 +++---
 .../oap/server/core/source/DefaultScopeDefine.java |   1 +
 .../oap/server/core/storage/StorageModule.java |   3 +-
 .../IProfileTaskLogQueryDAO.java}  |  23 ++-
 .../src/test/resources/application.yml |   2 +
 .../query/graphql/resolver/ProfileMutation.java|   3 +-
 .../graphql/type/ProfileTaskCreationRequest.java   |   1 +
 .../src/main/resources/query-protocol  |   2 +-
 oap-server/server-receiver-plugin/pom.xml  |   1 +
 .../pom.xml|   8 +-
 .../receiver/profile/module/ProfileModule.java}|  13 +-
 .../profile/provider/ProfileModuleProvider.java}   |  40 ++--
 .../handler/ProfileTaskServiceHandler.java |  96 ++
 ...ywalking.oap.server.library.module.ModuleDefine |   2 +-
 ...alking.oap.server.library.module.ModuleProvider |   2 +-
 .../StorageModuleElasticsearchProvider.java|   2 +
 .../elasticsearch/query/ProfileTaskLogEsDAO.java   |  82 +
 .../elasticsearch/query/ProfileTaskQueryEsDAO.java |   4 +-
 .../StorageModuleElasticsearch7Provider.java   |   3 +
 .../storage/plugin/jdbc/h2/H2StorageProvider.java  |   2 +
 .../jdbc/h2/dao/H2ProfileTaskLogQueryDAO.java  |  79 
 .../plugin/jdbc/h2/dao/H2ProfileTaskQueryDAO.java  |   4 +-
 .../plugin/jdbc/mysql/MySQLStorageProvider.java|   2 +
 test/e2e/e2e-mysql/src/docker/application.yml  |   2 +
 .../e2e-profile/e2e-profile-es-test-runner/pom.xml |   1 +
 .../skywalking/e2e/ProfileVerificationITCase.java  |  42 +++--
 .../e2e-profile/e2e-profile-h2-test-runner/pom.xml |   1 +
 .../skywalking/e2e/ProfileVerificationITCase.java  |  40 ++--
 .../e2e-profile-mysql-test-runner/pom.xml  |   1 +
 .../src/docker/application.yml |   2 +
 .../skywalking/e2e/ProfileVerificationITCase.java  |  42 +++--
 .../skywalking/e2e/profile/ProfileClient.java  |   3 +-
 .../creation/ProfileTaskCreationRequest.java   |   1 +
 .../skywalking/e2e/profile/query/ProfileTask.java  |   5 +
 .../{ProfileTasks.java => ProfileTaskLog.java} |  10 +-
 ...asksMatcher.java => ProfileTaskLogMatcher.java} |  25 +--
 .../e2e/profile/query/ProfileTaskMatcher.java  |  13 ++
 e2e.ProfileVerificationITCase.profileTasks.yml |   6 +
 .../src/main/resources/getProfileTaskList.gql  |   7 +
 .../src/main/resources/profileTaskCreation.gql |   3 +-
 72 files changed, 1536 insertions(+), 209 deletions(-)
 copy 
oap-serv

[skywalking] branch agent_auth updated (23aa235 -> f920442)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 23aa235  Merge branch 'master' into agent_auth
 add f920442  revert mistake commit.

No new revisions were added by this update.

Summary of changes:
 apm-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[skywalking] branch agent_auth updated (f920442 -> 03b078b)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from f920442  revert mistake commit.
 add 5026556  sync browser protocol (#4208)
 add 03b078b  Merge branch 'master' into agent_auth

No new revisions were added by this update.

Summary of changes:
 apm-protocol/apm-network/src/main/proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[skywalking] branch agent_auth updated (03b078b -> 397c306)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 03b078b  Merge branch 'master' into agent_auth
 add 45d1d94  fix ci
 add 397c306  Merge branch 'agent_auth' of github.com:apache/skywalking 
into agent_auth

No new revisions were added by this update.

Summary of changes:
 .../apache/skywalking/e2e/sample/client/SampleClientApplication.java| 2 +-
 .../java/org/apache/skywalking/e2e/sample/client/TestController.java| 2 +-
 .../src/main/java/org/apache/skywalking/e2e/sample/client/User.java | 2 +-
 .../src/main/java/org/apache/skywalking/e2e/sample/client/UserRepo.java | 2 +-
 .../test/java/org/apache/skywalking/e2e/SampleVerificationITCase.java   | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)



[skywalking] 01/01: fix duplicate maven dependency.

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch mvn_duplicate
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit e8057bcf45f3df66003d4da7ec7136e5504f5305
Author: JaredTan95 
AuthorDate: Fri Jan 10 11:30:33 2020 +0800

fix duplicate maven dependency.
---
 oap-server/server-core/pom.xml | 5 -
 1 file changed, 5 deletions(-)

diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml
index c6d7ae5..953967c 100644
--- a/oap-server/server-core/pom.xml
+++ b/oap-server/server-core/pom.xml
@@ -86,11 +86,6 @@
 grpc-testing
 test
 
-
-io.grpc
-grpc-testing
-test
-
 
 
 



[skywalking] branch mvn_duplicate created (now e8057bc)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch mvn_duplicate
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at e8057bc  fix duplicate maven dependency.

This branch includes the following new commits:

 new e8057bc  fix duplicate maven dependency.

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] branch agent_auth updated (397c306 -> ca3b2a7)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 397c306  Merge branch 'agent_auth' of github.com:apache/skywalking 
into agent_auth
 add ca3b2a7  remove duplicate maven dependency.

No new revisions were added by this update.

Summary of changes:
 oap-server/server-core/pom.xml | 5 -
 1 file changed, 5 deletions(-)



[skywalking-query-protocol] branch master updated: Update metric.graphqls (#28)

2020-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git


The following commit(s) were added to refs/heads/master by this push:
 new 0c2dfa1  Update metric.graphqls (#28)
0c2dfa1 is described below

commit 0c2dfa18862596ed6790e2db0245b8f5af64e156
Author: 吴晟 Wu Sheng 
AuthorDate: Fri Jan 10 14:29:16 2020 +0800

Update metric.graphqls (#28)
---
 metric.graphqls | 5 +
 1 file changed, 5 insertions(+)

diff --git a/metric.graphqls b/metric.graphqls
index 55db791..031c0af 100644
--- a/metric.graphqls
+++ b/metric.graphqls
@@ -69,5 +69,10 @@ type Thermodynamic {
 extend type Query {
 getValues(metric: BatchMetricConditions!, duration: Duration!): IntValues
 getLinearIntValues(metric: MetricCondition!, duration: Duration!): 
IntValues
+# Query the type of metrics including multiple values, and format them as 
multiple linears.
+# The seq of these multiple lines base on the calculation func in OAL
+# Such as, should us this to query the result of func 
percentile(50,75,90,95,99) in OAL,
+# then five lines will be responsed, p50 is the first element of return 
value.
+getMultiLinearsIntValues(metric: MetricCondition!, duration: Duration!): 
[IntValues!]!
 getThermodynamic(metric: MetricCondition!, duration: Duration!): 
Thermodynamic
 }



[skywalking] branch agent_auth updated (ca3b2a7 -> 3d05013)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from ca3b2a7  remove duplicate maven dependency.
 add 42e697a  Update powered-by.md (#4211)
 add 3d05013  Merge branch 'master' into agent_auth

No new revisions were added by this update.

Summary of changes:
 docs/powered-by.md | 1 +
 1 file changed, 1 insertion(+)



[skywalking] branch agent_auth updated (3d05013 -> 972d245)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 3d05013  Merge branch 'master' into agent_auth
 add 972d245  revert pom

No new revisions were added by this update.

Summary of changes:
 oap-server/server-core/pom.xml | 5 +
 1 file changed, 5 insertions(+)



[skywalking] branch JaredTan95-patch-1 created (now 5e1f2a25)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


  at 5e1f2a25 remove duplicate maven dependency.

This branch includes the following new commits:

 new 5e1f2a25 remove duplicate maven dependency.

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: remove duplicate maven dependency.

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch JaredTan95-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 5e1f2a258e32ed09792b44a8486eefc3984ca790
Author: Jared Tan 
AuthorDate: Sat Jan 11 09:29:09 2020 +0800

remove duplicate maven dependency.
---
 oap-server/server-core/pom.xml | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/oap-server/server-core/pom.xml b/oap-server/server-core/pom.xml
index c6d7ae5..f79d7f1 100644
--- a/oap-server/server-core/pom.xml
+++ b/oap-server/server-core/pom.xml
@@ -86,11 +86,6 @@
 grpc-testing
 test
 
-
-io.grpc
-grpc-testing
-test
-
 
 
 
@@ -143,4 +138,4 @@
 
 
 
-
\ No newline at end of file
+



[skywalking] branch master updated (1ed179c -> 7e9812e)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 1ed179c  Stop profiling task when backend doesn't support it (#4213)
 add 7e9812e  remove duplicate maven dependency. (#4215)

No new revisions were added by this update.

Summary of changes:
 oap-server/server-core/pom.xml | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)



[skywalking] branch agent_auth updated (972d245 -> 26acc93)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 972d245  revert pom
 add 1ed179c  Stop profiling task when backend doesn't support it (#4213)
 add 7e9812e  remove duplicate maven dependency. (#4215)
 add 26acc93  Merge branch 'master' into agent_auth

No new revisions were added by this update.

Summary of changes:
 .../apm/agent/core/profile/ProfileTaskQueryService.java| 14 +-
 oap-server/server-core/pom.xml |  7 +--
 2 files changed, 14 insertions(+), 7 deletions(-)



[skywalking] branch agent_auth updated (26acc93 -> 6f90545)

2020-01-10 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 26acc93  Merge branch 'master' into agent_auth
 add 6f90545  revert unchanged.

No new revisions were added by this update.

Summary of changes:
 .../apm/agent/core/remote/GRPCChannel.java |  4 +--
 .../apm/agent/core/remote/GRPCChannelManager.java  | 32 --
 .../oap/server/library/server/grpc/GRPCServer.java | 29 
 3 files changed, 31 insertions(+), 34 deletions(-)



[skywalking] branch agent_auth updated (6f90545 -> 5625d40)

2020-01-11 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 6f90545  revert unchanged.
 add 5625d40  update javadocs.

No new revisions were added by this update.

Summary of changes:
 .../core/server/auth/AuthenticationInterceptor.java   | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)



[skywalking] branch percentile updated (75b9446 -> b1cc881)

2020-01-11 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch percentile
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 75b9446  Fix test case format
 add 7e9812e  remove duplicate maven dependency. (#4215)
 add b1cc881  Merge branch 'master' into percentile

No new revisions were added by this update.

Summary of changes:
 oap-server/server-core/pom.xml | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)



[skywalking] branch agent_auth updated (5625d40 -> 9480420)

2020-01-11 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 5625d40  update javadocs.
 add dcb71cd  Optimize trace ignore plugin (#4209)
 add 9480420  Merge branch 'master' into agent_auth

No new revisions were added by this update.

Summary of changes:
 .../trace/ignore/TraceIgnoreExtendService.java |  29 +--
 .../trace/ignore/matcher/AntPathMatcher.java   | 251 -
 .../trace/ignore/matcher/FastPathMatcher.java  | 156 +
 .../apm/plugin/trace/ignore/TraceIgnoreTest.java   |  16 +-
 .../plugin/trace/ignore/TracePathMatcherTest.java  |  62 +++--
 5 files changed, 229 insertions(+), 285 deletions(-)
 delete mode 100644 
apm-sniffer/optional-plugins/trace-ignore-plugin/src/main/java/org/apache/skywalking/apm/plugin/trace/ignore/matcher/AntPathMatcher.java
 create mode 100644 
apm-sniffer/optional-plugins/trace-ignore-plugin/src/main/java/org/apache/skywalking/apm/plugin/trace/ignore/matcher/FastPathMatcher.java



[skywalking] branch agent_auth updated (9480420 -> 50aea09)

2020-01-12 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch agent_auth
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


from 9480420  Merge branch 'master' into agent_auth
 add 50aea09  update logical.

No new revisions were added by this update.

Summary of changes:
 .../sharing/server/ReceiverGRPCHandlerRegister.java | 21 +++--
 .../sharing/server/SharingServerModuleProvider.java |  5 +
 2 files changed, 16 insertions(+), 10 deletions(-)



[skywalking] branch master updated: add token authentication between agent and oap receiver. (#4197)

2020-01-12 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 1310719  add token authentication between agent and oap receiver. 
(#4197)
1310719 is described below

commit 131071964523e26243d7a2db4b3fd30022c93d9b
Author: Jared Tan 
AuthorDate: Sun Jan 12 23:08:39 2020 +0800

add token authentication between agent and oap receiver. (#4197)

* add token authentication between agent and oap receiver.

* revert ui.

* fix code style.

* update docs.

* Update docs/en/setup/backend/backend-token-auth.md

Co-Authored-By: kezhenxu94 

* fix hits.

* filter

* revert yml.

* update logical.

* fix codestyle check.

* fix ci and add e2e test case.

* revert mistake commit.

* fix ci

* remove duplicate maven dependency.

* revert pom

* revert unchanged.

* update javadocs.

* update logical.

Co-authored-by: kezhenxu94 
---
 docker/oap-es7/docker-entrypoint.sh|   1 +
 docker/oap/docker-entrypoint.sh|   1 +
 docs/en/setup/backend/backend-setup.md |   1 +
 docs/en/setup/backend/backend-token-auth.md|  43 +++
 .../src/main/resources/application.yml |   1 +
 .../server/core/server/GRPCHandlerRegister.java|   4 +-
 .../core/server/GRPCHandlerRegisterImpl.java   |  10 +-
 .../server/auth/AuthenticationInterceptor.java |  71 
 .../library/server/grpc/GRPCServerConfig.java  |  71 
 .../server/ReceiverGRPCHandlerRegister.java|  32 +-
 .../sharing/server/SharingServerConfig.java|   3 +-
 .../server/SharingServerModuleProvider.java|  17 +-
 test/e2e/e2e-agent-auth/pom.xml| 142 
 .../e2e-agent-auth/src/docker/rc.d/rc0-prepare.sh  |  42 +++
 .../e2e-agent-auth/src/docker/rc.d/rc1-startup.sh  |  53 +++
 .../e2e/sample/client/SampleClientApplication.java |  20 +-
 .../e2e/sample/client/TestController.java  |  49 +++
 .../apache/skywalking/e2e/sample/client/User.java  |  38 +-
 .../skywalking/e2e/sample/client/UserRepo.java |  13 +-
 .../src/main/resources/application.yml |  35 ++
 .../skywalking/e2e/SampleVerificationITCase.java   | 383 +
 ...king.e2e.SampleVerificationITCase.endpoints.yml |  27 ++
 ...king.e2e.SampleVerificationITCase.instances.yml |  34 ++
 ...ampleVerificationITCase.serviceInstanceTopo.yml |  41 +++
 ...lking.e2e.SampleVerificationITCase.services.yml |  25 ++
 ...kywalking.e2e.SampleVerificationITCase.topo.yml |  46 +++
 ...walking.e2e.SampleVerificationITCase.traces.yml |  31 ++
 test/e2e/pom.xml   |   1 +
 test/plugin/containers/jvm-container/docker/run.sh |   1 +
 .../containers/tomcat-container/docker/catalina.sh |   1 +
 30 files changed, 1126 insertions(+), 111 deletions(-)

diff --git a/docker/oap-es7/docker-entrypoint.sh 
b/docker/oap-es7/docker-entrypoint.sh
index aca6994..b1ab944 100755
--- a/docker/oap-es7/docker-entrypoint.sh
+++ b/docker/oap-es7/docker-entrypoint.sh
@@ -338,6 +338,7 @@ receiver-sharing-server:
maxMessageSize: \${SW_RECEIVER_SHARING_MAX_MESSAGE_SIZE:0}
gRPCThreadPoolSize: \${SW_RECEIVER_SHARING_GRPC_THREAD_POOL_SIZE:0}
gRPCThreadPoolQueueSize: 
\${SW_RECEIVER_SHARING_GRPC_THREAD_POOL_QUEUE_SIZE:0}
+   authentication: \${SW_AUTHENTICATION:""}
 receiver-register:
   default:
 receiver-trace:
diff --git a/docker/oap/docker-entrypoint.sh b/docker/oap/docker-entrypoint.sh
index 8fb2abd..7b61db5 100755
--- a/docker/oap/docker-entrypoint.sh
+++ b/docker/oap/docker-entrypoint.sh
@@ -339,6 +339,7 @@ receiver-sharing-server:
maxMessageSize: \${SW_RECEIVER_SHARING_MAX_MESSAGE_SIZE:0}
gRPCThreadPoolSize: \${SW_RECEIVER_SHARING_GRPC_THREAD_POOL_SIZE:0}
gRPCThreadPoolQueueSize: 
\${SW_RECEIVER_SHARING_GRPC_THREAD_POOL_QUEUE_SIZE:0}
+   authentication: \${SW_AUTHENTICATION:""}
 receiver-register:
   default:
 receiver-trace:
diff --git a/docs/en/setup/backend/backend-setup.md 
b/docs/en/setup/backend/backend-setup.md
index 9555fd1..3168565 100755
--- a/docs/en/setup/backend/backend-setup.md
+++ b/docs/en/setup/backend/backend-setup.md
@@ -66,6 +66,7 @@ DB. But clearly, it doesn't fit the product env. In here, you 
could find what ot
 Choose the one you like, we are also welcome anyone to contribute new storage 
implementor,
 1. [Set receivers](backend-receivers.md). You could choose receivers by your 
requirements, most receivers
 are harmless, at least our default receivers are. You would set and active all 
receivers provided.
+1. [Token authentication](backend-token-auth.md). You could add token 
authentication mechanisms to avoid `OAP` receiving untrusted data.  
 1. 

[skywalking-website] branch asf-site updated (bfc5fbb -> 1f62ddb)

2020-01-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard bfc5fbb  Update asf-site
 add b101d0c  Initial commit
 add 02c7256  Init the website.
 add ab53708  Add document links.
 add 3129cfd  Update website
 add a3782e6  Update home image.
 add 989260e  Update some words.
 add 09a8441  Change source folders
 add d4018bc  Try to push website static HTMLs.
 add 695770f  new README.
 add ad67da4  Follow 
https://github.com/apache/incubator-skywalking/issues/752
 add b17d460  Merge branch 'master' into asf-site
 add 2817539  Add (incubating) info.
 add 8ec0cc0  Merge branch 'master' into asf-site
 add 47d3203  Add (incubating) to website.
 add 5c88b4a  Update project source files.
 add f8e06e7  Merge branch 'master' into asf-site
 add bfd8b01  Update jquery version
 add ce62405  Update website.
 add f1828aa  Update website.
 add 3259faf  Update website.
 add 29b86c4  Update website.
 add 4f82dce  Update website
 add b049a18  Update website
 add 346eb35  Revert "Update website"
 add 192b363  Remove quick start.
 add 3feeeab  Revert "Remove quick start."
 add c2dbe6d  Update 2017-12-21-quick-start.md (#1)
 add edd55fa  Update website for new release.
 add 22dae7c  Update website by following Apache requirement.
 add ca64692  Update checksum, sign, KEYS download URLs.
 add 66a3864  Update footer.
 add c38a64a  Update website for Apache policy.
 add 76bb933  Remove the lock file
 add c059c4b  Remove out of date document.
 add f49afb8  Merge branch 'master' into asf-site
 add 561a460  Update website.
 add dcfd1aa  Update release page for beta release.
 add abff0dd  Merge branch 'master' into asf-site
 add 9baff4c  Update beta download.
 add 42eb3c5  Update download page.
 add d3c5886  Merge branch 'master' into asf-site
 add 10f8eae  Update Download page.
 add cbddfab  Update version and date
 add 00d017f  Merge branch 'master' into asf-site
 add 0519128  Update version
 add 1c5c326  Update website.
 add 5814c4b  Merge branch 'master' into asf-site
 add 5614c7d  Update
 add a9a93d5  Update links to text.
 add 92a9d89  Merge branch 'master' into asf-site
 add d2f552c  Change links.
 add 6eb7f17  Release 5.0.0-RC2
 add 24f7543  Merge branch 'master' into asf-site
 add a81a4cf  Update download page.
 add ec0cfb3  Add team and update document page.
 add 86e4253  Merge branch 'master' into asf-site
 add 77134ae  Update website.
 add 5f70e3e  Move Liu Haoyang to PPMC list
 add 1a0c559  Merge branch 'master' into asf-site
 add 5d33afa  Update website.
 add 27e1628  Update new release.
 add 20ee3e1  Merge branch 'master' into asf-site
 add 1eaa8cb  update GA release.
 add 1ed673d  Update and release 6.0.0-alpha
 add 2f3ff52  Merge branch 'master' into asf-site
 add d878196  Release website update.
 add ec24c0b  Change a date.
 add 1a5fe05  Feature: new website (#3)
 add 7312b2b  Post the blog of SkyWalking v6
 add 3faf31a  Update: add clean script (#4)
 add 21dc2c7  Updata: update README (#5)
 add 9b2c2fc  Merge branch 'asf-site' of 
https://github.com/apache/incubator-skywalking-website into asf-site
 add 5e19fbc  website update with new blog.
 add 17dd201  add haoyangliu's blog. (#8)
 add 2288c44  Update README.md
 add 92ab831  Update README.md
 add 80759cc  Update README.md
 add 22dac3f  Create .travis.yml
 add b9ddd17  Update: update website source (#11)
 add 6467f97  add asf-site publish script for CI. (#12)
 add 8680def  add md & pictures for a new blog item "Apache SkyWalking 5.0 
Chinese UserGuide" (#13)
 add dbbaa54  Add a blog time
 add 55aa09e  fix blog name. (#14)
 add d4df3de  For incubator project, the process should be like this.
 add 6c8237f  add md 'Apache-SkyWalking-advanced-usage' (#15)
 add eb17d21  add SkyWalking source code read (#16)
 add 2e5f82d  update (#17)
 add 4f1edc1  Update: update homepage event & fix bug. (#18)
 add 86504a7  Update 6.0.0-beta
 add b620263  Update page
 add cd808c6  fix release date. (#19)
 add 0232e89  Update missed info.
 add 936d76c  添加关于elasticsearch 因basic验证导致skywalking无法调用问题 (#20)
 add ec7aec2  Update README.md (#21)
 add 3e70cd6  Update README.md
 add 548c67f  Delete 2019-01-12-skywalking-elasticsearch-basic.md
 add b5ee1cf  修复日期错误问题 (#23)
 add 4cecbdf  Understand trace blog in en (#24)
 add 4a3a950  Update README.md
 add 690ede7   add Und

[skywalking-website] branch asf-site updated (1f62ddb -> f147efe)

2020-01-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


omit 1f62ddb  Add kotlin coroutine plugin screenshots (#76)
omit d646249  Add PMC member (#75)
omit 6f292a0  Fix typo (#74)
omit ac5bd83  Website update for 6.6.0 release.
omit b1ba148  Merge branch 'master' of 
https://github.com/apache/incubator-skywalking-website
omit 5b3ceac  SkyWalking 6.6.0 release
omit cdf08bd  download SkyWalking Chart 1.0.0 (#73)
omit 43a99c7  Add footer for powered by page.
omit ab179f7  Fix an image issue.
omit c3d6034  Update user wall.
omit 62db4fb  modify (#72)
omit fe717ef  Add committer. (#71)
omit 4c9d63d  Add CLI download and documentation links (#70)
omit e586512  Move committer to PMC
omit 28c56cc  Feat: add a committer (#68)
omit 8894b1a  Release 6.5.0
omit 5889f4d  add new committer (#67)
omit 88d2960  Add zh blog for elasticsearch storage optimization (#66)
omit c53655b  add committer (#65)
omit e411c57  Bump lodash.template from 4.4.0 to 4.5.0 (#64)
omit ec0a262  Bump lodash from 4.17.11 to 4.17.15 (#62)
omit 15fefa2  Bump mixin-deep from 1.3.1 to 1.3.2 (#63)
omit d09d2a4  add committer (#61)
omit 8702b6d  add blog help use sw chart (#60)
omit 856dba4  Blog webhook (#59)
omit 0c7de43  modify alphabeta -> alphabet (#58)
omit 40d9615  Apache sky walking committer apply process (#57)
omit b858423  Set up 6.4.0 release online.
omit f6abaf8  Add x22x22 committer (#56)
omit a6aa18d  modify blog (#55)
omit fe9e4c4  Remove whitespace
omit 5a54aa2  how to use skywalking agent (#54)
omit 21b1a1f  update team (#53)
omit 0e802b5  Add event of new PMC (#52)
omit f58c749  Update README.md
omit 183e392   Add committer (#51)
omit 9f608df  Website update, release 6.3.0
omit 967c304  Simple spelling fix (#50)
omit 1a1d6e4  Fix broken fonts (#49)
omit 25eecaa  Add 6.2.0 doc link.
omit 80b6ee5  Update website for 6.2.0 release
omit 58f46e4  md (#48)
omit 0241a6d  Update events and team (#47)
omit 0c2d7ff  change 云本机 to 云原生 (#46)
omit 87ba26f  Adjusts typo and grammar (#45)
omit 677a661  Remove one.
omit de7419c  Update frame.jpeg
omit 0b3a09b  Website update.
omit 9ff9e4e  Add 4 new screenshots for 6.1
omit 67ed901  Update news of RocketBot UI.
omit 27e0e1c  New user wall.
omit 7e5915d  Update news of graduation and new committer. cc @ascrutae
omit 15b9475  Format list
omit e9bcf49  Add VP and PMC chair role
omit 042f228  Update website and remove more incubating tag.
omit 60bac8b  Update: Remove incubating && Update team. (#44)
omit 1e53c6c   增加博客:Skywalking调研与初步实践 (#43)
omit 4d91395  Update user wall.
omit 1e5c5bd  Use https instead http
omit 3c86b0f  Remove s
omit 1e73733  Update links
omit ee12cc9  Make the latest release highlight.
omit 649790d  Fix three minor typos (#42)
omit c0abf24  Fix typo from NodJS to NodeJS (#41)
omit b0a6a3a  remove duplicate team info.
omit d02d42e  Update arch graph.
omit d705578  Fix typo. (#40)
omit 3441dc8  add skywalking线上问题排查定位 (#39)
omit e83bda3  skywalking p.k. pinpoint (#38)
omit c648192  Update 2018-12-12-skywalking-service-mesh-ready.md
omit 1accb81  Update wall.
omit 43794d4  New user wall.
omit f39d5e2  Update user wall.
omit 018c9b9  Update 2019-01-02-skywalking-elasticsearch-basic.md (#37)
omit 1a3fff3  Update README.md
omit 0c3708f  Update README.md
omit 2746e5c  Update events
omit d142231  Merge branch 'master' of 
https://github.com/apache/incubator-skywalking-website
omit 2cc2163  Add event transfer docker image
omit 4b94846  Update 2019-01-24-skywalking-remote-debug.md
omit 739a85c  Move images to Apache repo.
omit 9ccd003  Update user wall.
omit 6a6c6ae  Master (#36)
omit 4a96f7b  fix 
https://github.com/apache/incubator-skywalking/issues/2223 (#35)
omit 9c7cd18  fix downloads links. (#34)
omit 11049a8  Fixed linux tar asc and sha512 download address
omit d75835c  fix events and team. (#33)
omit 62defcc  Push announcement for 6 GA release.
omit 2cc0923  Push for 6.0.0-GA release updates.
omit 5b0411b  update team. (#32)
omit 144b459  Add a statement at download page, to make clear that, only 
source code releases are only Apache releases.
omit 58b47c7  Update .travis.yml
omit 96d7dee  Mesh performance test blog (#30)
omit f7e564b  Add zh blog for skywalking remote debug (#29)
omit ce3379c  add 2019-01-21-agent-plugin-practice.md (#28)
omit 1179b73  Update user wall.
omit 37886fa  fix wx image not show (#27)
omit 3ef5ea9  Add event announcement to new committer.
omit e0f7810  Update team member (#26)
omit 4277501  Update zh

[skywalking-website] branch asf-site updated (f147efe -> 9dc7507)

2020-01-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard f147efe  Update asf-site
 new 9dc7507  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f147efe)
\
 N -- N -- N   refs/heads/asf-site (9dc7507)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/{app.b8eaf09c.js => app.b2d56437.js}  | 2 +-
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/2020-01-20-celebrate-200th-contributor.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 4 ++--
 index.html  | 4 ++--
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 4 ++--
 zh/index.html   | 4 ++--
 zh/team/index.html  | 4 ++--
 35 files changed, 70 insertions(+), 70 deletions(-)
 rename assets/js/{app.b8eaf09c.js => app.b2d56437.js} (79%)



[skywalking-website] branch asf-site updated (9dc7507 -> 5cf2065)

2020-01-29 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


 discard 9dc7507  Update asf-site
 new 5cf2065  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9dc7507)
\
 N -- N -- N   refs/heads/asf-site (5cf2065)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 4 ++--
 assets/js/20.5c39c1ab.js| 1 +
 assets/js/20.6de52e92.js| 1 -
 assets/js/33.842bb553.js| 1 +
 assets/js/33.da01bcb6.js| 1 -
 assets/js/{app.b2d56437.js => app.3d1a72aa.js}  | 4 ++--
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/2019-01-01-Understand-Trace.html   | 4 ++--
 blog/2019-01-25-mesh-loadtest.html  | 4 ++--
 blog/2019-09-25-alarm-webhook-share.html| 4 ++--
 blog/2020-01-20-celebrate-200th-contributor.html| 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 6 +++---
 events/index.html   | 4 ++--
 index.html  | 4 ++--
 team/index.html | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html| 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html   | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html  | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html| 4 ++--
 zh/blog/2019-01-21-agent-plugin-practice.html   | 4 ++--
 zh/blog/2019-01-24-skywalking-remote-debug.html | 4 ++--
 zh/blog/2019-02-24-skywalking-pk-pinpoint.html  | 4 ++--
 zh/blog/2019-03-01-skywalking-troubleshoot.html | 4 ++--
 .../2019-03-29-introduction-of-skywalking-and-simple-practice.html  | 4 ++--
 zh/blog/2019-08-30-how-to-use-Skywalking-Agent.html | 4 ++--
 zh/blog/2019-09-12-apache-skyWalking-committer-apply-process.html   | 4 ++--
 zh/blog/2019-10-08-how-to-use-sw-chart.html | 4 ++--
 .../2019-11-07-skywalking-elasticsearch-storage-optimization.html   | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 6 +++---
 zh/events/index.html| 4 ++--
 zh/index.html   | 4 ++--
 zh/team/index.html  | 4 ++--
 39 files changed, 74 insertions(+), 74 deletions(-)
 create mode 100644 assets/js/20.5c39c1ab.js
 delete mode 100644 assets/js/20.6de52e92.js
 create mode 100644 assets/js/33.842bb553.js
 delete mode 100644 assets/js/33.da01bcb6.js
 rename assets/js/{app.b2d56437.js => app.3d1a72aa.js} (79%)



[incubator-skywalking] 01/01: Merge pull request #2005 from JaredTan95/clean

2018-12-05 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit f39c0407069507bf52cad1788123647cb8a83574
Merge: f2b1588 1587b05
Author: Jared Tan 
AuthorDate: Thu Dec 6 15:24:17 2018 +0800

Merge pull request #2005 from JaredTan95/clean

Remove unused Debug Switches

 .../provider/handler/v6/grpc/TraceSegmentReportServiceHandler.java  | 2 --
 1 file changed, 2 deletions(-)



[incubator-skywalking] branch master updated (f2b1588 -> f39c040)

2018-12-05 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


from f2b1588  [OAL refactor step 1]Refactor dispatcher manager (#2006)
 add 1b1a9bf  Remove unused Debug Switches
 add 1587b05  Merge branch 'master' into clean
 new f39c040  Merge pull request #2005 from JaredTan95/clean

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.


Summary of changes:
 .../provider/handler/v6/grpc/TraceSegmentReportServiceHandler.java  | 2 --
 1 file changed, 2 deletions(-)



[incubator-skywalking] 01/01: Merge pull request #1981 from a198720/len

2018-12-05 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 3f2fb8dbf94e239f17d68dc68ec76fbad8c35980
Merge: f39c040 1b66346
Author: Jared Tan 
AuthorDate: Thu Dec 6 15:56:51 2018 +0800

Merge pull request #1981 from a198720/len

add system env for trace ignore plugin

 apm-sniffer/apm-test-tools/pom.xml |  9 --
 .../apm-trace-ignore-plugin.config |  2 +-
 .../optional-plugins/trace-ignore-plugin/pom.xml   | 16 +-
 .../trace/ignore/conf/IgnoreConfigInitializer.java | 34 ++
 .../apm/plugin/trace/ignore/TraceIgnoreTest.java   | 26 -
 5 files changed, 57 insertions(+), 30 deletions(-)



[incubator-skywalking] branch master updated (f39c040 -> 3f2fb8d)

2018-12-05 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


from f39c040  Merge pull request #2005 from JaredTan95/clean
 add efad116  add system env for trace ignore plugin
 add 9652d7e  Merge branch 'master' into len
 add f13a06a  Merge branch 'master' into len
 add 7066aff  Merge branch 'master' into len
 add 2c1d28f  Merge branch 'master' into len
 add 5bc3ccd  fix conflicts and test case.
 add b943265  Merge branch 'master' into len
 add 1b66346  Merge branch 'master' into len
 new 3f2fb8d  Merge pull request #1981 from a198720/len

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.


Summary of changes:
 apm-sniffer/apm-test-tools/pom.xml |  9 --
 .../apm-trace-ignore-plugin.config |  2 +-
 .../optional-plugins/trace-ignore-plugin/pom.xml   | 16 +-
 .../trace/ignore/conf/IgnoreConfigInitializer.java | 34 ++
 .../apm/plugin/trace/ignore/TraceIgnoreTest.java   | 26 -
 5 files changed, 57 insertions(+), 30 deletions(-)



[incubator-skywalking] branch master updated: fix https://github.com/apache/incubator-skywalking/issues/1820. (#2013)

2018-12-06 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new c141376  fix 
https://github.com/apache/incubator-skywalking/issues/1820. (#2013)
c141376 is described below

commit c14137655773abe0c75d3633e90abfd072474433
Author: Jared Tan 
AuthorDate: Thu Dec 6 21:46:40 2018 +0800

fix https://github.com/apache/incubator-skywalking/issues/1820. (#2013)
---
 .../org/apache/skywalking/apm/agent/core/sampling/SamplingService.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/sampling/SamplingService.java
 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/sampling/SamplingService.java
index db3ce68..7c07c66 100644
--- 
a/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/sampling/SamplingService.java
+++ 
b/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/sampling/SamplingService.java
@@ -79,7 +79,7 @@ public class SamplingService implements BootService {
 logger.error("unexpected exception.", t);
 }
 }), 0, 3, TimeUnit.SECONDS);
-logger.debug("Agent sampling mechanism started. Sample {} traces 
in 10 seconds.", Config.Agent.SAMPLE_N_PER_3_SECS);
+logger.debug("Agent sampling mechanism started. Sample {} traces 
in 3 seconds.", Config.Agent.SAMPLE_N_PER_3_SECS);
 }
 }
 



[incubator-skywalking] branch master updated: Add a document link in plugin contribution. (#2023)

2018-12-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new d2b1f1a  Add a document link in plugin contribution. (#2023)
d2b1f1a is described below

commit d2b1f1a5e0dc36b49848da6f0c369328c358f62a
Author: 吴晟 Wu Sheng 
AuthorDate: Sat Dec 8 21:01:58 2018 +0800

Add a document link in plugin contribution. (#2023)
---
 docs/en/guides/Java-Plugin-Development-Guide.md | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/en/guides/Java-Plugin-Development-Guide.md 
b/docs/en/guides/Java-Plugin-Development-Guide.md
index 7de1317..5de9406 100644
--- a/docs/en/guides/Java-Plugin-Development-Guide.md
+++ b/docs/en/guides/Java-Plugin-Development-Guide.md
@@ -281,9 +281,12 @@ We are welcome everyone to contribute plugins.
 
 Please follow there steps:
 1. Submit an issue about which plugins are you going to contribute, including 
supported version.
-1. Create sub modules under `apm-sniffer/apm-sdk-plugin`, and the name should 
include supported library name and versions
+1. Create sub modules under `apm-sniffer/apm-sdk-plugin` or 
`apm-sniffer/optional-plugins`, and the name should include supported library 
name and versions
 1. Follow this guide to develop. Make sure comments and test cases are 
provided.
 1. Develop and test.
-1. Send the pull request and ask for review, and provide the automatic test 
cases by following PMC members guides.
+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. 



[incubator-skywalking-website] branch master updated: fix typo.

2018-12-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new ecf4774  fix typo.
ecf4774 is described below

commit ecf47747ebe365b23434f79347ee4759eff64302
Author: Jared Tan 
AuthorDate: Sat Dec 8 22:00:52 2018 +0800

fix typo.
---
 jekyll-source/downloads/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jekyll-source/downloads/index.md b/jekyll-source/downloads/index.md
index c45b57c..e75e797 100644
--- a/jekyll-source/downloads/index.md
+++ b/jekyll-source/downloads/index.md
@@ -1,6 +1,6 @@
 ---
 layout: post
-title:  "Dowload the SkyWalking releases"
+title:  "Download the SkyWalking releases"
 date:   2018-11-14
 desc: ""
 keywords: "release, source codes"



[incubator-skywalking] branch master updated: No need to dependency to elasticsearch. (#2024)

2018-12-08 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new c12cfa5  No need to dependency to elasticsearch. (#2024)
c12cfa5 is described below

commit c12cfa58167dc8ace1e210291cefd50547c8a080
Author: 彭勇升 pengys <8082...@qq.com>
AuthorDate: Sun Dec 9 11:27:16 2018 +0800

No need to dependency to elasticsearch. (#2024)
---
 .../cluster-kubernetes-plugin/pom.xml | 19 ++-
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml 
b/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml
index 4b40e2a..41c5aa3 100644
--- a/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml
+++ b/oap-server/server-cluster-plugin/cluster-kubernetes-plugin/pom.xml
@@ -17,7 +17,8 @@
   ~
   -->
 
-http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
 
 server-cluster-plugin
 org.apache.skywalking
@@ -28,14 +29,6 @@
 cluster-kubernetes-plugin
 jar
 
-
-UTF-8
-1.8
-${java.version}
-${java.version}
-
5.6.6
-
-
 
 
 org.apache.skywalking
@@ -46,13 +39,5 @@
 io.kubernetes
 client-java
 
-
-org.elasticsearch.client
-transport
-${elasticsearch-client-transport.version}
-provided
-
 
-
-
 
\ No newline at end of file



[incubator-skywalking-website] branch asf-site updated: Update: add clean script (#4)

2018-12-12 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 3faf31a  Update: add clean script (#4)
3faf31a is described below

commit 3faf31ae34e17db2e666a6ad71d1caf0b3114e86
Author: Allen Wang 
AuthorDate: Thu Dec 13 07:43:36 2018 +0800

Update: add clean script (#4)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 43e053c..b1df766 100755
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
   "author": "Fing ",
   "repository": "https://github.com/mtobeiyf/vuepress-homepage.git";,
   "scripts": {
-"clean": "rimraf dist/*",
+"clean": "rimraf dist/* assets blog downloads events zh team",
 "dev": "vuepress dev docs",
 "build": "vuepress build docs && mv dist/* ."
   },



[incubator-skywalking] branch master updated: modify code style (#2041)

2018-12-13 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 2f37158  modify code style (#2041)
2f37158 is described below

commit 2f37158e4112a081169a1f97e4afb3847633b262
Author: Jared Tan 
AuthorDate: Thu Dec 13 21:59:17 2018 +0800

modify code style (#2041)

* modify code style

* ci
---
 .../pom.xml  |  4 ++--
 .../plugin/consul/ClusterModuleConsulConfig.java |  0
 .../plugin/consul/ClusterModuleConsulProvider.java   | 20 +---
 .../cluster/plugin/consul/ConsulCoordinator.java | 20 +---
 ...ywalking.oap.server.library.module.ModuleProvider |  0
 oap-server/server-cluster-plugin/pom.xml |  4 ++--
 oap-server/server-starter/pom.xml|  4 ++--
 7 files changed, 32 insertions(+), 20 deletions(-)

diff --git a/oap-server/server-cluster-plugin/cluster_consul_plugin/pom.xml 
b/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml
similarity index 97%
rename from oap-server/server-cluster-plugin/cluster_consul_plugin/pom.xml
rename to oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml
index d9e6ed9..8718135 100644
--- a/oap-server/server-cluster-plugin/cluster_consul_plugin/pom.xml
+++ b/oap-server/server-cluster-plugin/cluster-consul-plugin/pom.xml
@@ -27,7 +27,7 @@
 
 4.0.0
 
-cluster_consul_plugin
+cluster-consul-plugin
 jar
 
 
@@ -52,4 +52,4 @@
 
 
 
-
\ No newline at end of file
+
diff --git 
a/oap-server/server-cluster-plugin/cluster_consul_plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulConfig.java
 
b/oap-server/server-cluster-plugin/cluster-consul-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulConfig.java
similarity index 100%
rename from 
oap-server/server-cluster-plugin/cluster_consul_plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulConfig.java
rename to 
oap-server/server-cluster-plugin/cluster-consul-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulConfig.java
diff --git 
a/oap-server/server-cluster-plugin/cluster_consul_plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
 
b/oap-server/server-cluster-plugin/cluster-consul-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
similarity index 78%
rename from 
oap-server/server-cluster-plugin/cluster_consul_plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
rename to 
oap-server/server-cluster-plugin/cluster-consul-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
index cbafca7..65e407f 100644
--- 
a/oap-server/server-cluster-plugin/cluster_consul_plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
+++ 
b/oap-server/server-cluster-plugin/cluster-consul-plugin/src/main/java/org/apache/skywalking/oap/server/cluster/plugin/consul/ClusterModuleConsulProvider.java
@@ -20,12 +20,20 @@ package 
org.apache.skywalking.oap.server.cluster.plugin.consul;
 
 import com.google.common.net.HostAndPort;
 import com.orbitz.consul.Consul;
-import java.util.*;
 import org.apache.skywalking.oap.server.core.CoreModule;
-import org.apache.skywalking.oap.server.core.cluster.*;
-import org.apache.skywalking.oap.server.library.module.*;
-import org.apache.skywalking.oap.server.library.util.*;
-import org.slf4j.*;
+import org.apache.skywalking.oap.server.core.cluster.ClusterModule;
+import org.apache.skywalking.oap.server.core.cluster.ClusterNodesQuery;
+import org.apache.skywalking.oap.server.core.cluster.ClusterRegister;
+import org.apache.skywalking.oap.server.library.module.ModuleConfig;
+import org.apache.skywalking.oap.server.library.module.ModuleProvider;
+import org.apache.skywalking.oap.server.library.module.ModuleStartException;
+import 
org.apache.skywalking.oap.server.library.module.ServiceNotProvidedException;
+import org.apache.skywalking.oap.server.library.util.Address;
+import 
org.apache.skywalking.oap.server.library.util.ConnectStringParseException;
+import org.apache.skywalking.oap.server.library.util.ConnectUtils;
+
+import java.util.ArrayList;
+import java.util.List;
 
 /**
  * Use consul to manage all service instances in SkyWalking cluster.
@@ -34,8 +42,6 @@ import org.slf4j.*;
  */
 public class ClusterModuleConsulProvider extends ModuleProvider {
 
-private static final Logger logger = 
LoggerFactory.getLogger(ClusterModuleConsulProvider.class);
-
 private final

[incubator-skywalking-website] branch asf-site updated: add haoyangliu's blog. (#8)

2018-12-14 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new 17dd201  add haoyangliu's blog. (#8)
17dd201 is described below

commit 17dd201e4c0dbeeac9cc37eda27cce7930070870
Author: Jared Tan 
AuthorDate: Fri Dec 14 22:04:51 2018 +0800

add haoyangliu's blog. (#8)
---
 .gitignore |   3 +-
 404.html   |   6 +-
 README.md  |   1 +
 assets/img/application.bb10657c.png| Bin 0 -> 225931 bytes
 assets/img/dashboard.b1963ef5.png  | Bin 0 -> 267463 bytes
 assets/img/topology_map.98c1061e.png   | Bin 0 -> 185448 bytes
 assets/img/trace.e3a5d624.png  | Bin 0 -> 232075 bytes
 assets/img/trace_details.6e3f1b74.png  | Bin 0 -> 231631 bytes
 assets/js/10.e0b67572.js   |   1 +
 assets/js/11.1c2306fe.js   |   1 -
 assets/js/{12.211c44b0.js => 11.41761016.js}   |   2 +-
 assets/js/{10.17169b0b.js => 12.f62681ed.js}   |   2 +-
 assets/js/{13.eb34db86.js => 13.a89796d1.js}   |   2 +-
 assets/js/{14.1939533e.js => 14.aa090831.js}   |   2 +-
 assets/js/{15.73ee1123.js => 15.e6aec58f.js}   |   2 +-
 assets/js/{16.d63afe3d.js => 16.c912be1b.js}   |   2 +-
 assets/js/17.49d92bf8.js   |   1 +
 assets/js/17.53b0bfaf.js   |   1 -
 assets/js/2.15cf4057.js|   1 +
 assets/js/{2.6ccfead1.js => 3.6957a86b.js} |   2 +-
 assets/js/{3.b63edb1b.js => 4.75aba94a.js} |   2 +-
 assets/js/{4.afc0ddeb.js => 5.a2540094.js} |   2 +-
 assets/js/{5.02eb5062.js => 6.4bdf90c5.js} |   2 +-
 assets/js/{6.878a8dd9.js => 7.a7d7be4e.js} |   2 +-
 assets/js/{7.a4a0ddba.js => 8.52f5c4bd.js} |   2 +-
 assets/js/9.80629824.js|   1 -
 assets/js/{8.628296db.js => 9.a683b222.js} |   2 +-
 assets/js/{app.54feb5fd.js => app.4db82c8c.js} |   4 +-
 blog/2018-05-24-skywalking-net.html|   4 +-
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 +-
 blog/index.html|   4 +-
 docs/img/application.png   | Bin 0 -> 225931 bytes
 docs/img/dashboard.png | Bin 0 -> 267463 bytes
 docs/img/topology_map.png  | Bin 0 -> 185448 bytes
 docs/img/trace.png | Bin 0 -> 232075 bytes
 docs/img/trace_details.png | Bin 0 -> 231631 bytes
 docs/zh/blog/2018-05-24-skywalking-net.md  |  70 -
 docs/zh/blog/README.md |   6 +-
 downloads/index.html   |   4 +-
 events/index.html  |   4 +-
 index.html |   4 +-
 team/index.html|   4 +-
 zh/blog/2018-05-24-skywalking-net.html |  25 +---
 zh/blog/index.html |   6 +-
 zh/doc/index.html  |   4 +-
 zh/downloads/index.html|   4 +-
 zh/events/index.html   |   4 +-
 zh/index.html  |   4 +-
 zh/team/index.html |   4 +-
 49 files changed, 110 insertions(+), 91 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4b2f7d3..d3a4776 100755
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ node_modules
 vuepress
 TODOs.md
 dist
-deploy
\ No newline at end of file
+deploy
+package-lock.json
\ No newline at end of file
diff --git a/404.html b/404.html
index 625f7fc..55ea48b 100644
--- a/404.html
+++ b/404.html
@@ -7,11 +7,11 @@
 
 
 
-
   
   
-404 That's a 
Four-Oh-Four. Take me 
home.
-
+404 How did 
we get here? Take me 
home.
+
   
 
diff --git a/README.md b/README.md
index ed7ec57..7cfd024 100755
--- a/README.md
+++ b/README.md
@@ -7,6 +7,7 @@ This is the repository including all source codes of 
`http://skywalking.incubato
 Usage:
 
 1. Git pull branch `asf-site`
+1. You may need to run `npm install` before your start somehow.
 1. Run `npm run clean`
 1. Run `npm run dev` in your local env, open `http://localhost:8080` in 
browser, check whether it works fine
 1. Run `npm run build` to generate static files.
diff --git a/assets/img/application.bb10657c.png 
b/assets/img/application.bb10657c.png
new file mode 100644
index 000..8e2b3bb
Binary files /dev/null and b/assets/img/application.bb10657c.png differ
diff --git

[incubator-skywalking] branch master updated: Sync settings (#2063)

2018-12-17 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 659fdd4  Sync settings (#2063)
659fdd4 is described below

commit 659fdd4425c3fd47626446ec9dcd882812128fb2
Author: Jared Tan 
AuthorDate: Tue Dec 18 11:21:30 2018 +0800

Sync settings (#2063)

* sync settings file

* add mysql
---
 docker/config/application.yml|  1 +
 docker/config/datasource-settings.properties | 31 
 2 files changed, 32 insertions(+)

diff --git a/docker/config/application.yml b/docker/config/application.yml
index dbdabdc..842b142 100644
--- a/docker/config/application.yml
+++ b/docker/config/application.yml
@@ -65,6 +65,7 @@ storage:
 #driver: ${SW_STORAGE_H2_DRIVER:org.h2.jdbcx.JdbcDataSource}
 #url: ${SW_STORAGE_H2_URL:jdbc:h2:mem:skywalking-oap-db}
 #user: ${SW_STORAGE_H2_USER:sa}
+#  mysql:
 receiver-register:
   default:
 receiver-trace:
diff --git a/docker/config/datasource-settings.properties 
b/docker/config/datasource-settings.properties
new file mode 100644
index 000..70b0099
--- /dev/null
+++ b/docker/config/datasource-settings.properties
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+#
+
+jdbcUrl=jdbc:mysql://localhost:3306/swtest
+dataSource.user=root
+dataSource.password=root@1234
+dataSource.cachePrepStmts=true
+dataSource.prepStmtCacheSize=250
+dataSource.prepStmtCacheSqlLimit=2048
+dataSource.useServerPrepStmts=true
+dataSource.useLocalSessionState=true
+dataSource.rewriteBatchedStatements=true
+dataSource.cacheResultSetMetadata=true
+dataSource.cacheServerConfiguration=true
+dataSource.elideSetAutoCommits=true
+dataSource.maintainTimeStats=false
\ No newline at end of file



[incubator-skywalking-website] branch asf-site updated (22dac3f -> 647d815)

2018-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


omit 22dac3f  Create .travis.yml
omit 80759cc  Update README.md
omit 92ab831  Update README.md
omit 2288c44  Update README.md
omit 17dd201  add haoyangliu's blog. (#8)
omit 5e19fbc  website update with new blog.
omit 9b2c2fc  Merge branch 'asf-site' of 
https://github.com/apache/incubator-skywalking-website into asf-site
omit 7312b2b  Post the blog of SkyWalking v6
omit 21dc2c7  Updata: update README (#5)
omit 3faf31a  Update: add clean script (#4)
omit 1a5fe05  Feature: new website (#3)
omit ec24c0b  Change a date.
omit d878196  Release website update.
omit 2f3ff52  Merge branch 'master' into asf-site
omit 1ed673d  Update and release 6.0.0-alpha
omit 1eaa8cb  update GA release.
omit 20ee3e1  Merge branch 'master' into asf-site
omit 27e1628  Update new release.
omit 5d33afa  Update website.
omit 1a0c559  Merge branch 'master' into asf-site
omit 5f70e3e  Move Liu Haoyang to PPMC list
omit 77134ae  Update website.
omit 86e4253  Merge branch 'master' into asf-site
omit ec0cfb3  Add team and update document page.
omit a81a4cf  Update download page.
omit 24f7543  Merge branch 'master' into asf-site
omit 6eb7f17  Release 5.0.0-RC2
omit d2f552c  Change links.
omit 92a9d89  Merge branch 'master' into asf-site
omit a9a93d5  Update links to text.
omit 5614c7d  Update
omit 5814c4b  Merge branch 'master' into asf-site
omit 1c5c326  Update website.
omit 0519128  Update version
omit 00d017f  Merge branch 'master' into asf-site
omit cbddfab  Update version and date
omit 10f8eae  Update Download page.
omit d3c5886  Merge branch 'master' into asf-site
omit 42eb3c5  Update download page.
omit 9baff4c  Update beta download.
omit abff0dd  Merge branch 'master' into asf-site
omit dcfd1aa  Update release page for beta release.
omit 561a460  Update website.
omit f49afb8  Merge branch 'master' into asf-site
omit 3feeeab  Revert "Remove quick start."
omit 192b363  Remove quick start.
omit 346eb35  Revert "Update website"
omit b049a18  Update website
omit c059c4b  Remove out of date document.
omit 4f82dce  Update website
omit 76bb933  Remove the lock file
omit 29b86c4  Update website.
omit c38a64a  Update website for Apache policy.
omit 66a3864  Update footer.
omit 3259faf  Update website.
omit ca64692  Update checksum, sign, KEYS download URLs.
omit f1828aa  Update website.
omit 22dae7c  Update website by following Apache requirement.
omit ce62405  Update website.
omit edd55fa  Update website for new release.
omit c2dbe6d  Update 2017-12-21-quick-start.md (#1)
omit bfd8b01  Update jquery version
omit f8e06e7  Merge branch 'master' into asf-site
omit 5c88b4a  Update project source files.
omit 47d3203  Add (incubating) to website.
omit 8ec0cc0  Merge branch 'master' into asf-site
omit 2817539  Add (incubating) info.
omit b17d460  Merge branch 'master' into asf-site
omit ad67da4  Follow 
https://github.com/apache/incubator-skywalking/issues/752
omit 695770f  new README.
omit d4018bc  Try to push website static HTMLs.
omit 09a8441  Change source folders
omit 989260e  Update some words.
omit a3782e6  Update home image.
omit 3129cfd  Update website
omit ab53708  Add document links.
omit 02c7256  Init the website.
omit b101d0c  Initial commit
 new 647d815  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (22dac3f)
\
 N -- N -- N   refs/heads/asf-site (647d815)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .gitignore | 9 -
 .travis.yml|

[incubator-skywalking-website] branch master updated: add md & pictures for a new blog item "Apache SkyWalking 5.0 Chinese UserGuide" (#13)

2018-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 8680def  add md & pictures for a new blog item "Apache SkyWalking 5.0 
Chinese UserGuide" (#13)
8680def is described below

commit 8680defebbead8ec8845e9eeb4ca372188775c30
Author: CharlesMaster 
AuthorDate: Wed Dec 19 22:17:39 2018 -0600

add md & pictures for a new blog item "Apache SkyWalking 5.0 Chinese 
UserGuide" (#13)
---
 .../blog/2018-12-18-skywalking-net/alarm.jpg   | Bin 0 -> 355705 bytes
 .../blog/2018-12-18-skywalking-net/analysis.jpg| Bin 0 -> 577737 bytes
 .../blog/2018-12-18-skywalking-net/app_tip.png | Bin 0 -> 59826 bytes
 .../blog/2018-12-18-skywalking-net/application.jpg | Bin 0 -> 405967 bytes
 .../application_findmore.jpg   | Bin 0 -> 332872 bytes
 .../application_heapgc_info.jpg| Bin 0 -> 255638 bytes
 .../2018-12-18-skywalking-net/applicationdemo.jpg  | Bin 0 -> 129040 bytes
 .../2018-12-18-skywalking-net/charles-weixin.png   | Bin 0 -> 365309 bytes
 .../blog/2018-12-18-skywalking-net/charles.png | Bin 0 -> 313804 bytes
 .../blog/2018-12-18-skywalking-net/dashboard.jpg   | Bin 0 -> 1336079 bytes
 .../2018-12-18-skywalking-net/dashboarddemo.jpg| Bin 0 -> 227146 bytes
 .../static/blog/2018-12-18-skywalking-net/demo.jpg | Bin 0 -> 284196 bytes
 .../blog/2018-12-18-skywalking-net/login.png   | Bin 0 -> 86017 bytes
 .../static/blog/2018-12-18-skywalking-net/menu.png | Bin 0 -> 52174 bytes
 .../blog/2018-12-18-skywalking-net/planet.png  | Bin 0 -> 210753 bytes
 .../blog/2018-12-18-skywalking-net/service.jpg | Bin 0 -> 351824 bytes
 .../blog/2018-12-18-skywalking-net/service_tip.png | Bin 0 -> 33945 bytes
 .../blog/2018-12-18-skywalking-net/slowtrace.jpg   | Bin 0 -> 404652 bytes
 .../blog/2018-12-18-skywalking-net/tags_logs.jpg   | Bin 0 -> 261333 bytes
 .../2018-12-18-skywalking-net/time_chooser.jpg | Bin 0 -> 191141 bytes
 .../2018-12-18-skywalking-net/top20slowtrace.jpg   | Bin 0 -> 305911 bytes
 .../blog/2018-12-18-skywalking-net/topology.jpg| Bin 0 -> 387310 bytes
 .../blog/2018-12-18-skywalking-net/topologyMap.jpg | Bin 0 -> 82679 bytes
 .../2018-12-18-skywalking-net/topology_click.jpg   | Bin 0 -> 89441 bytes
 .../2018-12-18-skywalking-net/topology_search.jpg  | Bin 0 -> 338490 bytes
 .../blog/2018-12-18-skywalking-net/trace1.jpg  | Bin 0 -> 272964 bytes
 .../blog/2018-12-18-skywalking-net/trace2.jpg  | Bin 0 -> 266429 bytes
 .../blog/2018-12-18-skywalking-net/traceLog.jpg| Bin 0 -> 453994 bytes
 .../2018-12-18-skywalking-net/trace_duration.jpg   | Bin 0 -> 325000 bytes
 .../2018-12-18-skywalking-net/trace_search.jpg | Bin 0 -> 210937 bytes
 docs/zh/blog/2018-12-18-skywalking-net.md  | 181 +
 docs/zh/blog/README.md |   5 +
 32 files changed, 186 insertions(+)

diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/alarm.jpg 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/alarm.jpg
new file mode 100644
index 000..ad5c4ad
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/alarm.jpg differ
diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/analysis.jpg 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/analysis.jpg
new file mode 100644
index 000..8ae35b2
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/analysis.jpg 
differ
diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/app_tip.png 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/app_tip.png
new file mode 100644
index 000..cdc7e4b
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/app_tip.png differ
diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application.jpg 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application.jpg
new file mode 100644
index 000..3f72db0
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application.jpg 
differ
diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application_findmore.jpg
 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application_findmore.jpg
new file mode 100644
index 000..7a41171
Binary files /dev/null and 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application_findmore.jpg
 differ
diff --git 
a/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application_heapgc_info.jpg
 
b/docs/.vuepress/public/static/blog/2018-12-18-skywalking-net/application_heapgc_info.jpg

[incubator-skywalking-website] branch asf-site updated (647d815 -> 8340b76)

2018-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 647d815  Update asf-site
 new 8340b76  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (647d815)
\
 N -- N -- N   refs/heads/asf-site (8340b76)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   6 ++---
 assets/img/alarm.413b5c0e.jpg  | Bin 0 -> 355705 bytes
 assets/img/analysis.cc1f3bda.jpg   | Bin 0 -> 577737 bytes
 assets/img/app_tip.b2ab923f.png| Bin 0 -> 59826 bytes
 assets/img/application.a804f4a7.jpg| Bin 0 -> 405967 bytes
 assets/img/application_findmore.3cafdaa2.jpg   | Bin 0 -> 332872 bytes
 assets/img/application_heapgc_info.203cf77d.jpg| Bin 0 -> 255638 bytes
 assets/img/applicationdemo.2787fd95.jpg| Bin 0 -> 129040 bytes
 assets/img/dashboard.d449fbf1.jpg  | Bin 0 -> 1336079 bytes
 assets/img/dashboarddemo.c37c42cc.jpg  | Bin 0 -> 227146 bytes
 assets/img/demo.aba097be.jpg   | Bin 0 -> 284196 bytes
 assets/img/login.82fd8a27.png  | Bin 0 -> 86017 bytes
 assets/img/menu.c57f77b0.png   | Bin 0 -> 52174 bytes
 assets/img/service.7a31325f.jpg| Bin 0 -> 351824 bytes
 assets/img/service_tip.00970c32.png| Bin 0 -> 33945 bytes
 assets/img/slowtrace.80495d71.jpg  | Bin 0 -> 404652 bytes
 assets/img/tags_logs.164d36c7.jpg  | Bin 0 -> 261333 bytes
 assets/img/time_chooser.2cfc8b06.jpg   | Bin 0 -> 191141 bytes
 assets/img/top20slowtrace.6b84f585.jpg | Bin 0 -> 305911 bytes
 assets/img/topology.e7d94383.jpg   | Bin 0 -> 387310 bytes
 assets/img/topologyMap.3c75cca1.jpg| Bin 0 -> 82679 bytes
 assets/img/topology_click.d80ce3e6.jpg | Bin 0 -> 89441 bytes
 assets/img/topology_search.471d395a.jpg| Bin 0 -> 338490 bytes
 assets/img/trace1.9838417d.jpg | Bin 0 -> 272964 bytes
 assets/img/trace2.76999ada.jpg | Bin 0 -> 266429 bytes
 assets/img/traceLog.78e895dd.jpg   | Bin 0 -> 453994 bytes
 assets/img/trace_duration.ee46607d.jpg | Bin 0 -> 325000 bytes
 assets/img/trace_search.5acbcf24.jpg   | Bin 0 -> 210937 bytes
 assets/js/10.77750a2d.js   |   1 +
 assets/js/{10.e0b67572.js => 11.35c1a33c.js}   |   2 +-
 assets/js/{11.41761016.js => 12.35350910.js}   |   2 +-
 assets/js/{12.f62681ed.js => 13.c6563891.js}   |   2 +-
 assets/js/{13.a89796d1.js => 14.68d4bf16.js}   |   2 +-
 assets/js/{14.aa090831.js => 15.624060ab.js}   |   2 +-
 assets/js/{15.e6aec58f.js => 16.98373344.js}   |   2 +-
 assets/js/{16.c912be1b.js => 17.3e280c04.js}   |   2 +-
 assets/js/17.49d92bf8.js   |   1 -
 assets/js/18.5d91aa8e.js   |   1 +
 assets/js/2.aa963cba.js|   1 +
 assets/js/{2.24928d0c.js => 3.be66625d.js} |   2 +-
 assets/js/{3.6957a86b.js => 4.edcc6dfb.js} |   2 +-
 assets/js/{4.75aba94a.js => 5.60d5aeca.js} |   2 +-
 assets/js/{5.a2540094.js => 6.579501c9.js} |   2 +-
 assets/js/{6.4bdf90c5.js => 7.1d348ae3.js} |   2 +-
 assets/js/{7.a7d7be4e.js => 8.4849d5b9.js} |   2 +-
 assets/js/{8.52f5c4bd.js => 9.7130faae.js} |   2 +-
 assets/js/9.a683b222.js|   1 -
 assets/js/{app.563350ca.js => app.6ca8e91f.js} |   6 ++---
 blog/2018-05-24-skywalking-net.html|   4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 ++--
 blog/index.html|   4 ++--
 downloads/index.html   |   4 ++--
 events/index.html 

[incubator-skywalking-website] branch asf-site updated (8340b76 -> e3f6fe8)

2018-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 8340b76  Update asf-site
 new e3f6fe8  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8340b76)
\
 N -- N -- N   refs/heads/asf-site (e3f6fe8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   | 6 +++---
 assets/js/{app.6ca8e91f.js => app.9f5b1b5d.js} | 2 +-
 blog/2018-05-24-skywalking-net.html| 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html | 4 ++--
 blog/index.html| 4 ++--
 downloads/index.html   | 4 ++--
 events/index.html  | 4 ++--
 index.html | 4 ++--
 team/index.html| 4 ++--
 zh/blog/2018-05-24-skywalking-net.html | 4 ++--
 zh/blog/2018-12-18-skywalking-net.html | 4 ++--
 zh/blog/index.html | 6 +++---
 zh/doc/index.html  | 4 ++--
 zh/downloads/index.html| 4 ++--
 zh/events/index.html   | 4 ++--
 zh/index.html  | 4 ++--
 zh/team/index.html | 4 ++--
 17 files changed, 35 insertions(+), 35 deletions(-)
 rename assets/js/{app.6ca8e91f.js => app.9f5b1b5d.js} (89%)



[incubator-skywalking] branch master updated: Update submodule ui (#2071)

2018-12-19 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new ab64f34  Update submodule ui (#2071)
ab64f34 is described below

commit ab64f34236178620e433d3e0e403cd4d6926d4f1
Author: Allen Wang 
AuthorDate: Thu Dec 20 15:48:18 2018 +0800

Update submodule ui (#2071)
---
 skywalking-ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/skywalking-ui b/skywalking-ui
index 756bc74..06543a5 16
--- a/skywalking-ui
+++ b/skywalking-ui
@@ -1 +1 @@
-Subproject commit 756bc74e0b1351eefb860cbc2b05d86b138d4f0f
+Subproject commit 06543a541d6909739933fd1ca955654c6e5c28fa



[incubator-skywalking-website] branch master updated: fix blog name. (#14)

2018-12-20 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 55aa09e  fix blog name. (#14)
55aa09e is described below

commit 55aa09eb21832353e274f39f5cdd2051364d7873
Author: Jared Tan 
AuthorDate: Thu Dec 20 19:46:42 2018 +0800

fix blog name. (#14)
---
 ...-skywalking-net.md => 2018-12-18-Apache-SkyWalking-5-0-UserGuide.md} | 0
 docs/zh/blog/README.md  | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/blog/2018-12-18-skywalking-net.md 
b/docs/zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.md
similarity index 100%
rename from docs/zh/blog/2018-12-18-skywalking-net.md
rename to docs/zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.md
diff --git a/docs/zh/blog/README.md b/docs/zh/blog/README.md
index 1167e43..5a5163a 100755
--- a/docs/zh/blog/README.md
+++ b/docs/zh/blog/README.md
@@ -4,7 +4,7 @@ layout: LayoutBlog
 blog: 
 
 - title: Apache SkyWalking 5.0中文版图文详解使用手册
-  name: 2018-12-18-skywalking-net
+  name: 2018-12-18-Apache-SkyWalking-5-0-UserGuide
   time: 公众号【工匠小猪猪的技术世界】原创, 12月20日,2018
   short: Apache SkyWalking 5.0 UserGuide
 



[incubator-skywalking-website] branch asf-site updated (e3f6fe8 -> 37157c4)

2018-12-20 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard e3f6fe8  Update asf-site
 new 37157c4  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e3f6fe8)
\
 N -- N -- N   refs/heads/asf-site (37157c4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html  | 6 +++---
 assets/js/{2.aa963cba.js => 2.376ba2d2.js}| 2 +-
 assets/js/{app.9f5b1b5d.js => app.11c22a7c.js}| 4 ++--
 blog/2018-05-24-skywalking-net.html   | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html| 4 ++--
 blog/index.html   | 4 ++--
 downloads/index.html  | 4 ++--
 events/index.html | 4 ++--
 index.html| 4 ++--
 team/index.html   | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html| 4 ++--
 ...g-net.html => 2018-12-18-Apache-SkyWalking-5-0-UserGuide.html} | 8 
 zh/blog/index.html| 6 +++---
 zh/doc/index.html | 4 ++--
 zh/downloads/index.html   | 4 ++--
 zh/events/index.html  | 4 ++--
 zh/index.html | 4 ++--
 zh/team/index.html| 4 ++--
 18 files changed, 39 insertions(+), 39 deletions(-)
 rename assets/js/{2.aa963cba.js => 2.376ba2d2.js} (99%)
 rename assets/js/{app.9f5b1b5d.js => app.11c22a7c.js} (89%)
 rename zh/blog/{2018-12-18-skywalking-net.html => 
2018-12-18-Apache-SkyWalking-5-0-UserGuide.html} (88%)



[incubator-skywalking-website] branch asf-site updated (37157c4 -> c0bd51b)

2018-12-20 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 37157c4  Update asf-site
 new c0bd51b  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (37157c4)
\
 N -- N -- N   refs/heads/asf-site (c0bd51b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html| 6 +++---
 assets/js/11.33cb6293.js| 1 +
 assets/js/11.35c1a33c.js| 1 -
 assets/js/17.3e280c04.js| 1 -
 assets/js/17.d6e30535.js| 1 +
 assets/js/{app.11c22a7c.js => app.8a966a0f.js}  | 4 ++--
 blog/2018-05-24-skywalking-net.html | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html  | 4 ++--
 blog/index.html | 4 ++--
 downloads/index.html| 4 ++--
 events/index.html   | 4 ++--
 index.html  | 4 ++--
 team/index.html | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html  | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html | 4 ++--
 zh/blog/index.html  | 4 ++--
 zh/doc/index.html   | 4 ++--
 zh/downloads/index.html | 4 ++--
 zh/events/index.html| 4 ++--
 zh/index.html   | 4 ++--
 zh/team/index.html  | 6 +++---
 21 files changed, 39 insertions(+), 39 deletions(-)
 create mode 100644 assets/js/11.33cb6293.js
 delete mode 100644 assets/js/11.35c1a33c.js
 delete mode 100644 assets/js/17.3e280c04.js
 create mode 100644 assets/js/17.d6e30535.js
 rename assets/js/{app.11c22a7c.js => app.8a966a0f.js} (89%)



[incubator-skywalking-website] branch asf-site updated (c0bd51b -> d6fc106)

2018-12-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard c0bd51b  Update asf-site
 new d6fc106  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c0bd51b)
\
 N -- N -- N   refs/heads/asf-site (d6fc106)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   6 +-
 assets/js/{10.77750a2d.js => 10.f6b81329.js}   |   2 +-
 assets/js/{11.33cb6293.js => 11.9ac3cb70.js}   |   2 +-
 assets/js/{12.35350910.js => 12.1f7fba77.js}   |   2 +-
 assets/js/13.22adc26d.js   |   1 +
 assets/js/{13.c6563891.js => 14.d81d5cda.js}   |   2 +-
 assets/js/{14.68d4bf16.js => 15.16919c51.js}   |   2 +-
 assets/js/{15.624060ab.js => 16.51bb3248.js}   |   2 +-
 assets/js/{16.98373344.js => 17.b7f86971.js}   |   2 +-
 assets/js/18.5d91aa8e.js   |   1 -
 assets/js/{17.d6e30535.js => 18.70f3d880.js}   |   2 +-
 assets/js/19.f6e2da35.js   |   1 +
 assets/js/{2.376ba2d2.js => 2.fe45e099.js} |   2 +-
 assets/js/{3.be66625d.js => 3.59af78e9.js} |   2 +-
 assets/js/{4.edcc6dfb.js => 4.8d9a4116.js} |   2 +-
 assets/js/{5.60d5aeca.js => 5.82e3ee5d.js} |   2 +-
 assets/js/{6.579501c9.js => 6.5c8121b9.js} |   2 +-
 assets/js/{7.1d348ae3.js => 7.6c9bc4bb.js} |   2 +-
 assets/js/{8.4849d5b9.js => 8.3aa241bb.js} |   2 +-
 assets/js/{app.8a966a0f.js => app.4fe1b2a9.js} |   6 +-
 blog/2018-05-24-skywalking-net.html|   4 +-
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 +-
 blog/index.html|   4 +-
 downloads/index.html   |   4 +-
 events/index.html  |   4 +-
 index.html |   4 +-
 team/index.html|   4 +-
 zh/blog/2018-05-24-skywalking-net.html |   4 +-
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |   4 +-
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html | 189 +
 zh/blog/index.html |   6 +-
 zh/doc/index.html  |   4 +-
 zh/downloads/index.html|   4 +-
 zh/events/index.html   |   4 +-
 zh/index.html  |   4 +-
 zh/team/index.html |   4 +-
 36 files changed, 243 insertions(+), 53 deletions(-)
 rename assets/js/{10.77750a2d.js => 10.f6b81329.js} (97%)
 rename assets/js/{11.33cb6293.js => 11.9ac3cb70.js} (98%)
 rename assets/js/{12.35350910.js => 12.1f7fba77.js} (65%)
 create mode 100644 assets/js/13.22adc26d.js
 rename assets/js/{13.c6563891.js => 14.d81d5cda.js} (65%)
 rename assets/js/{14.68d4bf16.js => 15.16919c51.js} (75%)
 rename assets/js/{15.624060ab.js => 16.51bb3248.js} (99%)
 rename assets/js/{16.98373344.js => 17.b7f86971.js} (97%)
 delete mode 100644 assets/js/18.5d91aa8e.js
 rename assets/js/{17.d6e30535.js => 18.70f3d880.js} (98%)
 create mode 100644 assets/js/19.f6e2da35.js
 rename assets/js/{2.376ba2d2.js => 2.fe45e099.js} (99%)
 rename assets/js/{3.be66625d.js => 3.59af78e9.js} (99%)
 rename assets/js/{4.edcc6dfb.js => 4.8d9a4116.js} (84%)
 rename assets/js/{5.60d5aeca.js => 5.82e3ee5d.js} (65%)
 rename assets/js/{6.579501c9.js => 6.5c8121b9.js} (97%)
 rename assets/js/{7.1d348ae3.js => 7.6c9bc4bb.js} (99%)
 rename assets/js/{8.4849d5b9.js => 8.3aa241bb.js} (65%)
 rename assets/js/{app.8a966a0f.js => app.4fe1b2a9.js} (81%)
 create mode 100644 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html



[incubator-skywalking-website] branch master updated: add SkyWalking source code read (#16)

2018-12-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new eb17d21  add SkyWalking source code read (#16)
eb17d21 is described below

commit eb17d21ffdab49aec2ea7d761977323ddc0cef60
Author: 芋道源码 
AuthorDate: Fri Dec 21 10:17:36 2018 -0600

add SkyWalking source code read (#16)

* * add md '2018-12-21-SkyWalking-source-code-read'

* * revert package-lock.json

* * remove blank space

* * remove repeat “源码”
---
 .../blog/2018-12-21-SkyWalking-source-code-read.md | 64 ++
 docs/zh/blog/README.md | 10 ++--
 2 files changed, 70 insertions(+), 4 deletions(-)

diff --git a/docs/zh/blog/2018-12-21-SkyWalking-source-code-read.md 
b/docs/zh/blog/2018-12-21-SkyWalking-source-code-read.md
new file mode 100644
index 000..4953a0e
--- /dev/null
+++ b/docs/zh/blog/2018-12-21-SkyWalking-source-code-read.md
@@ -0,0 +1,64 @@
+# SkyWalking源码解析合集
+
+## 搭建调试环境
+
+阅读 SkyWalking 源码,从配置调试环境开始。
+
+一定一定一定不要干读代码,而是通过调试的方式。
+
+> 作者:谭建
+
+- [01 通过 Skywalking-5.x 
版本的源码构建并运行](https://github.com/JaredTan95/skywalking-tutorials/blob/master/01-%E9%80%9A%E8%BF%87Skywalking-5.x%E7%89%88%E6%9C%AC%E7%9A%84%E6%BA%90%E7%A0%81%E6%9E%84%E5%BB%BA%E5%B9%B6%E8%BF%90%E8%A1%8C/Note.md)
 👉:[哔哩哔哩](https://www.bilibili.com/video/av35806851/) | 
[腾讯视频](https://v.qq.com/x/page/d07924w6u13.html)
+- [02 通过 Skywalking-6.x 
版本的源码构建并运行](https://github.com/JaredTan95/skywalking-tutorials/blob/master/02-%E9%80%9A%E8%BF%87Skywalking-6.x%E7%89%88%E6%9C%AC%E7%9A%84%E6%BA%90%E7%A0%81%E6%9E%84%E5%BB%BA%E5%B9%B6%E8%BF%90%E8%A1%8C/Note.md)
 👉:[哔哩哔哩](https://www.bilibili.com/video/av35990012/) | 
[腾讯视频](https://v.qq.com/x/page/s0793890ce6.html)
+- [03 Java 应用(探针)接入 
Skywalking[6.x]](https://github.com/JaredTan95/skywalking-tutorials/blob/master/03-Java%E5%BA%94%E7%94%A8%EF%BC%88%E6%8E%A2%E9%92%88%EF%BC%89%E6%8E%A5%E5%85%A5Skywalking/Note.md)
 👉:[哔哩哔哩](https://www.bilibili.com/video/av36172319/) | 
[腾讯视频](https://v.qq.com/x/page/w0795uri7jy.html)
+
+## SkyWalking 3.X 源码解析合集
+
+> 作者:芋道源码
+
+虽然是基于 3.X 版本的源码解析,但是对于阅读 SkyWalking Java Agent 和插件部分,同样适用。
+
+对于 SkyWalking Collector 部分,可以作为一定的参考。
+
+- [《SkyWalking 源码分析 —— 
调试环境搭建》](http://www.iocoder.cn/SkyWalking/build-debugging-environment?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent 
初始化》](http://www.iocoder.cn/SkyWalking/agent-init?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent 
插件体系》](http://www.iocoder.cn/SkyWalking/agent-plugin-system?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector 
初始化》](http://www.iocoder.cn/SkyWalking/collector-init?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Cluster 
集群管理》](http://www.iocoder.cn/SkyWalking/collector-cluster-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Client Component 
客户端组件》](http://www.iocoder.cn/SkyWalking/collector-client-component?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Server Component 
服务器组件》](http://www.iocoder.cn/SkyWalking/collector-server-component?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Jetty Server 
Manager》](http://www.iocoder.cn/SkyWalking/collector-jetty-server-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector gRPC Server 
Manager》](http://www.iocoder.cn/SkyWalking/collector-grpc-server-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Naming Server 
命名服务》](http://www.iocoder.cn/SkyWalking/collector-naming-server?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Queue 
队列组件》](http://www.iocoder.cn/SkyWalking/collector-queue-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Storage 
存储组件》](http://www.iocoder.cn/SkyWalking/collector-storage-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Streaming Computing 
流式处理(一)》](http://www.iocoder.cn/SkyWalking/collector-streaming-first?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Streaming Computing 
流式处理(二)》](http://www.iocoder.cn/SkyWalking/collector-streaming-second?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Cache 
缓存组件》](http://www.iocoder.cn/SkyWalking/collector-cache-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— Collector Remote 
远程通信服务》](http://www.iocoder.cn/SkyWalking/collector-remote-module?vip&guanfang)
+- [《SkyWalking 源码分析 —— DataCarrier 
异步处理库》](http://www.iocoder.cn/SkyWalking/data-carrier?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent Remote 
远程通信服务》](http://www.iocoder.cn/SkyWalking/agent-remote-manager?vip&guanfang)
+- [《SkyWalking 源码分析 —— 
应用于应用实例的注册》](http://www.iocoder.cn/SkyWalking/register?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent DictionaryManager 
字典管理》](http://www.iocoder.cn/SkyWalking/agent-dictionary?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent 收集 Trace 
数据》](http://www.iocoder.cn/SkyWalking/agent-collect-trace?vip&guanfang)
+- [《SkyWalking 源码分析 —— Agent

[incubator-skywalking-website] branch asf-site updated (d6fc106 -> b460a67)

2018-12-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard d6fc106  Update asf-site
 new b460a67  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d6fc106)
\
 N -- N -- N   refs/heads/asf-site (b460a67)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |  4 +-
 assets/js/{10.f6b81329.js => 10.3e634c35.js}   |  2 +-
 assets/js/{11.9ac3cb70.js => 11.a4022c86.js}   |  2 +-
 assets/js/{12.1f7fba77.js => 12.7501a15f.js}   |  2 +-
 assets/js/{13.22adc26d.js => 13.5856fe60.js}   |  2 +-
 assets/js/14.dba34de2.js   |  1 +
 assets/js/{14.d81d5cda.js => 15.976c8b0a.js}   |  2 +-
 assets/js/{15.16919c51.js => 16.cfc58b35.js}   |  2 +-
 assets/js/{16.51bb3248.js => 17.90cbef6b.js}   |  2 +-
 assets/js/{17.b7f86971.js => 18.4efbb3a8.js}   |  2 +-
 assets/js/{18.70f3d880.js => 19.df82648e.js}   |  2 +-
 assets/js/19.f6e2da35.js   |  1 -
 assets/js/{2.fe45e099.js => 2.1a3782f8.js} |  2 +-
 assets/js/20.5aa17b2b.js   |  1 +
 assets/js/{3.59af78e9.js => 3.79fc37dd.js} |  2 +-
 assets/js/{5.82e3ee5d.js => 5.60d5aeca.js} |  2 +-
 assets/js/{6.5c8121b9.js => 6.ba6b94b5.js} |  2 +-
 assets/js/{7.6c9bc4bb.js => 7.d5373754.js} |  2 +-
 assets/js/{8.3aa241bb.js => 8.02d7cd89.js} |  2 +-
 assets/js/{9.7130faae.js => 9.b2b8f549.js} |  2 +-
 assets/js/{app.4fe1b2a9.js => app.42559bc7.js} |  6 +--
 blog/2018-05-24-skywalking-net.html|  4 +-
 blog/2018-12-12-skywalking-service-mesh-ready.html |  4 +-
 blog/index.html|  4 +-
 downloads/index.html   |  4 +-
 events/index.html  |  4 +-
 index.html |  4 +-
 team/index.html|  4 +-
 zh/blog/2018-05-24-skywalking-net.html |  4 +-
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |  4 +-
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |  4 +-
 .../2018-12-21-SkyWalking-source-code-read.html| 61 ++
 zh/blog/index.html |  6 +--
 zh/doc/index.html  |  4 +-
 zh/downloads/index.html|  4 +-
 zh/events/index.html   |  4 +-
 zh/index.html  |  4 +-
 zh/team/index.html |  4 +-
 38 files changed, 117 insertions(+), 55 deletions(-)
 rename assets/js/{10.f6b81329.js => 10.3e634c35.js} (97%)
 rename assets/js/{11.9ac3cb70.js => 11.a4022c86.js} (98%)
 rename assets/js/{12.1f7fba77.js => 12.7501a15f.js} (65%)
 rename assets/js/{13.22adc26d.js => 13.5856fe60.js} (99%)
 create mode 100644 assets/js/14.dba34de2.js
 rename assets/js/{14.d81d5cda.js => 15.976c8b0a.js} (65%)
 rename assets/js/{15.16919c51.js => 16.cfc58b35.js} (75%)
 rename assets/js/{16.51bb3248.js => 17.90cbef6b.js} (99%)
 rename assets/js/{17.b7f86971.js => 18.4efbb3a8.js} (97%)
 rename assets/js/{18.70f3d880.js => 19.df82648e.js} (98%)
 delete mode 100644 assets/js/19.f6e2da35.js
 rename assets/js/{2.fe45e099.js => 2.1a3782f8.js} (99%)
 create mode 100644 assets/js/20.5aa17b2b.js
 rename assets/js/{3.59af78e9.js => 3.79fc37dd.js} (99%)
 rename assets/js/{5.82e3ee5d.js => 5.60d5aeca.js} (65%)
 rename assets/js/{6.5c8121b9.js => 6.ba6b94b5.js} (97%)
 rename assets/js/{7.6c9bc4bb.js => 7.d5373754.js} (99%)
 rename assets/js/{8.3aa241bb.js => 8.02d7cd89.js} (65%)
 rename assets/js/{9.7130faae.js => 9.b2b8f549.js} (99%)
 rename assets/js/{app.4fe1b2a9.js => app.42559bc7.js} (81%)
 create mode 100644 zh/blog/2018-12-21-SkyWalking-source-code-read.html



[incubator-skywalking-website] branch asf-site updated (b460a67 -> ba6e778)

2018-12-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard b460a67  Update asf-site
 new ba6e778  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b460a67)
\
 N -- N -- N   refs/heads/asf-site (ba6e778)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/10.3e634c35.js | 1 -
 assets/js/10.fd1134f8.js | 1 +
 assets/js/{11.a4022c86.js => 11.d1d9ef6f.js} | 2 +-
 assets/js/18.4efbb3a8.js | 1 -
 assets/js/18.c444c9ed.js | 1 +
 assets/js/{19.df82648e.js => 19.0c0b0bce.js} | 2 +-
 assets/js/{app.42559bc7.js => app.550943b8.js}   | 6 +++---
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 6 +++---
 index.html   | 4 ++--
 team/index.html  | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 6 +++---
 zh/index.html| 4 ++--
 zh/team/index.html   | 6 +++---
 25 files changed, 48 insertions(+), 48 deletions(-)
 delete mode 100644 assets/js/10.3e634c35.js
 create mode 100644 assets/js/10.fd1134f8.js
 rename assets/js/{11.a4022c86.js => 11.d1d9ef6f.js} (83%)
 delete mode 100644 assets/js/18.4efbb3a8.js
 create mode 100644 assets/js/18.c444c9ed.js
 rename assets/js/{19.df82648e.js => 19.0c0b0bce.js} (83%)
 rename assets/js/{app.42559bc7.js => app.550943b8.js} (86%)



[incubator-skywalking-website] branch asf-site updated (ba6e778 -> b583d00)

2018-12-21 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard ba6e778  Update asf-site
 new b583d00  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ba6e778)
\
 N -- N -- N   refs/heads/asf-site (b583d00)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 8 
 assets/css/0.styles.58230105.css | 1 +
 assets/css/0.styles.83c54a22.css | 1 -
 assets/js/18.5f2afb01.js | 1 +
 assets/js/18.c444c9ed.js | 1 -
 assets/js/{app.550943b8.js => app.3652ea8f.js}   | 6 +++---
 blog/2018-05-24-skywalking-net.html  | 6 +++---
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 6 +++---
 blog/index.html  | 6 +++---
 downloads/index.html | 6 +++---
 events/index.html| 6 +++---
 index.html   | 8 
 team/index.html  | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html   | 6 +++---
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 6 +++---
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 6 +++---
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 6 +++---
 zh/blog/index.html   | 6 +++---
 zh/doc/index.html| 6 +++---
 zh/downloads/index.html  | 6 +++---
 zh/events/index.html | 8 
 zh/index.html| 8 
 zh/team/index.html   | 6 +++---
 23 files changed, 63 insertions(+), 63 deletions(-)
 create mode 100644 assets/css/0.styles.58230105.css
 delete mode 100644 assets/css/0.styles.83c54a22.css
 create mode 100644 assets/js/18.5f2afb01.js
 delete mode 100644 assets/js/18.c444c9ed.js
 rename assets/js/{app.550943b8.js => app.3652ea8f.js} (73%)



[incubator-skywalking-website] branch asf-site updated (b583d00 -> 7acd93f)

2018-12-24 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard b583d00  Update asf-site
 new 7acd93f  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b583d00)
\
 N -- N -- N   refs/heads/asf-site (7acd93f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/10.93b62406.js | 1 +
 assets/js/10.fd1134f8.js | 1 -
 assets/js/17.0f2e078b.js | 1 +
 assets/js/17.90cbef6b.js | 1 -
 assets/js/18.463cd2c7.js | 1 +
 assets/js/18.5f2afb01.js | 1 -
 assets/js/9.b2b8f549.js  | 1 -
 assets/js/9.d10eb590.js  | 1 +
 assets/js/{app.3652ea8f.js => app.3b974e8a.js}   | 4 ++--
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 8 
 events/index.html| 6 +++---
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 6 +++---
 zh/events/index.html | 6 +++---
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 27 files changed, 48 insertions(+), 48 deletions(-)
 create mode 100644 assets/js/10.93b62406.js
 delete mode 100644 assets/js/10.fd1134f8.js
 create mode 100644 assets/js/17.0f2e078b.js
 delete mode 100644 assets/js/17.90cbef6b.js
 create mode 100644 assets/js/18.463cd2c7.js
 delete mode 100644 assets/js/18.5f2afb01.js
 delete mode 100644 assets/js/9.b2b8f549.js
 create mode 100644 assets/js/9.d10eb590.js
 rename assets/js/{app.3652ea8f.js => app.3b974e8a.js} (88%)



[incubator-skywalking-website] branch asf-site updated (7acd93f -> 7c1ccf2)

2018-12-25 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 7acd93f  Update asf-site
 new 7c1ccf2  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7acd93f)
\
 N -- N -- N   refs/heads/asf-site (7c1ccf2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html |  4 ++--
 assets/js/17.008af8ea.js |  1 +
 assets/js/17.0f2e078b.js |  1 -
 assets/js/9.11a08b89.js  |  1 +
 assets/js/9.d10eb590.js  |  1 -
 assets/js/{app.3b974e8a.js => app.197efec5.js}   |  4 ++--
 blog/2018-05-24-skywalking-net.html  | 12 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 12 ++--
 blog/index.html  | 12 ++--
 downloads/index.html | 16 +++-
 events/index.html| 12 ++--
 index.html   | 12 ++--
 team/index.html  | 12 ++--
 zh/blog/2018-05-24-skywalking-net.html   |  4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  |  4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html |  4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  |  4 ++--
 zh/blog/index.html   |  4 ++--
 zh/doc/index.html|  4 ++--
 zh/downloads/index.html  |  6 +++---
 zh/events/index.html |  4 ++--
 zh/index.html|  4 ++--
 zh/team/index.html   |  4 ++--
 23 files changed, 70 insertions(+), 72 deletions(-)
 create mode 100644 assets/js/17.008af8ea.js
 delete mode 100644 assets/js/17.0f2e078b.js
 create mode 100644 assets/js/9.11a08b89.js
 delete mode 100644 assets/js/9.d10eb590.js
 rename assets/js/{app.3b974e8a.js => app.197efec5.js} (88%)



[incubator-skywalking-website] branch master updated: fix release date. (#19)

2018-12-25 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new cd808c6  fix release date. (#19)
cd808c6 is described below

commit cd808c6aca3573da9f84216183c20b0f0bd06796
Author: Jared Tan 
AuthorDate: Wed Dec 26 15:45:09 2018 +0800

fix release date. (#19)
---
 docs/downloads/README.md| 2 +-
 docs/zh/downloads/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/downloads/README.md b/docs/downloads/README.md
index c218501..e237978 100755
--- a/docs/downloads/README.md
+++ b/docs/downloads/README.md
@@ -6,7 +6,7 @@ Use the links below to download the Apache SkyWalking 
(incubating) from one of o
 ## 6.x releases
 | Date | Version| | Downloads |
 |:---:|:--:|:--:|:--:|
-| Nov. 25th, 2018 | 6.0.0-beta | Source codes| 
[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.sha512)|
+| Dec 25th, 2018 | 6.0.0-beta | Source codes| 
[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.sha512)|
 | | | Windows| 
[[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz.sha512)|
 | | | Linux | 
[[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip.sha512)|
 | | | Document| 
[Document](https://github.com/apache/incubator-skywalking/blob/v6.0.0-beta/docs/README.md)
 |
diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md
index 0decae3..1c01721 100755
--- a/docs/zh/downloads/README.md
+++ b/docs/zh/downloads/README.md
@@ -4,7 +4,7 @@
 ## 6.x 版本
 | 日期 | 版本| | 下载 |
 |:---:|:--:|:--:|:--:|
-| Nov. 25th, 2018 | 6.0.0-beta | 源码| 
[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.sha512)|
+| Dec 25th, 2018 | 6.0.0-beta | 源码| 
[[src]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta-src.tgz.sha512)|
 | | | Windows| 
[[zip]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz.sha512)|
 | | | Linux | 
[[tar]](http://www.apache.org/dyn/closer.cgi/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.tar.gz)
 
[[asc]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip.asc)
 
[[sha512]](https://www.apache.org/dist/incubator/skywalking/6.0.0-beta/apache-skywalking-apm-incubating-6.0.0-beta.zip.sha512)|
 | | | 文档| 
[文档](https://github.com/apache/incubator-skywalking/blob/v6.0.0-beta/docs/README.md)
 |



[incubator-skywalking-website] branch asf-site updated (7c1ccf2 -> a2d73f2)

2018-12-25 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 7c1ccf2  Update asf-site
 new a2d73f2  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7c1ccf2)
\
 N -- N -- N   refs/heads/asf-site (a2d73f2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/17.008af8ea.js | 1 -
 assets/js/17.ead73adc.js | 1 +
 assets/js/9.11a08b89.js  | 1 -
 assets/js/9.f5c7c9b9.js  | 1 +
 assets/js/{app.197efec5.js => app.48e6884a.js}   | 4 ++--
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 6 +++---
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 6 +++---
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 23 files changed, 43 insertions(+), 43 deletions(-)
 delete mode 100644 assets/js/17.008af8ea.js
 create mode 100644 assets/js/17.ead73adc.js
 delete mode 100644 assets/js/9.11a08b89.js
 create mode 100644 assets/js/9.f5c7c9b9.js
 rename assets/js/{app.197efec5.js => app.48e6884a.js} (88%)



[incubator-skywalking] branch master updated: fix incorrect version in apm-checkstyle. (#2102)

2018-12-29 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 2ed1e94  fix incorrect version in apm-checkstyle. (#2102)
2ed1e94 is described below

commit 2ed1e948f2a3ce32e26afd22750701c2c22a7778
Author: Jared Tan 
AuthorDate: Sat Dec 29 19:06:49 2018 +0800

fix incorrect version in apm-checkstyle. (#2102)

* fix incorrect version in apm-checkstyle.

* remove SNAPSHOT in checkstyle module.
---
 apm-checkstyle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-checkstyle/pom.xml b/apm-checkstyle/pom.xml
index f9d4784..bf6ef22 100644
--- a/apm-checkstyle/pom.xml
+++ b/apm-checkstyle/pom.xml
@@ -27,7 +27,7 @@
 
 org.apache.skywalking
 apm-checkstyle
-6.0.0-beta-SNAPSHOT
+6.0.0-beta
 Module to hold Checkstyle for SkyWalking.
 
 



[incubator-skywalking-website] branch asf-site updated (a2d73f2 -> c6198f6)

2018-12-31 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard a2d73f2  Update asf-site
 new c6198f6  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a2d73f2)
\
 N -- N -- N   refs/heads/asf-site (c6198f6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html |  4 ++--
 assets/js/10.8f3a8cfe.js |  1 +
 assets/js/10.93b62406.js |  1 -
 assets/js/{11.d1d9ef6f.js => 11.3176a1ef.js} |  2 +-
 assets/js/18.463cd2c7.js |  1 -
 assets/js/18.adafee3c.js |  1 +
 assets/js/{19.0c0b0bce.js => 19.ba6e3e2e.js} |  2 +-
 assets/js/{app.48e6884a.js => app.62e94a4b.js}   |  6 +++---
 blog/2018-05-24-skywalking-net.html  |  4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   |  4 ++--
 blog/index.html  |  4 ++--
 downloads/index.html |  4 ++--
 events/index.html|  6 +++---
 index.html   |  6 +++---
 team/index.html  |  6 +++---
 zh/blog/2018-05-24-skywalking-net.html   | 12 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 12 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 12 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 12 ++--
 zh/blog/index.html   | 12 ++--
 zh/doc/index.html| 12 ++--
 zh/downloads/index.html  | 12 ++--
 zh/events/index.html | 14 +++---
 zh/index.html| 14 +++---
 zh/team/index.html   | 14 +++---
 25 files changed, 89 insertions(+), 89 deletions(-)
 create mode 100644 assets/js/10.8f3a8cfe.js
 delete mode 100644 assets/js/10.93b62406.js
 rename assets/js/{11.d1d9ef6f.js => 11.3176a1ef.js} (90%)
 delete mode 100644 assets/js/18.463cd2c7.js
 create mode 100644 assets/js/18.adafee3c.js
 rename assets/js/{19.0c0b0bce.js => 19.ba6e3e2e.js} (91%)
 rename assets/js/{app.48e6884a.js => app.62e94a4b.js} (86%)



[incubator-skywalking-website] branch master updated: 添加关于elasticsearch 因basic验证导致skywalking无法调用问题 (#20)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 936d76c  添加关于elasticsearch 因basic验证导致skywalking无法调用问题 (#20)
936d76c is described below

commit 936d76c74b6fa22332ff99c1a068eb2ec790f2fc
Author: Jonathan 
AuthorDate: Wed Jan 2 13:40:11 2019 +0800

添加关于elasticsearch 因basic验证导致skywalking无法调用问题 (#20)

* Create 2019-01-12-skywalking-elasticsearch-basic.md

添加Elasticsearch Basic验证skywalking无法调用问题。

* Update README.md

添加关于elasticsearch因basic认证导致skywalking无法正常调用接口问题的blog

* Update README.md

修改blog乱序问题
---
 .../2019-01-12-skywalking-elasticsearch-basic.md   | 61 ++
 docs/zh/blog/README.md |  7 ++-
 2 files changed, 67 insertions(+), 1 deletion(-)

diff --git a/docs/zh/blog/2019-01-12-skywalking-elasticsearch-basic.md 
b/docs/zh/blog/2019-01-12-skywalking-elasticsearch-basic.md
new file mode 100644
index 000..a739dcb
--- /dev/null
+++ b/docs/zh/blog/2019-01-12-skywalking-elasticsearch-basic.md
@@ -0,0 +1,61 @@
+### 关于使用elasticsearch,需要basic认证问题
+
+skywalking依赖elasticsearch集群,如果elasticsearch安装有x-pack插件的话,那么就会存在一个Basic认证,导致skywalking无法调用elasticsearch,解决方法是使用nginx做代理,让nginx来做这个Basic认证,那么这个问题就自然解决了。
+
+方法如下:
+
+1.安装nginx
+
+> yum install -y nginx
+
+
+2.配置nginx
+
+```xml
+
+
+server {
+listen   9200 default_server;
+server_name  _;
+
+location / {
+ proxy_set_header Host $host;
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_pass http://localhost:9200;
+ #Basic字符串就是使用你的用户名(admin),密码(12345)编码后的值
+ #注意:在进行Basic加密的时候要使用如下格式如:admin 123456 
注意中间有个空格,如果使用其它格式,那么结果我们是无法预知的,最起码笔者使用上诉格式没有出现问题。
+ proxy_set_header Authorization "Basic YWRtaW4gMTIzNDU2";
+}
+}
+
+
+```
+
+3.验证
+
+> curl localhost:9200
+
+```xml
+{
+  "name" : "Yd0rCp9",
+  "cluster_name" : "es-cn-4590xv9md0009doky",
+  "cluster_uuid" : "jAPLrqY5R6KWWgHnGCWOAA",
+  "version" : {
+"number" : "6.3.2",
+"build_flavor" : "default",
+"build_type" : "tar",
+"build_hash" : "053779d",
+"build_date" : "2018-07-20T05:20:23.451332Z",
+"build_snapshot" : false,
+"lucene_version" : "7.3.1",
+"minimum_wire_compatibility_version" : "5.6.0",
+"minimum_index_compatibility_version" : "5.0.0"
+  },
+  "tagline" : "You Know, for Search"
+}
+
+
+```
+
+## 看到如上结果那么恭喜你成功了。
diff --git a/docs/zh/blog/README.md b/docs/zh/blog/README.md
index a15cd7c..8341594 100755
--- a/docs/zh/blog/README.md
+++ b/docs/zh/blog/README.md
@@ -3,6 +3,11 @@ layout: LayoutBlog
 
 blog: 
 
+- title: 关于elasticsearch因basic认证导致skywalking无法正常调用接口问题
+  name: 2019-01-12-skywalking-elasticsearch-basic.md
+  time: 刘离勇
+  short: elasticsearch basic验证
+  
 - title: SkyWalking源码解析合集
   name: 2018-12-21-SkyWalking-source-code-read
   time: 芋道源码 整理,12月21日,2018
@@ -21,4 +26,4 @@ blog:
 - title: Apache SkyWalking 为.NET Core带来开箱即用的分布式追踪和应用性能监控
   name: 2018-05-24-skywalking-net
   time: 刘浩扬
-  short: 用于SkyWalking的.NET Core SDK
\ No newline at end of file
+  short: 用于SkyWalking的.NET Core SDK



[incubator-skywalking-website] branch asf-site updated (c6198f6 -> 83cf2aa)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard c6198f6  Update asf-site
 new 83cf2aa  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c6198f6)
\
 N -- N -- N   refs/heads/asf-site (83cf2aa)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |  6 +--
 assets/js/{10.8f3a8cfe.js => 10.d03e5a33.js}   |  2 +-
 assets/js/{11.3176a1ef.js => 11.7aa46778.js}   |  2 +-
 assets/js/{12.7501a15f.js => 12.d03e5368.js}   |  2 +-
 assets/js/{13.5856fe60.js => 13.c45a8343.js}   |  2 +-
 assets/js/{14.dba34de2.js => 14.ed803fb5.js}   |  2 +-
 assets/js/15.b7355f5b.js   |  1 +
 assets/js/{15.976c8b0a.js => 16.e42c27e1.js}   |  2 +-
 assets/js/{16.cfc58b35.js => 17.54656fd8.js}   |  2 +-
 assets/js/{17.ead73adc.js => 18.c286b9cf.js}   |  2 +-
 assets/js/{18.adafee3c.js => 19.d0c74f55.js}   |  2 +-
 assets/js/{2.1a3782f8.js => 2.130871b1.js} |  2 +-
 assets/js/{19.ba6e3e2e.js => 20.417ad2ff.js}   |  2 +-
 assets/js/20.5aa17b2b.js   |  1 -
 assets/js/21.70aa2c77.js   |  1 +
 assets/js/{3.79fc37dd.js => 3.6a9de519.js} |  2 +-
 assets/js/{4.8d9a4116.js => 4.fe24405d.js} |  2 +-
 assets/js/{8.02d7cd89.js => 8.3adbc0c8.js} |  2 +-
 assets/js/{9.f5c7c9b9.js => 9.4c1acc3b.js} |  2 +-
 assets/js/{app.62e94a4b.js => app.8c8caa80.js} |  4 +-
 blog/2018-05-24-skywalking-net.html|  4 +-
 blog/2018-12-12-skywalking-service-mesh-ready.html |  4 +-
 blog/index.html|  4 +-
 downloads/index.html   |  4 +-
 events/index.html  |  4 +-
 index.html |  4 +-
 team/index.html|  4 +-
 zh/blog/2018-05-24-skywalking-net.html |  4 +-
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |  4 +-
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |  4 +-
 .../2018-12-21-SkyWalking-source-code-read.html|  4 +-
 ...2019-01-12-skywalking-elasticsearch-basic.html} | 51 +++---
 zh/blog/index.html |  6 +--
 zh/doc/index.html  |  4 +-
 zh/downloads/index.html|  4 +-
 zh/events/index.html   |  4 +-
 zh/index.html  |  4 +-
 zh/team/index.html |  4 +-
 38 files changed, 101 insertions(+), 63 deletions(-)
 rename assets/js/{10.8f3a8cfe.js => 10.d03e5a33.js} (98%)
 rename assets/js/{11.3176a1ef.js => 11.7aa46778.js} (98%)
 rename assets/js/{12.7501a15f.js => 12.d03e5368.js} (65%)
 rename assets/js/{13.5856fe60.js => 13.c45a8343.js} (99%)
 rename assets/js/{14.dba34de2.js => 14.ed803fb5.js} (99%)
 create mode 100644 assets/js/15.b7355f5b.js
 rename assets/js/{15.976c8b0a.js => 16.e42c27e1.js} (65%)
 rename assets/js/{16.cfc58b35.js => 17.54656fd8.js} (75%)
 rename assets/js/{17.ead73adc.js => 18.c286b9cf.js} (99%)
 rename assets/js/{18.adafee3c.js => 19.d0c74f55.js} (97%)
 rename assets/js/{2.1a3782f8.js => 2.130871b1.js} (99%)
 rename assets/js/{19.ba6e3e2e.js => 20.417ad2ff.js} (98%)
 delete mode 100644 assets/js/20.5aa17b2b.js
 create mode 100644 assets/js/21.70aa2c77.js
 rename assets/js/{3.79fc37dd.js => 3.6a9de519.js} (99%)
 rename assets/js/{4.8d9a4116.js => 4.fe24405d.js} (84%)
 rename assets/js/{8.02d7cd89.js => 8.3adbc0c8.js} (65%)
 rename assets/js/{9.f5c7c9b9.js => 9.4c1acc3b.js} (99%)
 rename assets/js/{app.62e94a4b.js => app.8c8caa80.js} (82%)
 copy zh/{doc/index.html => 
blog/2019-01-12-skywalking-elasticsearch-basic.html} (67%)



[incubator-skywalking-website] branch master updated: Update README.md (#21)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new ec7aec2  Update README.md (#21)
ec7aec2 is described below

commit ec7aec2e675d6787b0037b5eabcf4e6b04793d5b
Author: Jonathan 
AuthorDate: Wed Jan 2 13:44:36 2019 +0800

Update README.md (#21)

修改日期错误问题
---
 docs/zh/blog/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/blog/README.md b/docs/zh/blog/README.md
index 8341594..d74f9ff 100755
--- a/docs/zh/blog/README.md
+++ b/docs/zh/blog/README.md
@@ -4,7 +4,7 @@ layout: LayoutBlog
 blog: 
 
 - title: 关于elasticsearch因basic认证导致skywalking无法正常调用接口问题
-  name: 2019-01-12-skywalking-elasticsearch-basic.md
+  name: 2019-01-02-skywalking-elasticsearch-basic.md
   time: 刘离勇
   short: elasticsearch basic验证
   



[incubator-skywalking-website] branch asf-site updated (83cf2aa -> 85bfe4b)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 83cf2aa  Update asf-site
 new 85bfe4b  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (83cf2aa)
\
 N -- N -- N   refs/heads/asf-site (85bfe4b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/{app.8c8caa80.js => app.4aed623b.js}   | 2 +-
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-12-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/index.html   | 6 +++---
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 20 files changed, 41 insertions(+), 41 deletions(-)
 rename assets/js/{app.8c8caa80.js => app.4aed623b.js} (87%)



[incubator-skywalking-website] branch master updated: Update README.md

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
 new 3e70cd6  Update README.md
3e70cd6 is described below

commit 3e70cd684e0c236b9f3c108a1ebb15db60ed4fa7
Author: Jared Tan 
AuthorDate: Wed Jan 2 13:49:22 2019 +0800

Update README.md
---
 docs/zh/blog/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/blog/README.md b/docs/zh/blog/README.md
index d74f9ff..1072e7c 100755
--- a/docs/zh/blog/README.md
+++ b/docs/zh/blog/README.md
@@ -4,7 +4,7 @@ layout: LayoutBlog
 blog: 
 
 - title: 关于elasticsearch因basic认证导致skywalking无法正常调用接口问题
-  name: 2019-01-02-skywalking-elasticsearch-basic.md
+  name: 2019-01-02-skywalking-elasticsearch-basic
   time: 刘离勇
   short: elasticsearch basic验证
   



[incubator-skywalking-website] branch asf-site updated (85bfe4b -> b38c65a)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 85bfe4b  Update asf-site
 new b38c65a  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (85bfe4b)
\
 N -- N -- N   refs/heads/asf-site (b38c65a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 4 ++--
 assets/js/{app.4aed623b.js => app.f9ce7796.js}   | 2 +-
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-12-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/index.html   | 6 +++---
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 20 files changed, 40 insertions(+), 40 deletions(-)
 rename assets/js/{app.4aed623b.js => app.f9ce7796.js} (92%)



[incubator-skywalking-website] branch asf-site updated (b38c65a -> f6708e9)

2019-01-01 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard b38c65a  Update asf-site
 new f6708e9  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b38c65a)
\
 N -- N -- N   refs/heads/asf-site (f6708e9)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html  | 6 +++---
 assets/js/{15.b7355f5b.js => 15.dfe4f968.js}  | 2 +-
 assets/js/{app.f9ce7796.js => app.abff5238.js}| 4 ++--
 blog/2018-05-24-skywalking-net.html   | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html| 4 ++--
 blog/index.html   | 4 ++--
 downloads/index.html  | 4 ++--
 events/index.html | 4 ++--
 index.html| 4 ++--
 team/index.html   | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html| 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html   | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html   | 4 ++--
 ...-basic.html => 2019-01-02-skywalking-elasticsearch-basic.html} | 8 
 zh/blog/index.html| 4 ++--
 zh/doc/index.html | 4 ++--
 zh/downloads/index.html   | 4 ++--
 zh/events/index.html  | 4 ++--
 zh/index.html | 4 ++--
 zh/team/index.html| 4 ++--
 21 files changed, 44 insertions(+), 44 deletions(-)
 rename assets/js/{15.b7355f5b.js => 15.dfe4f968.js} (97%)
 rename assets/js/{app.f9ce7796.js => app.abff5238.js} (87%)
 rename zh/blog/{2019-01-12-skywalking-elasticsearch-basic.html => 
2019-01-02-skywalking-elasticsearch-basic.html} (98%)



[incubator-skywalking-website] branch asf-site updated (f6708e9 -> a088dab)

2019-01-02 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard f6708e9  Update asf-site
 new a088dab  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f6708e9)
\
 N -- N -- N   refs/heads/asf-site (a088dab)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |   6 +++---
 assets/img/database-long-duration.6ace1dec.png | Bin 0 -> 76476 bytes
 assets/img/deep-trace-1.f4f0ae36.png   | Bin 0 -> 170815 bytes
 assets/img/demo-spring.2b408214.png| Bin 0 -> 58442 bytes
 assets/img/span-error-2.73f6001a.png   | Bin 0 -> 201100 bytes
 assets/img/span-error.09c87780.png | Bin 0 -> 172186 bytes
 assets/img/too-many-child.94932e1f.png | Bin 0 -> 214335 bytes
 assets/img/top5-not-clear.581b4b7c.png | Bin 0 -> 120731 bytes
 assets/img/top5-span.2f5d6b17.png  | Bin 0 -> 212780 bytes
 assets/js/10.4c5205d2.js   |   1 +
 assets/js/{10.d03e5a33.js => 11.45433d53.js}   |   2 +-
 assets/js/{11.7aa46778.js => 12.1619acc9.js}   |   2 +-
 assets/js/{12.d03e5368.js => 13.01d6e465.js}   |   2 +-
 assets/js/{13.c45a8343.js => 14.8eecb2f4.js}   |   2 +-
 assets/js/{14.ed803fb5.js => 15.28a1db75.js}   |   2 +-
 assets/js/{15.dfe4f968.js => 16.05f6804f.js}   |   2 +-
 assets/js/{16.e42c27e1.js => 17.26383ecb.js}   |   2 +-
 assets/js/{17.54656fd8.js => 18.2be42aaf.js}   |   2 +-
 assets/js/{18.c286b9cf.js => 19.8df566e6.js}   |   2 +-
 assets/js/{2.130871b1.js => 2.259b71fe.js} |   2 +-
 assets/js/{19.d0c74f55.js => 20.767407f4.js}   |   2 +-
 assets/js/21.70aa2c77.js   |   1 -
 assets/js/{20.417ad2ff.js => 21.972dca38.js}   |   2 +-
 assets/js/22.413d5b4f.js   |   1 +
 assets/js/3.a7ecc0cb.js|   1 +
 assets/js/{3.6a9de519.js => 4.95d22ef5.js} |   2 +-
 assets/js/{4.fe24405d.js => 5.620866c1.js} |   2 +-
 assets/js/{5.60d5aeca.js => 6.7fc0e17e.js} |   2 +-
 assets/js/{6.ba6b94b5.js => 7.f64e740e.js} |   2 +-
 assets/js/{7.d5373754.js => 8.618f4fdc.js} |   2 +-
 assets/js/{8.3adbc0c8.js => 9.29be5e1f.js} |   2 +-
 assets/js/9.4c1acc3b.js|   1 -
 assets/js/{app.abff5238.js => app.13f64740.js} |   6 +++---
 blog/2018-05-24-skywalking-net.html|   4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html |   4 ++--
 ...lking-net.html => 2019-01-01-Understand-Trace.html} |  16 +---
 blog/index.html|   6 +++---
 downloads/index.html   |   4 ++--
 events/index.html  |   4 ++--
 index.html |   4 ++--
 .../database-long-duration.png | Bin 0 -> 76476 bytes
 .../blog/2018-01-01-understand-trace/deep-trace-1.png  | Bin 0 -> 170815 bytes
 static/blog/2018-01-01-understand-trace/deep-trace.png | Bin 0 -> 166335 bytes
 .../blog/2018-01-01-understand-trace/demo-spring.png   | Bin 0 -> 58442 bytes
 .../blog/2018-01-01-understand-trace/span-error-2.png  | Bin 0 -> 201100 bytes
 static/blog/2018-01-01-understand-trace/span-error.png | Bin 0 -> 172186 bytes
 .../2018-01-01-understand-trace/too-many-child.png | Bin 0 -> 214335 bytes
 .../2018-01-01-understand-trace/top5-not-clear.png | Bin 0 -> 120731 bytes
 static/blog/2018-01-01-understand-trace/top5-span.png  | Bin 0 -> 212780 bytes
 team/index.html|   4 ++--
 zh/blog/2018-05-24-skywalking-net.html |   4 ++--
 .../2018-12-18-Apache-Sk

[incubator-skywalking-website] branch asf-site updated (a088dab -> 45b1b4d)

2019-01-02 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard a088dab  Update asf-site
 new 45b1b4d  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a088dab)
\
 N -- N -- N   refs/heads/asf-site (45b1b4d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/{app.13f64740.js => app.4da614bd.js}   | 2 +-
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/2019-01-01-Understand-Trace.html| 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 21 files changed, 42 insertions(+), 42 deletions(-)
 rename assets/js/{app.13f64740.js => app.4da614bd.js} (87%)



[incubator-skywalking-website] branch asf-site updated (45b1b4d -> 6bb996f)

2019-01-02 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 45b1b4d  Update asf-site
 new 6bb996f  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (45b1b4d)
\
 N -- N -- N   refs/heads/asf-site (6bb996f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 4 ++--
 assets/js/{app.4da614bd.js => app.332ee120.js}   | 2 +-
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/2019-01-01-Understand-Trace.html| 4 ++--
 blog/index.html  | 6 +++---
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 4 ++--
 21 files changed, 42 insertions(+), 42 deletions(-)
 rename assets/js/{app.4da614bd.js => app.332ee120.js} (87%)



[incubator-skywalking-website] branch asf-site updated (6bb996f -> 2531868)

2019-01-02 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 6bb996f  Update asf-site
 new 2531868  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6bb996f)
\
 N -- N -- N   refs/heads/asf-site (2531868)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |  6 ++---
 assets/js/{13.01d6e465.js => 10.6c55e42a.js}   |  2 +-
 assets/js/{10.4c5205d2.js => 11.8896ea17.js}   |  2 +-
 assets/js/{11.45433d53.js => 12.85ab9fdd.js}   |  2 +-
 assets/js/{12.1619acc9.js => 13.7293d50c.js}   |  2 +-
 assets/js/{17.26383ecb.js => 14.bab00d4c.js}   |  2 +-
 assets/js/{14.8eecb2f4.js => 15.684e4c25.js}   |  2 +-
 assets/js/{15.28a1db75.js => 16.23f39e31.js}   |  2 +-
 assets/js/{16.05f6804f.js => 17.ca1bd04a.js}   |  2 +-
 assets/js/{13.01d6e465.js => 18.ec909708.js}   |  2 +-
 assets/js/{18.2be42aaf.js => 19.3978e279.js}   |  2 +-
 assets/js/{2.259b71fe.js => 2.855b8310.js} |  2 +-
 assets/js/{19.8df566e6.js => 20.0c5bf9e4.js}   |  2 +-
 assets/js/{20.767407f4.js => 21.e7b59e49.js}   |  2 +-
 assets/js/{21.972dca38.js => 22.315d7337.js}   |  2 +-
 assets/js/22.413d5b4f.js   |  1 -
 assets/js/23.7b4790d4.js   |  1 +
 assets/js/{3.a7ecc0cb.js => 3.4239c063.js} |  2 +-
 assets/js/4.c3d278ea.js|  1 +
 assets/js/{4.95d22ef5.js => 5.58bbcf23.js} |  2 +-
 assets/js/5.620866c1.js|  1 -
 assets/js/6.0c3c924b.js|  1 +
 assets/js/{6.7fc0e17e.js => 7.7b61de16.js} |  2 +-
 assets/js/{7.f64e740e.js => 8.bd531308.js} |  2 +-
 assets/js/9.29be5e1f.js|  1 -
 assets/js/{8.618f4fdc.js => 9.f237f961.js} |  2 +-
 assets/js/{app.332ee120.js => app.d8fa0558.js} |  4 +--
 blog/2018-05-24-skywalking-net.html|  4 +--
 blog/2018-12-12-skywalking-service-mesh-ready.html |  4 +--
 blog/2019-01-01-Understand-Trace.html  |  4 +--
 blog/index.html|  4 +--
 downloads/index.html   |  4 +--
 events/index.html  |  4 +--
 index.html |  4 +--
 team/index.html|  4 +--
 zh/blog/2018-05-24-skywalking-net.html |  4 +--
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |  4 +--
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |  4 +--
 .../2018-12-21-SkyWalking-source-code-read.html|  4 +--
 ...l => 2019-01-02-Understand-trace-trans2cn.html} | 30 ++
 .../2019-01-02-skywalking-elasticsearch-basic.html |  4 +--
 zh/blog/index.html |  6 ++---
 zh/doc/index.html  |  4 +--
 zh/downloads/index.html|  4 +--
 zh/events/index.html   |  4 +--
 zh/index.html  |  4 +--
 zh/team/index.html |  4 +--
 47 files changed, 80 insertions(+), 82 deletions(-)
 copy assets/js/{13.01d6e465.js => 10.6c55e42a.js} (65%)
 rename assets/js/{10.4c5205d2.js => 11.8896ea17.js} (99%)
 rename assets/js/{11.45433d53.js => 12.85ab9fdd.js} (98%)
 rename assets/js/{12.1619acc9.js => 13.7293d50c.js} (98%)
 rename assets/js/{17.26383ecb.js => 14.bab00d4c.js} (65%)
 rename assets/js/{14.8eecb2f4.js => 15.684e4c25.js} (99%)
 rename assets/js/{15.28a1db75.js => 16.23f39e31.js} (99%)
 rename assets/js/{16.05f6804f.js => 17.ca1bd04a.js} (97%)
 rename assets/js/{13.01d6e465.js => 18.ec909708.js} (65%)
 rename assets/js/{18.2be42aaf.js => 19.3978e279.js} (75%)
 rename assets/js/{2.259b71fe.js => 2.855b8310.js} (99%)
 rename assets/js/{19.8df566e6.js => 20.0c5bf9e4.js} (99%)
 rename assets/js/{20.7

[incubator-skywalking-website] branch asf-site updated (2531868 -> e4969ee)

2019-01-03 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 2531868  Update asf-site
 new e4969ee  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2531868)
\
 N -- N -- N   refs/heads/asf-site (e4969ee)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html   |  6 +-
 assets/js/{10.6c55e42a.js => 10.a900052a.js}   |  2 +-
 assets/js/{11.8896ea17.js => 11.bebf7b93.js}   |  2 +-
 assets/js/{12.85ab9fdd.js => 12.e15db451.js}   |  2 +-
 assets/js/{13.7293d50c.js => 13.3caea8cc.js}   |  2 +-
 assets/js/{14.bab00d4c.js => 14.17b38520.js}   |  2 +-
 assets/js/{15.684e4c25.js => 15.14806ac2.js}   |  2 +-
 assets/js/{16.23f39e31.js => 16.0adc453f.js}   |  2 +-
 assets/js/{17.ca1bd04a.js => 17.222897d1.js}   |  2 +-
 assets/js/18.b2e461a8.js   |  1 +
 assets/js/{18.ec909708.js => 19.a7c0d5b1.js}   |  2 +-
 assets/js/{2.855b8310.js => 2.ac8a5287.js} |  2 +-
 assets/js/{19.3978e279.js => 20.a8cf05cf.js}   |  2 +-
 assets/js/{20.0c5bf9e4.js => 21.05554af2.js}   |  2 +-
 assets/js/{21.e7b59e49.js => 22.3f9f1e33.js}   |  2 +-
 assets/js/{22.315d7337.js => 23.6056557d.js}   |  2 +-
 assets/js/23.7b4790d4.js   |  1 -
 assets/js/24.d028253a.js   |  1 +
 assets/js/{3.4239c063.js => 3.fd65f08b.js} |  2 +-
 assets/js/{4.c3d278ea.js => 4.44d66377.js} |  2 +-
 assets/js/{5.58bbcf23.js => 5.41da3216.js} |  2 +-
 assets/js/{7.7b61de16.js => 7.9fc30826.js} |  2 +-
 assets/js/{8.bd531308.js => 8.461e9530.js} |  2 +-
 assets/js/{9.f237f961.js => 9.ff6095a0.js} |  2 +-
 assets/js/{app.d8fa0558.js => app.953cfe83.js} |  6 +-
 blog/2018-05-24-skywalking-net.html|  4 +-
 blog/2018-12-12-skywalking-service-mesh-ready.html |  4 +-
 blog/2019-01-01-Understand-Trace.html  |  4 +-
 blog/index.html|  4 +-
 downloads/index.html   |  4 +-
 events/index.html  |  4 +-
 index.html |  4 +-
 team/index.html|  4 +-
 zh/blog/2018-05-24-skywalking-net.html |  4 +-
 ...2018-12-18-Apache-SkyWalking-5-0-UserGuide.html |  4 +-
 ...018-12-21-SkyWalking-apm-sniffer-beginning.html |  4 +-
 .../2018-12-21-SkyWalking-source-code-read.html|  4 +-
 zh/blog/2019-01-02-Understand-trace-trans2cn.html  |  4 +-
 .../2019-01-02-skywalking-elasticsearch-basic.html |  4 +-
 zh/blog/2019-01-03-monitor-microservice.html   | 71 ++
 zh/blog/index.html |  6 +-
 zh/doc/index.html  |  4 +-
 zh/downloads/index.html|  4 +-
 zh/events/index.html   |  4 +-
 zh/index.html  |  4 +-
 zh/team/index.html |  4 +-
 46 files changed, 140 insertions(+), 68 deletions(-)
 rename assets/js/{10.6c55e42a.js => 10.a900052a.js} (65%)
 rename assets/js/{11.8896ea17.js => 11.bebf7b93.js} (99%)
 rename assets/js/{12.85ab9fdd.js => 12.e15db451.js} (98%)
 rename assets/js/{13.7293d50c.js => 13.3caea8cc.js} (98%)
 rename assets/js/{14.bab00d4c.js => 14.17b38520.js} (65%)
 rename assets/js/{15.684e4c25.js => 15.14806ac2.js} (99%)
 rename assets/js/{16.23f39e31.js => 16.0adc453f.js} (99%)
 rename assets/js/{17.ca1bd04a.js => 17.222897d1.js} (97%)
 create mode 100644 assets/js/18.b2e461a8.js
 rename assets/js/{18.ec909708.js => 19.a7c0d5b1.js} (65%)
 rename assets/js/{2.855b8310.js => 2.ac8a5287.js} (99%)
 rename assets/js/{19.3978e279.js => 20.a8cf05cf.js} (75%)
 rename assets/js/{20.0c5bf9e4.js => 21.05554af2.js} (99%)
 rename assets/js/{21.e7b59e49.js => 22.3f9f1e33.js} 

[incubator-skywalking-website] branch asf-site updated (e4969ee -> 1654636)

2019-01-06 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard e4969ee  Update asf-site
 new 1654636  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (e4969ee)
\
 N -- N -- N   refs/heads/asf-site (1654636)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/{app.953cfe83.js => app.4c453d65.js}   | 2 +-
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/2019-01-01-Understand-Trace.html| 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html| 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 6 +++---
 zh/team/index.html   | 4 ++--
 23 files changed, 47 insertions(+), 47 deletions(-)
 rename assets/js/{app.953cfe83.js => app.4c453d65.js} (86%)



[incubator-skywalking] branch master updated: update component-libraries.yml in docker config. (#2141)

2019-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
 new 7b8e9ea  update component-libraries.yml in docker config. (#2141)
7b8e9ea is described below

commit 7b8e9ea2b9350e2761c5ef1540447a242eee5958
Author: Jared Tan 
AuthorDate: Thu Jan 10 12:54:48 2019 +0800

update component-libraries.yml in docker config. (#2141)

* remove duplicate config in docker.

* Revert "remove duplicate config in docker."

This reverts commit eb774035

* update content.
---
 docker/config/component-libraries.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/config/component-libraries.yml 
b/docker/config/component-libraries.yml
index dc5dd6c..69529ac 100644
--- a/docker/config/component-libraries.yml
+++ b/docker/config/component-libraries.yml
@@ -131,7 +131,7 @@ mysql-connector-java:
   languages: Java
 ojdbc:
   id: 34
-  languages: Java  
+  languages: Java
 Spymemcached:
   id: 35
   languages: Java
@@ -196,6 +196,7 @@ Gson:
   id: 55
   languages: Java
 
+
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
 AspNetCore:



[incubator-skywalking-website] branch asf-site updated (1654636 -> 956f203)

2019-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 1654636  Update asf-site
 new 956f203  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1654636)
\
 N -- N -- N   refs/heads/asf-site (956f203)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 4 ++--
 assets/js/{13.3caea8cc.js => 13.698e4314.js} | 2 +-
 assets/js/{23.6056557d.js => 23.2cc47a22.js} | 2 +-
 assets/js/{app.4c453d65.js => app.dcd95cee.js}   | 4 ++--
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/2019-01-01-Understand-Trace.html| 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 4 ++--
 index.html   | 4 ++--
 team/index.html  | 6 +++---
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html| 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 4 ++--
 zh/index.html| 4 ++--
 zh/team/index.html   | 6 +++---
 25 files changed, 50 insertions(+), 50 deletions(-)
 rename assets/js/{13.3caea8cc.js => 13.698e4314.js} (91%)
 rename assets/js/{23.6056557d.js => 23.2cc47a22.js} (91%)
 rename assets/js/{app.4c453d65.js => app.dcd95cee.js} (97%)



[incubator-skywalking-website] branch asf-site updated (956f203 -> 377ed92)

2019-01-09 Thread tanjian
This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a change to branch asf-site
in repository 
https://gitbox.apache.org/repos/asf/incubator-skywalking-website.git.


 discard 956f203  Update asf-site
 new 377ed92  Update asf-site

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (956f203)
\
 N -- N -- N   refs/heads/asf-site (377ed92)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 404.html | 6 +++---
 assets/js/12.1b944697.js | 1 +
 assets/js/12.e15db451.js | 1 -
 assets/js/22.0236dfad.js | 1 +
 assets/js/22.3f9f1e33.js | 1 -
 assets/js/{app.dcd95cee.js => app.30610a58.js}   | 6 +++---
 blog/2018-05-24-skywalking-net.html  | 4 ++--
 blog/2018-12-12-skywalking-service-mesh-ready.html   | 4 ++--
 blog/2019-01-01-Understand-Trace.html| 4 ++--
 blog/index.html  | 4 ++--
 downloads/index.html | 4 ++--
 events/index.html| 8 +---
 index.html   | 6 +++---
 team/index.html  | 4 ++--
 zh/blog/2018-05-24-skywalking-net.html   | 4 ++--
 zh/blog/2018-12-18-Apache-SkyWalking-5-0-UserGuide.html  | 4 ++--
 zh/blog/2018-12-21-SkyWalking-apm-sniffer-beginning.html | 4 ++--
 zh/blog/2018-12-21-SkyWalking-source-code-read.html  | 4 ++--
 zh/blog/2019-01-02-Understand-trace-trans2cn.html| 4 ++--
 zh/blog/2019-01-02-skywalking-elasticsearch-basic.html   | 4 ++--
 zh/blog/2019-01-03-monitor-microservice.html | 4 ++--
 zh/blog/index.html   | 4 ++--
 zh/doc/index.html| 4 ++--
 zh/downloads/index.html  | 4 ++--
 zh/events/index.html | 7 ---
 zh/index.html| 6 +++---
 zh/team/index.html   | 4 ++--
 27 files changed, 57 insertions(+), 54 deletions(-)
 create mode 100644 assets/js/12.1b944697.js
 delete mode 100644 assets/js/12.e15db451.js
 create mode 100644 assets/js/22.0236dfad.js
 delete mode 100644 assets/js/22.3f9f1e33.js
 rename assets/js/{app.dcd95cee.js => app.30610a58.js} (83%)



<    1   2   3   4   5   6   7   8   9   >