# apm-agent-java **Repository Path**: mirrors_elastic/apm-agent-java ## Basic Information - **Project Name**: apm-agent-java - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![main](https://github.com/elastic/apm-agent-java/actions/workflows/main.yml/badge.svg)](https://github.com/elastic/apm-agent-java/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/elastic/apm-agent-java/branch/main/graph/badge.svg)](https://codecov.io/gh/elastic/apm-agent-java) [![Maven Central](https://img.shields.io/maven-central/v/co.elastic.apm/apm-agent-api.svg)](https://mvnrepository.com/artifact/co.elastic.apm/elastic-apm-agent/latest) # apm-agent-java Please fill out this survey to help us prioritizing framework support: https://docs.google.com/forms/d/e/1FAIpQLScd0RYiwZGrEuxykYkv9z8Hl3exx_LKCtjsqEo1OWx8BkLrOQ/viewform?usp=sf_link ## Release announcements To get notified about new releases, watch this repository for `Releases only`. ## Documentation Docs are located [here](https://www.elastic.co/guide/en/apm/agent/java/current/index.html). ## Getting Help If you find a bug or an issue, please 1. open a new topic on the [APM discuss forum](https://discuss.elastic.co/tags/c/apm/java) (or add to an existing one) 1. [report an issue](https://github.com/elastic/apm-agent-java/issues/new) on the java agent repository Please note that we reserve GitHub tickets for actionable things we can work on, thus confirmed bugs and enhancement requests only. Help requests are better served in [APM discuss forum](https://discuss.elastic.co/tags/c/observability/apm/58/java). ## Contributing See the [contributing documentation](CONTRIBUTING.md) ## Build form source Execute `./mvnw clean install -DskipTests=true -Dmaven.javadoc.skip=true` to build the artifacts and to install them to your local maven repository. The build process requires JDK 17. The agent jar is in the folder `elastic-apm-agent/target`. ## License Elastic APM Java Agent is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).