Merge pull request #394 from ascrutae/zhangxin/fix/debuging-issue

Change the URL that fetch grpc address
This commit is contained in:
吴晟 Wu Sheng 2017-09-04 22:55:16 +08:00 committed by GitHub
commit e280f7ce85
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class Config {
/**
* Collector service discovery REST service name
*/
public static String DISCOVERY_SERVICE_NAME = "/grpc/addresses";
public static String DISCOVERY_SERVICE_NAME = "/agentstream/grpc";
}
public static class Jvm {