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/06/26 16:09:53 UTC

[incubator-skywalking] branch master updated: Fix #1390 mistake of NIWSServerListClassName (#1392)

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

wusheng 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 edef35c  Fix #1390 mistake of NIWSServerListClassName (#1392)
edef35c is described below

commit edef35c3294a48fab3eb410d4004762af6c4ffce
Author: Gao Hongtao <ha...@gmail.com>
AuthorDate: Wed Jun 27 00:09:49 2018 +0800

    Fix #1390 mistake of NIWSServerListClassName (#1392)
---
 apm-webapp/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm-webapp/src/main/resources/application.yml b/apm-webapp/src/main/resources/application.yml
index 69e5c96..c7aa9f4 100644
--- a/apm-webapp/src/main/resources/application.yml
+++ b/apm-webapp/src/main/resources/application.yml
@@ -27,7 +27,7 @@ collector:
   path: /graphql
   ribbon:
     listOfServers: 127.0.0.1:10800
-    NIWSServerListClassName: org.apache.skywalking.apm.webapp.tools.CollectorServerList
+    NIWSServerListClassName: org.apache.skywalking.apm.webapp.proxy.CollectorServerList
 
 security:
   user: