I do appologize if this has already been asked but after searching everything i could think of for several hours i still cannot find any answers.
Is there a way to pull specific fields and report on those fields when looking at errors from a web service call sent through the nodes that appdynamics watches. I can see the specific web service calls if i look into the call graph. i keep going back to data collectors thinking i am missing something, but as i said i cannot locate anything.
So if any one knows of a guide or appdynamics for dummies that can explain to me how to do this i would appreciate any guidance.
Thank you .
Hi,
Are you in Java or .NET ?. A method invocation data collector (MIDC) could help.
Do you have access to the WS client code ?. If yes, you're on the right path, look at the code and locate the service method and its parameters.
Then create a new MIDC, describe the class, method and parameters in the dialog (Configuration/Data Collectors). Don´t forget to target the MIDC to new transactions and existing ones. Save your changes, and wait for new snapshots.
You could also start a new diagnostics session on the BT(s) that use the method, to verify your setup is right besides the thresholds of slow/very slow.
Hope it helps, regards,
Luis