This is your chance to give us feedback before the general availability (1.0.0 release) of the agent. It comes with lots of cool stuff like support for distributed tracing, an annotation based API for creating transactions and spans as well as support for the Elasticsearch Rest Client.
Note that the agent 1.0.0.RC1 only compatible with the upcoming APM Server version 6.5.0. At the time of writing, this version is not released yet.
Hello, I'm giving a try to Java Agent and I successfully use your docker-compose file. I'd like to add RUM functionalities but it your compatibility matrix says that I have to use Javascript agent in 2.x version, which I cannot find anywhere. Could you please give me a hint about it?
Thank you
The RUM agent 2.0 is not released yet. It will be released very soon alongside the Java agent 1.0. You can build the RUM agent from master yourself in the meantime: https://github.com/elastic/apm-agent-js-base
We've been testing Java Agent RC and so far it has been doing very well in our ecosystem except on two scenarios:
An application with a very old JDBC Derby driver. Adding the agent causes the application to crash on start. We updated to a new driver designed for Java8 and up and it worked.
Grizzly-based components. Some of our components are legacy and have not yet been scheduled for upgrading. I've looked in the documentations, and tried searching in Github and the forums, and couldn't find anything about Grizzly support. Our apps run with the Java agent, but we just don't get any instrumentation data. Is Grizzly definitively not supported?
Many thanks for the really great job you guys are doing here. Cheers!
Which version of the Derby driver caused problems (link to exact artifact on search.maven.org would be helpful)? I'll try to reproduce. Ideally the agent should rather not instrument the driver than crash the application, of course.
We have not tested the agent with Grizzly yet but we don't have dedicated Grizzly support. It may work when you are using the Grizzly servlet modules. Which Grizzly modules are you specifically using?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.