How to instrument java server side to trace out the method calls used when an api call takes place?

I want to know how to use the java agent in instrumenting a tom cat server to trace out all the method names invoked while calling an API.
I don't want the database operation stack , i want all the method names of the API which passes through when an API is called.
Please do tell me a solution to fix this problem.

Hi and welcome!

Please go over optional installation methods.
In order to trace arbitrary methods, you can use the trace_methods configuration.
In order to trace any of your methods, you can use our public API.

I hope this helps.
Good luck!

2 Likes

Thanks, Now its working fine.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.