Configuration Options for Smart Agent Tags
To enable reporting of all smart agent tags set in environmental variables:
- Edit the
<machine_agent_home>/extensions/ServerMonitoring/conf/ServerMonitoring.ymlfile. - Under the smartAgentTagsConfig: section, set enabled: "true".
//ServerMonitoring.yml
smartAgentTagsConfig:
# enabled indicate whether the machine agent should report the Smart agent tags
# If enabled it reports all the smart agent variables set in environment variables (starting with APPDYNAMICS_ENTITY_TAG_ prefix)
enabled: true