Java methods not tracing in weblogic

Kibana version: 7.6.2

Elasticsearch version: 7.6.2

APM Server version: 7.6.2

APM Agent language and version: Java and elastic-apm-agent-1.15.0.jar

Browser version: Chrome 80.0.3987.163 (Official Build) (64-bit)

Original install method (e.g. download page, yum, deb, from source, etc.) and version: download page

Fresh install or upgraded from other version?: Fresh install

Is there anything special in your setup? Application is weblogic. Added below Java args to the JVM list "-javaagent:/elastic-apm-agent-1.15.0.jar -Delastic.apm.service_name=admin1aa -Delastic.apm.server_url=http://<APM_HOST>:8200 -Delastic.apm.secret_token="

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):

  • Issue: Not able to see time spent on java classes.
  • Able to see transactions got captured in APM Server. Please see the attachement as reference to the issue
  • Time Spent by span type: App-92.8%, Oracle(DB)- 7.2%
  • Under Trace Sample:
    only able to see DB calls time spent. but not Application server time spent breakup
    Also, just seeing 2 sections (Timeline, Metadata). However, in the training videos, have seen few other sections like request, response, etc..[D:\cloud\Loadbalancer\ElasticSearch\ELK-7.6.2]

Steps to reproduce:
1.
2.
3.

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Hi and welcome to the forum :wave:

By default, the Java agent has built-in tracing points for incoming HTTP requests, JDBC, HTTP clients and some more: Supported technologies | APM Java Agent Reference [master] | Elastic

There are several ways how you can get more method level insight: How to find slow methods | APM Java Agent Reference [master] | Elastic

Click on the OAuthAdminEndpoints span to see those details.

Thanks! it worked. By adding properties to elasticapm.properties, able to trace java classes