Skip to content

Commit 33755f7

Browse files
authored
Merge pull request apache#605 from ascrutae/fix/naming-service-url-issue
fix the naming service url and port is incorrect issue
2 parents af0b05a + 9a4d4a2 commit 33755f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apm-sniffer/apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static class Collector {
7676
/**
7777
* Collector service discovery REST service name
7878
*/
79-
public static String DISCOVERY_SERVICE_NAME = "/agentstream/grpc";
79+
public static String DISCOVERY_SERVICE_NAME = "/agent/gRPC";
8080
}
8181

8282
public static class Jvm {

apm-sniffer/config/agent.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
1717
# Examples:
1818
# Single collector:SERVERS="127.0.0.1:8080"
1919
# Collector cluster:SERVERS="10.2.45.126:8080,10.2.45.127:7600"
20-
collector.servers=127.0.0.1:10800
20+
collector.servers=127.0.0.1:12800
2121

2222
# Logging level
2323
logging.level=DEBUG

0 commit comments

Comments
 (0)