I have a question to ask, about APM usage with .NET Core. I have successfully set up AMP agent on .NET Core services, and log everything on ELK.
I have running traces on the APM section, showing on the timeline the controllers and the DB queries.
But I am wondering if it could be possible to also know in which methods it come across, in order to get metrics about each pieces of code it runs into ?
I miss some information between each db queries, and would like to know more about which piece of code and methods in run into.
If needed, I can share some of the code and configurations I have done.
Thanks a lot