|
IMPORTANT: To prevent the split requests from being filtered out, two additional changes need to be made: AllowNonComponentRootNodes must be set to enabled (true), and the Filtering Rules in the Recording Settings must be updated with a rule to include the new request type. For more information, see Allowing Non-Component Root Nodes , and the “Managing Nexus Recording Settings” chapter in the Managing Application Servers Administration and Configuration Guide. |
|
1 |
Click the Requests tab of the Edit dialog box. |
|
2 |
|
3 |
Click |
|
a |
Leave the Include or Exclude option set to include (the default setting). |
|
b |
This example does not use a regular expression, so leave the Regex check box cleared. |
|
c |
Click in the Method Name box and type the name of the method that you want the agent to stop on. In this example, that is: com.foo.bar.SomeServletName.doGet() |
|
5 |
Click OK. |
|
6 |
|
1 |
Click the Requests tab of the Edit dialog box. |
|
2 |
Clear the check box for SplitRequestsWhenSingleTracing. |
|
3 |
Click Save. |
|
• |
Excluding a class ensures it is completely excluded from all instrumentation. |
|
• |
Including a class causes the class to be examined and, if it implements important application server functionality, it may be instrumented appropriately. |
|
1 |
Click the Advanced tab of the Edit dialog box. |
|
2 |
Click |