Welcome to the OpenTelemetry Java Contrib Repository!
This repository focuses on providing tools and utilities for Java-based observability, such as remote JMX metric gathering and reporting. We’re excited to have you here! Whether you’re fixing a bug, adding a feature, or suggesting an idea, your contributions are invaluable.
Before submitting new features or changes to current functionality, it is recommended to first open an issue and discuss your ideas or propose the changes you wish to make.
Questions? Ask in the OpenTelemetry java channel
Pull requests for bug fixes are always welcome!
To work with this repository, ensure you have:
Java 17 or higher
macOS/Linux: Ensure JAVA_HOME is set correctly.
- Fork the repository
- Clone locally
- Create a branch before working on an issue
In order to build and test this whole repository you need JDK 11+.
For developers testing code changes before a release is complete, there are
snapshot builds of the main
branch. They are available from
the Sonatype OSS snapshots repository at https://oss.sonatype.org/content/repositories/snapshots/
(browse)
Building using Java 11+:
$ java -version
$ ./gradlew assemble
$ ./gradlew test
$ ./gradlew integrationTest
Follow the Java Instrumentation Style Guide from the opentelemetry-java-instrumentation repository.
Failure? Check logs for errors or mismatched dependencies.
- Use kotlin instead of groovy
- Plugin versions should be specified in
settings.gradle.kts
, not in individual modules - All modules use
plugins { id("otel.java-conventions") }
Join #otel-java on OpenTelemetry Slack