We are trying to have names in CA APM to include spaces, i.e. “ABC SessionService”. We’ve been having issues getting this to work in .Net and Spring Boot applications in OpenShift.
There is an application property to do so:
However, specifying it as an environmental variable onOpenShift is notworking:
introscope_agent_application_name=Application 1
Not possible to do so
Release : 10.7.0
Component : APM Agents
Engineering believes it is not possible to work with JVM arguments value with spaces. Try adding "introscope.agent.application.name" property update in run-ca-apm-agent.sh shell script. something under section "# update IntroscopeAgent.profile with env var config values".
The idea here is to update IntroscopeAgent.profile file before passing to JVM.