Integrating AppDynamics Cluster Agent with Crio Containers in OpenShift Environments
We can enable correlation between cluster agent pods/containers and your APM node.
instrumentationRules:
namespaceRegex: abhi-java-apps
language: java
appNameLabel: app
customAgentConfig: "-Dappdynamics.container.id.prefix=crio"
- Once done remove the instrumentation from your application
- The quickest way would be to do kubectl delete and kubectl create again of your application
- Or, you can set
instrumentationMethod: None
in cluster-agent.yaml and do a redeployment.
- Once you see your application deployment without an APPD-related ENV variable add the parameter and do a kubectl apply -f / create -f
- Give it 10mins or so once your application starts reporting to the controller

