09 Mar 2023
05:31 AM
- last edited on
09 Mar 2023
11:29 PM
by
MaciejNeumann
Hi,
I have integrated cloudhub with dynatrace via cloudhub extension. The extension is working fine for all the applications deplyed manually to cloudhub. But, dynatrace is not capturing data for application deployed via codecommit 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, Plz 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.