Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
05-24-2018 08:34 AM
Hi,
I am creating a custom POJO type service endpoint and want to split it using the return vlaue of the method.
I could use the "POJO Object Instance to name transcations", unfortunately the method that I want to use takes an argument.
Please let me know how I can do this.
Thanks,
Muthu
Solved! Go to Solution.
05-25-2018 03:50 AM
Hi Muthu,
Could you please check with the transaction splitting option available under custom service end point. Please refer to the below doc and attached screenshots.
https://docs.appdynamics.com/display/PRO42/Service+Endpoints#ServiceEndpoints-config_sep
Thanks,
Atyuha
05-29-2018 08:58 AM
Hi,
The transaction splitting option available under custom service end point "Transaction Splitting" dose not show any options to split using the return value of the method.
I am looking for a splitting option which would split the service endpoint using the return vlaue of the method.
Can you please let me know if there is a way to achieve this?
Thanks,
Muthu
05-31-2018 04:45 PM
Hi Muthu,
You cannot do that. It does not make sense to split a SEP with POJO return value. SEPs are inbound calls which invokes a method(POJO). For an incoming request when you want to split the SEP you can split with a method paramter and not when after the method is invoked and you have a response/return value. This is not a Data Collector where you are trying to collect data from a method invocation in which case you can collect either from method paramter or from return value.
Hope this helps.
Thanks,
VJ
06-01-2018 08:47 AM
Thanks make sense
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form