Skip to content

Commit 8c2758b

Browse files
committed
Merge branch 'develop' of https://github.com/lytscu/skywalking into develop
y
2 parents 242ce80 + 1b2c8f7 commit 8c2758b

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)