Change the URL that fetch grpc address

This commit is contained in:
ascrutae 2017-09-04 22:39:25 +08:00
parent af690c18ed
commit f96338d977
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 {