Configuration Options and Precedence
The order of the list matches the priority of the settings. The agent applies the first non-empty value for a configuration property it encounters, given the following order.
- Environment variables. See Use Environment Variables for Java Agent Settings.
- System properties passed in the start command for the JVM.
- Versioned agent properties:
<agent_home>/<version_number>/conf/agent.properties. - Global agent properties:
<agent_home>/conf/agent.properties. - Versioned configuration file:
<agent_home>/<version_number>/conf/controller-info.xml - Global configuration file:
<agent_home>/conf/controller-info.xml