- Mark as New
- Subscribe to RSS Feed
- Permalink
‎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.
- Labels:
-
apps
-
extensions
-
mulesoft
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎09 Mar 2023 06:18 PM
@david_lopesFYI
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎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:
- Are not Cloudhub V2 applications, these are not yet supported
- Have monitoring enabled, check here: https://docs.mulesoft.com/monitoring/configure-monitoring-cloudhub#enable-monitoring-in-cloudhub-set...s
It is possible that applications manually deployed have anypoint.platform.config.analytics.agent.enabled=true
set by default, and the CICD applications don't
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎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.
