Java APM

Is there an ETA to when the Java APM will be available for use/ beta?

Hi there,
thanks for reaching out. The Java agent is in the works, but I don't have an ETA at this point. Please take a minute to fill out this survey: APM Java Agent survey

best,
Rasmus

I plan to release an early alpha version soon. I'll post an update once it's released.

There is also some documentation in GitHub on how to set up the agent. At the moment, you have to build the agent yourself. But if you are brave enough, I'd really appreciate feedback!

Awesome!! Thank you for your response. I will check out that agent.

The first alpha version of the Java agent has been released to maven central :slight_smile:

3 Likes

Gradle is unable to resolve 'co.elastic.apm:apm-agent-java:0.1.1'

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not resolve all files for configuration ':compileClasspath'.

Could not resolve co.elastic.apm:apm-agent-java:0.1.1.
Required by:
project :
Could not resolve co.elastic.apm:apm-agent-java:0.1.1.
Could not parse POM https://repo.maven.apache.org/maven2/co/elastic/apm/apm-agent-java/0.1.1/apm-agent-java-0.1.1.pom
Could not find co.elastic.apm:apm-agent-parent:0.1.1.
Could not find co.elastic.apm:apm-agent-parent:0.1.1.
Required by:
project :
Could not resolve co.elastic.apm:apm-agent-api:0.1.1.
Required by:
project :
Could not resolve co.elastic.apm:apm-agent-api:0.1.1.
Could not parse POM https://repo.maven.apache.org/maven2/co/elastic/apm/apm-agent-api/0.1.1/apm-agent-api-0.1.1.pom
Could not find co.elastic.apm:apm-agent-parent:0.1.1.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 1s
1 actionable task: 1 executed

Unfortunately, there has been a problem during the release. Some files did not make it to maven central. We will release a new version today.

We have successfully released version 0.1.2

Thanks for sharing this information

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