File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apm-agent-core/src/main/java/org/skywalking/apm/agent/core/conf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public static class Collector {
76
76
/**
77
77
* Collector service discovery REST service name
78
78
*/
79
- public static String DISCOVERY_SERVICE_NAME = "/agentstream/grpc " ;
79
+ public static String DISCOVERY_SERVICE_NAME = "/agent/gRPC " ;
80
80
}
81
81
82
82
public static class Jvm {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
17
17
# Examples:
18
18
# Single collector:SERVERS="127.0.0.1:8080"
19
19
# 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
21
21
22
22
# Logging level
23
23
logging.level=DEBUG
You can’t perform that action at this time.
0 commit comments