APM for core java application

Hi,

Kibana version: 7.7

Elasticsearch version: 7.7

APM Server version: 7.7

APM Agent language and version: java - 1.16

Browser version: chrome 84.0

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

Fresh install or upgraded from other version? Fresh install

I have pure java application and its uses below framework-

Asynchronus framework -executor service.
Networking framework - httpurlconnection
Logging framework - log4j

I have enable opentracing as well

I want to know how to configure APM for my application?

Please help

Hi @puja,

you will find detailed setup instructions in our documentation.

Hi Sylvain,

Thanks for your reply.

Actually, I tried using below options, but not getting transactions in APM kibana.

java -javaagent:/root/apm/elastic-apm-agent-1.17.0.jar -Delastic.apm.service_name=APM_TEST -Delastic.apm.hostname=Apm_test -Delastic.apm.log_level=DEBUG -Delastic.apm.enable_log_correlation=true -Delastic.apm.server_urls=http://10.161.121.45:8200 -jar myapp.jar

In your application, what qualifies as a transaction ?
Which of the supported technologies are you using in this application ?

Hi Sylvain,

Below is the technology stack -

Asynchronus framework -executor service.
Networking framework - httpurlconnection
Logging framework - log4j

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