How to configure custom instrumentation for .net Core application to get traces for classes and methods

How to configure custom instrumentation for .net Core application to get traces for classes and methods

Hi,

Right now I am getting traces but it doesn't have classes and methods which is got invoked.

Can you help how can I get this.

I have checked below doc for custom instrumentation.

www.site24x7.com/help/apm/dotnet-agent/dotnet-agent-custom-instrumentation.html

I didn't got anything from this doc.