09 Mar 2023
05:31 AM
- last edited on
17 May 2023
06:02 AM
by
Michal_Gebacki
Hi,
I have integrated Cloudhub with Dynatrace via Cloudhub extension. The extension is working fine for all the applications deployed manually to Cloudhub. But, Dynatrace is not capturing data for application deployed via code commit CICD pipeline.
Dynatrace is able to detect that an application is deployed but is unable to capture the worker details and incoming requests and response time etc.
is it not possible to monitor apps deployed via CICD pipeline or am I missing something, please assist?
Thank you
Solved! Go to Solution.
Hello,
The way an application is deployed should have no effect on the extension.
Make sure these CICD applications:
It is possible that applications manually deployed have anypoint.platform.config.analytics.agent.enabled=true
set by default, and the CICD applications don't
Thank you @david_lopes , anypoint.platform.config.analytics.agent.enabled=true was set to "false" for applications deployed via CICD pipeline, changing to to "true" fixed the issue.