Wants to monitoring .NET app running in docker container.
DX SAAS
Under setup - agent download there is an option for docker monitoring.
Download install.yml and added the following property under environment
- apmenv_autoattach_net_enabled_applications=true
installed the UMA agent with following command:
docker-compose -f install.yml up -d
Add following variable for .NET App docker container,
CA_APM_MONITORING_ENABLED=true
stopped the .NET App docker container
deployed the .NET App docker container