09 Mar 2023 01:31 PM - last edited on 17 May 2023 02:02 PM 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.
09 Mar 2023 06:18 PM
@david_lopesFYI
09 Mar 2023 10:27 PM
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
10 Mar 2023 03:36 AM
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.