* Specify instance_uuid to ensure that the whole show is unique, for example: applicationName_ip_12
*/
publicstaticStringINSTANCE_UUID="";
/**
* enabled means that the reset function is enabled, and disabled means that the reset function is not enabled. A reset can be triggered by modifying the configuration file only if the reset feature is enabled.
* If the specified agent config path is set, the agent will try to locate the specified agent config. If the
* specified agent config path is not set , the agent will try to locate `agent.config`, which should be in the
* /config dictionary of agent package. <p> Also try to override the config by system.env and system.properties. All
* the keys in these two places should start with {@link #ENV_KEY_PREFIX}. e.g. in env
* `skywalking.agent.application_code=yourAppName` to override `agent.application_code` in config file. <p> At the
* end, `agent.application_code` and `collector.servers` must be not blank.
* If the specified agent config path is set, the agent will try to locate the specified agent config.
* If the specified agent config path is not set , the agent will try to locate `agent.config`, which should be in the /config dictionary of agent package.
* <p>
* Also try to override the config by system.env and system.properties. All the keys in these two places should
* start with {@link #ENV_KEY_PREFIX}. e.g. in env `skywalking.agent.application_code=yourAppName` to override
* `agent.application_code` in config file.
* <p>
* At the end, `agent.application_code` and `collector.servers` must be not blank.