Liu-XinYuan commented on a change in pull request #1929: Agent metadata clear 
to trigger re-register action for avoid restart agent when backend server 
metadata was mistakenly deleted
URL: 
https://github.com/apache/incubator-skywalking/pull/1929#discussion_r239356514
 
 

 ##########
 File path: 
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Config.java
 ##########
 @@ -71,6 +71,21 @@
          */
         public static boolean IS_OPEN_DEBUGGING_CLASS = false;
 
+        /**
+         * Specify register.status dir ,This is an option, the default is 
AGENT_HOME/option/reset.status.
+         */
+        public static String REGISTER_STATUS_DIR = "skywalking-agent/option";
+
+        /**
+         * Specify instance_uuid to ensure that the whole show is unique, for 
example: applicationName_ip_12
+         */
+        public static String INSTANCE_UUID = "";
 
 Review comment:
   this INSTANCE_UUID has be used

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to