DX Application Performance Management

  • 1.  Trace a method on a class in 1 line

    Broadcom Employee
    Posted Jul 28, 2017 02:32 PM

    make a file in

     

    wily/core/config/hotdeploy/<filename>.pbd

     

    then add the below line (the below example instruments the method "add" on the object "com.unfit.activity.service.ActivityService"

     

     

    TraceOneMethodOfClass: com.unfit.activity.service.ActivityService add BlamePointTracer "Custom|{classname}|{method}"


  • 2.  Re: Trace a method on a class in 1 line

    Broadcom Employee
    Posted Aug 10, 2017 01:35 AM

    To mark the method as a Frontend

     

    TraceOneMethodOfClass: com.unfit.activity.service.ActivityService add FrontendMarker "Custom|{classname}|{method}"

     

    To make the method as a backend

     

    TraceOneMethodOfClass: com.unfit.activity.service.ActivityService add BackendMarker "Custom|{classname}|{method}"