In API Gateway logs, we can see the below error
cd /opt/SecureSpan/Gateway/node/default/var/logs/ssg_0_0.log
WARNING 4042: Problem routing to http://localhost:9080/apm/metricFeed. Error msg: Unable to obtain HTTP response from http://localhost:9080/apm/metricFeed: Connection to http://localhost:9080 refused. Caused by: Connection refused
WARNING 2520: Error in Send Metrics to APM scheduled task policy execution: Error in Assertion Processing
APM Agent is not running
a) In Agent side:
Open the apmia\core\config\IntroscopeAgent.profile file.
Verify
introscope.epagent.config.networkDataPort=9090 (apm.epagent.tcpport in API Gateway)
introscope.epagent.config.httpServerPort=9080 (apm.epagent.httpport)
refer to the official APM documentation
b) In Gateway side
Here is an example, refer to the official PAPIM documentation.