DX Application Performance Management

  • 1.  Monitoring application on Openshift

    Posted Jun 27, 2018 06:25 AM

    Hello,

     

    here in my company we are currently working on Openshift and with the monitoring departement we manage to install the Openshift Agent as folllow:

     

    Install and Configure OpenShift Monitoring - CA Application Performance Management - 10.7 - CA Technologies Documentatio… 

     

    We are now seeing all the Infrastructure Layer from Openshift [Container/Project/Pod/ecc..] in the Team Center; it's now time to manage the monitoring of an application on Tomcat As on Openshift:

     

    -what kind of agent shoud we use [standard Java Agent?]?

     

    -where should we deploy the agent in order to get Application Layer Metric [in the Container-in the Pod-somewhere else]?

     

    Thank you for your time,

     

    have a nice day

     

    Yann



  • 2.  Re: Monitoring application on Openshift
    Best Answer

    Posted Jun 27, 2018 07:41 AM

    You should use the Tomcat agent.

     

    The agent must be in the running JVM since it's byte code instrumentation, so you have to add it to your Tomcat inside your Docker container.

     

    The agent does not know if the JVM is in a container or not, all it needs is to access the Enterprise Manager.



  • 3.  Re: Monitoring application on Openshift

    Posted Jun 27, 2018 08:34 AM

    Thank you, much appreciated your answer;

     

    Good bye!