Go to file
Ryan Fitzpatrick 4d72f82df0
Initial 1.0.0-alpha release (#36)
2021-06-02 10:44:13 -04:00
.github Add codeql workflow (#35) 2021-05-20 13:56:14 -04:00
contrib Handle missing attributes without failing (#39) 2021-06-01 12:56:22 -04:00
gradle Move from Bintray/Artifactory to OSSRH (#34) 2021-04-29 16:01:43 -04: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 Move from CircleCI to GitHub Actions (#31) 2021-04-23 13:01:04 -04:00
RELEASE.md Move from Bintray/Artifactory to OSSRH (#34) 2021-04-29 16:01:43 -04:00
build.gradle Initial 1.0.0-alpha release (#36) 2021-06-02 10:44:13 -04:00
gradle.properties Adopt gradle over Make (#15) 2020-10-15 09:46:39 -04:00
gradlew Initial project structure (#2) 2020-08-19 21:27:48 -07:00
gradlew.bat Initial project structure (#2) 2020-08-19 21:27:48 -07:00
settings.gradle JMX metric gatherer (#4) 2020-09-08 09:02:12 -04: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 format

# 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.

Owners

For more information on the OpenTelemetry community please see the community content project.