DX Application Performance Management

  • 1.  Page_load and Eventhandler methods

    Posted Jan 16, 2018 10:03 PM

    Hi,

     

    Can we monitor page_load method and custom eventhandler methods using blamepoint tracer? The application is .NET app running on IIS.

     

    Geethu



  • 2.  Re: Page_load and Eventhandler methods

    Broadcom Employee
    Posted Jan 17, 2018 08:10 AM

    Can those in the Community especially Geethu's fellow admins and partners provide any guidance on this query? Thanks in advance.

     

    Also cross-posted in APM Development



  • 3.  Re: Page_load and Eventhandler methods
    Best Answer

    Broadcom Employee
    Posted Jan 17, 2018 05:00 PM

    Have you tried writing custom instrumentation for these methods. For example:

    Work with ProbeBuilder Directives - CA Application Performance Management - 10.5 - CA Technologies Documentation 

    The example provided shows syntax on how to instrument a specific method with a Blamepoint tracer:

    TraceOneMethodOfClass: petshop.catalog.Catalog search BlamePointTracer "MSPetShop|Catalog|search".

     

    You can then add your custom instrumentation using these steps:

    Customize .NET Instrumentation - CA Application Performance Management - 10.5 - CA Technologies Documentation