Merge branch 'master' into develop

This commit is contained in:
liyuntao 2017-11-20 14:09:17 +08:00 committed by GitHub
commit 1b2c8f75a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
# Examples
# Single collectorSERVERS="127.0.0.1:8080"
# Collector clusterSERVERS="10.2.45.126:8080,10.2.45.127:7600"
collector.servers=127.0.0.1:10800
collector.servers=127.0.0.1:12800
# Logging level
logging.level=DEBUG