AppDynamics provides two applicable rule types when defining transaction detection behavior: Exclude Rules and Custom Match Rules.
A Custom Match Rule explicitly identifies application requests that should be detected as Business Transactions. The rule can match requests by entry point, class and method, URL, servlet, framework-specific attributes, headers, parameters, or other request data. It can also control transaction naming and splitting, allowing related requests to be grouped or separated according to operational requirements.
An Exclude Rule prevents matching requests from being discovered or registered as Business Transactions. This is useful for suppressing low-value traffic such as health checks, static-resource requests, polling calls, or framework-generated activity that would otherwise consume Business Transaction limits and add unnecessary metric noise.
An Automatic Discovery Rule is not created as a separate rule type in this context; automatic discovery is the agent’s default transaction-identification behavior. A Health Rule evaluates monitored metrics and triggers policy actions, while an Include Rule is not a transaction detection rule category.
Relevant CAAPA topics include Business Transaction Detection, Custom Match Rules, Exclude Rules, Entry-Point Matching, Automatic Discovery, and Business Transaction Registration Limits.
Submit