Go to file
Anuraag Agrawal ed31fbaac9
Don't use static client ID to allow multiple xray samplers in same process, usually for testing. (#57)
2021-07-28 11:24:12 +09:00
.github Fix order of CODEOWNERS (#51) 2021-07-07 11:49:28 +09:00
aws-xray Don't use static client ID to allow multiple xray samplers in same process, usually for testing. (#57) 2021-07-28 11:24:12 +09:00
buildSrc Move in x-ray extensions from java repo (#46) 2021-07-06 13:54:55 +09:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
dependencyManagement Add manually run test code to exercise AWS X-Ray remote sampler end-to-end. (#56) 2021-07-27 07:52:03 +09:00
example Build logic changes (#41) 2021-06-30 22:43:20 +09:00
gradle Update to Gradle 7.1 (#47) 2021-07-06 13:34:04 +09:00
jmx-metrics Update to OTel 1.4.1 (#55) 2021-07-16 17:02:35 +09:00
.gitattributes Initial project structure (#2) 2020-08-19 21:27:48 -07:00
.gitignore Initial project structure (#2) 2020-08-19 21:27:48 -07:00
CHANGELOG.md Initial 1.0.0-alpha release (#36) 2021-06-02 10:44:13 -04:00
LICENSE Initial commit 2020-08-17 14:57:15 -07:00
README.md Add two new maintainers and an approver (#52) 2021-07-07 16:44:05 -07:00
RELEASE.md Move from Bintray/Artifactory to OSSRH (#34) 2021-04-29 16:01:43 -04:00
build.gradle Build logic changes (#41) 2021-06-30 22:43:20 +09:00
gradle.properties Update to Gradle 7.1 (#47) 2021-07-06 13:34:04 +09:00
gradlew Update to Gradle 7.1 (#47) 2021-07-06 13:34:04 +09:00
gradlew.bat Initial project structure (#2) 2020-08-19 21:27:48 -07:00
settings.gradle.kts Add manually run test code to exercise AWS X-Ray remote sampler end-to-end. (#56) 2021-07-27 07:52:03 +09:00

README.md

OpenTelemetry Java Contrib

Build

This project is intended to provide helpful libraries and standalone OpenTelemetry-based utilities that don't fit the express scope of the OpenTelemetry Java or Java Instrumentation projects. If you need an easier way to bring observability to remote JVM-based applications and workflows that isn't easily satisfied by an SDK feature or via instrumentation, this project is hopefully for you.

This project is in its early stages and doesn't provide any assurances of stability or production readiness.

Provided Libraries

Getting Started

# Apply formatting
$ ./gradlew spotlessApply

# Build the complete project
$ ./gradlew build

# Run integration tests
$ ./gradlew integrationTest

# Clean artifacts
$ ./gradlew clean

Contributing

The Java Contrib project was initially formed to provide methods of easy remote JMX metric gathering and reporting, which is actively in development. If you have an idea for a similar use case in the metrics, traces, or logging domain we would be very interested in supporting it. Please open an issue to share your idea or suggestion. PRs are always welcome and greatly appreciated, but for larger functional changes a pre-coding introduction can be helpful to ensure this is the correct place and that active or conflicting efforts don't exist.

Approvers (@open-telemetry/java-contrib-approvers):

Maintainers (@open-telemetry/java-contrib-maintainers):

Learn more about roles in the community repository.

Thanks to all the people who already contributed!