Struts Request Names
When a Struts Action is invoked, by default Splunk AppDynamics identifies the request using the name of Struts Action and the name of the method. All automatically discovered Struts-based transactions are thus named using the convention <Action Name>.<Method Name>
.
For example, if an action called ViewCart is invoked with the SendItems(), the transaction is named ViewCart.SendItems
.
For Struts 1.x the method name is always execute.
You can rename or exclude auto-discovered transactions. See Organize Business Transactions.