cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MIDC creation

ahmed.zaki
Builder

Hi all,

I want to collect the URL values under crv. How can I do this with the help of MIDC?
method invocationmethod invocation

2 REPLIES 2

Mario.Morelli
Architect

Hi ahmed

 

From what I can see the following should work for the MIDC

 

 

Collect Data from : Invoked Object

Getter Chain : crv.url

 

Best way is to test it using live preview, transaction splitting before adding it:)

 

Ciao



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Learn more about me in the Community Member Spotlight Q & A

thanks Mario for usual help,
i did as you said exactly but it through an error when it visualize the data collector value in the snapshot as it couldn't identify what is crv is apparently it's something generated by the java agent itself. to solve this issue i did the following i created data collector on the class inside crv as follows:
class name: com.ecetera.appdynamics.movieztream.service.util.CreditCardValidator

method name: getUrl()

and it returned data thank you for your helpful answer that helped me to get that solution.