DX Application Performance Management

  • 1.  Grafana Usage

    Posted Nov 08, 2018 02:33 PM

    I just started playing with the 10.7 SP2 with Grafana and Tomcat. I have it up and working and I can pull data.

     

    My question is though, is it limited in design to build dashboards for 1 Agent and display multiple metrics for that 1 Agent? When I code this up, it work well and my simple regex can grab a lot of metrics for that 1 Agent.

     

    I was trying to build one that would display multiple agents and 1 metric for all my agents. I cannot seem to get this to load and I know I have the APMSQL correct, with a simple regex to match multiple agents and only the 1 metric.



  • 2.  Re: Grafana Usage

    Broadcom Employee
    Posted Nov 08, 2018 03:39 PM

    Remember the data collection is not instantaneous requires some time before it can be displayed.



  • 3.  Re: Grafana Usage

    Posted Nov 08, 2018 03:50 PM

    I believe the issue is the agent name isn't being used to make it unique, so all the metrics returned have the same name. I'm just trying to confirm I'm not missing something obvious.



  • 4.  Re: Grafana Usage
    Best Answer

    Broadcom Employee
    Posted Nov 08, 2018 04:03 PM

    Hi Keith,

    Not sure if relevant to your symptoms and just in case you were not aware, for Grafana queries the <agent specifier regex> is limited to agent_name and not the usual 'agent_host|agent_process|agent_name'.

    This came out in this recent Community thread: No data points (grafana+apmsql) and I wrote this KB: CA APM Grafana APMSQL queries - CA Knowledge 

     

    Regards,

     

    Lynn



  • 5.  RE: Re: Grafana Usage

    Posted Oct 24, 2019 04:24 PM

    Hi,

    I wanted to deploy grafana with tomcat, can any one help me with detailed steps, please?

    I have the apmsql running on jetty, but when the document says to copy the grafana.jar file to tomcat webapps, should the apmsql still be running on jetty? 

    or we need to point the apmsql to use the "grafana-jetty-app.xml" in tomcat/webapps/ grafana/. Need clarity please.

    Thanks