スマートエージェントタグの設定オプション
環境変数に設定されているすべてのスマートエージェントタグのレポートを有効にするには、次の手順を実行します。
<machine_agent_home>/extensions/ServerMonitoring/conf/ServerMonitoring.ymlファイルを編集します。- smartAgentTagsConfig: セクションで、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