Go to file
dependabot[bot] 044cb5fdb1
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.14.0 to 6.14.1 (#728)
2023-02-06 16:48:31 -08:00
.github Limit junit-pioneer to 1.x (#726) 2023-02-03 16:55:11 +00:00
all Bump spotless-plugin-gradle from 6.12.0 to 6.12.1 (#669) 2023-01-02 16:15:07 +00:00
aws-resources Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
aws-xray Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
aws-xray-propagator Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
buildSrc Bump com.diffplug.spotless:spotless-plugin-gradle from 6.14.0 to 6.14.1 (#728) 2023-02-06 16:48:31 -08:00
buildscripts Update change log for 1.13.0 (#303) 2022-04-20 14:31:58 +09:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
consistent-sampling Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
dependencyManagement Bump com.uber.nullaway:nullaway from 0.10.8 to 0.10.9 (#724) 2023-02-03 15:31:44 +00:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gradle/wrapper Upgrade to gradle 7.6 (#678) 2023-01-09 13:22:20 -08:00
jfr-events Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
jfr-streaming Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
jmx-metrics Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
maven-extension Bump com.uber.nullaway:nullaway from 0.10.8 to 0.10.9 (#724) 2023-02-03 15:31:44 +00:00
micrometer-meter-provider Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
noop-api Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
prometheus-client-bridge Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
resource-providers Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
runtime-attach Bump net.bytebuddy:byte-buddy-agent from 1.12.22 to 1.12.23 (#729) 2023-02-06 14:41:31 -08:00
samplers Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
static-instrumenter Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
.editorconfig Bump com.diffplug.spotless from 6.12.1 to 6.13.0 (#700) 2023-01-17 19:29:26 -08:00
.gitattributes Initial project structure (#2) 2020-08-19 21:27:48 -07:00
.gitignore Target Java 17 for all project (#329) 2022-05-10 15:33:06 +09:00
CHANGELOG.md Update version to 1.23.0-SNAPSHOT (#701) 2023-01-17 03:37:28 +00:00
CONTRIBUTING.md Add CONTRIBUTING.md (#301) 2022-04-19 12:12:23 -07:00
LICENSE Initial commit 2020-08-17 14:57:15 -07:00
README.md update jkwatson's affiliation (#659) 2022-12-21 09:53:45 +01:00
RELEASING.md Use dependabot to update OTel SDK and Instrumentation dependencies (#568) 2022-11-04 07:33:52 -07:00
build.gradle.kts Sync github actions, including release workflow (#274) 2022-03-29 10:21:24 -07:00
gradle.properties Remove workaround (#696) 2023-01-16 08:37:11 +01:00
gradlew Upgrade to gradle 7.6 (#678) 2023-01-09 13:22:20 -08:00
gradlew.bat Upgrade to gradle 7.6 (#678) 2023-01-09 13:22:20 -08:00
settings.gradle.kts Bump com.github.ben-manes.versions from 0.44.0 to 0.45.0 (#723) 2023-02-03 15:15:57 +01:00
version.gradle.kts Update version to 1.23.0-SNAPSHOT (#701) 2023-01-17 03:37:28 +00: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.

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.

Triagers (@open-telemetry/java-contrib-triagers):

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!