Go to file
renovate[bot] 9e372c06dc
Update dependency org.hipparchus:hipparchus-core to v3 (#1066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-10 16:16:05 +00:00
.github Change log for 1.30.0 (#1042) 2023-09-18 08:28:16 -07: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 Update otel version (#1041) 2023-09-17 11:11:49 -07:00
aws-xray Move to io.opentelemetry.semconv:opentelemetry-semconv (#1050) 2023-09-26 11:50:54 -07:00
aws-xray-propagator [chore] update AWS component owners (#820) 2023-04-28 09:28:21 +02:00
buildSrc Update gradle enterprise packages to v3.15.1 (#1065) 2023-10-10 09:15:39 -07: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 Update dependency org.hipparchus:hipparchus-core to v3 (#1066) 2023-10-10 16:16:05 +00:00
dependencyManagement Update dependency org.testcontainers:testcontainers-bom to v1.19.1 (#1062) 2023-10-02 12:08:19 -07:00
disk-buffering Update plugin com.squareup.wire to v4.9.1 (#1054) 2023-09-27 08:21:04 -07:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gradle/wrapper Update dependency gradle to v8.3 (#1007) 2023-08-17 09:14:49 +00:00
jfr-connection Update errorProneVersion to v2.21.0 (#989) 2023-08-03 10:36:42 -07:00
jfr-events Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
jmx-metrics Update otel version (#1041) 2023-09-17 11:11:49 -07:00
maven-extension Update otel version (#1041) 2023-09-17 11:11:49 -07:00
micrometer-meter-provider Update micrometer packages to v1.11.5 (#1069) 2023-10-10 16:35:08 +02:00
noop-api Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
processors Signals processing (#1014) 2023-09-07 15:56:55 -07:00
prometheus-client-bridge Bump com.diffplug.spotless:spotless-plugin-gradle from 6.18.0 to 6.19.0 (#893) 2023-05-26 09:26:50 +00:00
resource-providers Update otel version (#1041) 2023-09-17 11:11:49 -07:00
runtime-attach Update dependency net.bytebuddy:byte-buddy-agent to v1.14.9 (#1068) 2023-10-09 19:37:40 -07:00
samplers Support `thread.name` attributes in RuleBasedRoutingSampler (#1030) 2023-09-18 13:44:25 -07:00
static-instrumenter Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0 (#1057) 2023-10-02 16:21:52 -07: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.31.0-SNAPSHOT (#1048) 2023-09-18 15:41:54 +00:00
CONTRIBUTING.md Add gradle conventions to contributing (#336) 2023-05-24 07:29:49 -07:00
LICENSE Initial commit 2020-08-17 14:57:15 -07:00
README.md Add some libraries missing from the main README (#1028) 2023-09-05 13:15:08 -07:00
RELEASING.md Update release instructions to reflect dependabot -> renovate (#993) 2023-08-03 11:29:13 +02:00
build.gradle.kts Remove unused plugin (#1004) 2023-08-16 13:05:14 -07:00
gradle.properties Remove workaround (#696) 2023-01-16 08:37:11 +01:00
gradlew Update dependency gradle to v8.3 (#1007) 2023-08-17 09:14:49 +00:00
gradlew.bat Upgrade to gradle 7.6 (#678) 2023-01-09 13:22:20 -08:00
settings.gradle.kts Update gradle enterprise packages to v3.15.1 (#1065) 2023-10-10 09:15:39 -07:00
version.gradle.kts Update version to 1.31.0-SNAPSHOT (#1048) 2023-09-18 15:41:54 +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):

Emeritus maintainers:

Learn more about roles in the community repository.

Thanks to all the people who already contributed!