Hello.
I am trying to use the APM with the java agent into a Scala application, built by sbt.
I have installed and launched with success Elasticsearch and Kibana.
I have also integrated the java agent into my application as show below
sbt \
-J-javaagent:/.ivy2/cache/co.elastic.apm/elastic-apm-agent/jars/elastic-apm-agent-0.5.1.jar \
-J-Delastic.apm.logging.log_level=TRACE \
-J-Delastic.apm.service_name=my-application-name \
-J-Delastic.apm.application_packages=com.application \
-J-Delastic.apm.server_url=http://localhost:8200 \
Problem, when I go on the APM tab of Kibana, there is nothing to be shown. The agent doesn't seem to be found. Even when launching the application, no trace in console.
Did I miss something? Or the agent don't work yet with Scala?
Have a nice day.
Neirda