We installed the new App Synthetic Monitor Agent (21.6). It seems like agent installs successfully and starts good, but we observed an issue where agent name is not coming up properly in the APM metric tree. This may impact on the alerts that we have set up on this agent matrices. The name is showing up as following.
<Hostname> -> Infrastructure -> Agent
Normally, the ASM agent shows up as following.
<Hostname> -> ASM -> App Synthetic Monitor Agent
Release : SAAS
Component : APM Agents
It seems like issue is due to missing properties in the bundle.properties file for ASM agent Release 21.6.
Add the following two properties in bundle.properties file should resolve the ASM agent naming issue.
introscope.agent.customProcessName=ASM
introscope.agent.agentName=App Synthetic Monitor Agent