Configure Custom Service Endpoints

You configure custom service endpoints like you configure custom match rules for business transactions:

  1. From the Service Endpoints pane, click Configure.
  2. Click the Custom Service Endpoint tab.
  3. Choose the tier on which the service runs and click the plus icon to add a service endpoint configuration. The configuration settings are similar to business transaction entry point configuration settings. See Custom Match Rules.

As you choose a method for a service endpoint, avoid methods that occur within the following programming patterns:

  • High-frequency loops, such as a for or while loop.
  • Recursive functions.

Service endpoints inside such structures may cause performance overhead. Instead, consider adding a service endpoint at a point in the code upstream from a high-frequency loop or recursive function.

Configure service endpoint exclude rules in the same pane as the custom service endpoints. Click Is Exclude Rule on the New Service Endpoint Definition pane.