DX Application Performance Management

  • 1.  Pbd doesn't show metrics

    Posted Dec 29, 2017 03:14 PM

    Hi,

    I'm trying get metric with a pbd in my local enviroment, but they don't appears.

    I have a 10.5.1.18, a Tomcat Agent v 10.5.1 and I'm trying it on example Math app. I defined IMP.pbd with the follow:

     

     

    SetFlag: ClasesIMP

    IdentifyClassAs: com.client.* ClasesIMP

    TraceAllMethodsIfFlagged: ClasesIMP BlamePointTracer "Clases|{packagename}|{classname}|{method}"

    TurnOn: ClasesIMP

     

    I've referred it in IntroscopeAgent.profile like this:

     

    introscope.autoprobe.directivesFile=tomcat-typical-legacy.pbl,hotdeploy, IMP.pbd

     

    I restarted app and AutoProbe.log show this:

    "......

    Using directives list file /home/osvaldo/CA/Agentes/AgenteTomcat/wily/core/config/IMP.pbd
    Starting file dump for /home/osvaldo/CA/Agentes/AgenteTomcat/wily/core/config/IMP.pbd
    > SetFlag: ClasesIMP
    >
    > IdentifyClassAs: com.client.* ClasesIMP
    >
    > TraceAllMethodsIfFlagged: ClasesIMP BlamePointTracer "Clases|{packagename}|{classname}|{method}"
    >
    > TurnOn: ClasesIMP
    >
    >
    >
    Finished file dump for /home/osvaldo/CA/Agentes/AgenteTomcat/wily/core/config/IMP.pbd

    ........

    "

    So I guess pbd is fine. I used the app in order to show metrics but they don't appears in investigator, and I don't know why....

     

    Could help me with this?

     

    Thanks.-



  • 2.  Re: Pbd doesn't show metrics
    Best Answer

    Broadcom Employee
    Posted Dec 29, 2017 03:20 PM

    In order to use wildcards, use IdentifyMatchingClassesAs



  • 3.  Re: Pbd doesn't show metrics

    Posted Dec 29, 2017 03:27 PM

    Thanks Hiko, you're right !

     

    Happy new year!



  • 4.  Re: Pbd doesn't show metrics

    Broadcom Employee
    Posted Dec 29, 2017 03:28 PM

    Just for future reference: Custom Instrumentation with CA APM