docker .NET app monitoring
search cancel

docker .NET app monitoring

book

Article ID: 388977

calendar_today

Updated On: 03-07-2025

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Wants to monitoring .NET app running in docker container. 

Environment

DX SAAS

Resolution

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