未验证 提交 33755f7a 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #605 from ascrutae/fix/naming-service-url-issue

fix the naming service url and port is incorrect issue
......@@ -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 {
......
......@@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
# Examples:
# Single collector:SERVERS="127.0.0.1:8080"
# Collector cluster:SERVERS="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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册