Hi @Manayath, Jovin ,
Per Application Insights nomenclature, the trace event you are looking at is just a quick message (string) that has no details like class/method names, performance measurements, or any similar information. While it is possible to append any extra details to the log message body itself, doing so today would be a responsibility of the logging code.
At the same time, the code-level details that you are describing are represented by Application Insights Performance Profiler traces. We currently collect them for the .NET apps; capturing Java profiler traces is on the roadmap and will be available in the future. If you want to join our early private preview, please register at aka.ms/JavaO11y. We will notify you when preview for Java becomes available.
Thank you,
Vitaly Gorbenko
Application Insights PM
@Manayath, Jovin - Did the below answer help resolve your issue, if not please revert back with any questions.
and if it did, please feel free to "accept as answer" so it can be beneficial to the community.