You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/16 09:24:32 UTC

[incubator-skywalking] branch collector/namespace updated: Revert default changes.

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

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


The following commit(s) were added to refs/heads/collector/namespace by this push:
     new 8b8f1d6  Revert default changes.
8b8f1d6 is described below

commit 8b8f1d68193129190c5810ae749c33a007c07d22
Author: wu-sheng <wu...@foxmail.com>
AuthorDate: Fri Mar 16 17:23:58 2018 +0800

    Revert default changes.
---
 .../apm-collector-boot/src/main/resources/application.yml        | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/apm-collector/apm-collector-boot/src/main/resources/application.yml b/apm-collector/apm-collector-boot/src/main/resources/application.yml
index 1eca3f3..aa38e37 100644
--- a/apm-collector/apm-collector-boot/src/main/resources/application.yml
+++ b/apm-collector/apm-collector-boot/src/main/resources/application.yml
@@ -1,7 +1,7 @@
-cluster:
-  zookeeper:
-    hostPort: localhost:2181
-    sessionTimeout: 100000
+#cluster:
+#  zookeeper:
+#    hostPort: localhost:2181
+#    sessionTimeout: 100000
 naming:
   jetty:
     host: localhost
@@ -48,7 +48,6 @@ storage:
 #    user_name: sa
 configuration:
   default:
-    namespace: user1
     application_apdex_threshold: 2000
     service_error_rate_threshold: 10.00
     service_average_response_time_threshold: 2000

-- 
To stop receiving notification emails like this one, please contact
wusheng@apache.org.