Dear All,
I have created 2 Buisiness Transactions with same URI and same POJO method.
First Business Transation: URI is same - > Same POJO method -> Used splitting based on method parameter. It is working fine.
Second Business Transation: URI is same - > Same POJO method -> Used splitting based on method return type. It works fine only in case i disable the First Business Transaction.
I want to capture data for both business transaction at same time ( I dont want to disable any of them). Is it feasible in App Dynamics 4.4?
Hi,
Are you saying you want split a particular business transactions in two different ways? Is the request URI same for both?
If you have two different business transactions (independent of each other), you can uniquely identify one based on the request URI, to see if request URI can identify them separately and then apply your rules based on that.
If you can provide an example, it will help understand the requirement and provide a answer accordingly.
Thanks.