cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Mulesoft CloudHub extension unable to capture data of application deployed via code commit CICD pipeline

PrasadRampure
Newcomer

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

3 REPLIES 3

DanielS
DynaMight Guru
DynaMight Guru

@david_lopesFYI

The true delight is in the finding out rather than in the knowing.

david_lopes
Dynatrace Mentor
Dynatrace Mentor

Hello,

 

The way an application is deployed should have no effect on the extension.
Make sure these CICD applications:

  1. Are not Cloudhub V2 applications, these are not yet supported
  2. 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

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.

Featured Posts