Unverified Commit 4152fa2c authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Merge branch 'master' into feature/support-start-script

parents 461672c9 33755f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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