Go to file
renovate[bot] 7d6f0e762a
Update dependency net.bytebuddy:byte-buddy-agent to v1.14.16 (#1321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-23 10:07:16 +03:00
.github [jfr-connection] Pin JMC version for testing (#1311) 2024-05-10 09:36:51 -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 stop detecting cloud providers early (#1225) 2024-04-30 20:14:07 -07:00
aws-xray Update errorProneVersion to v2.24.1 (#1083) 2024-01-05 07:59:38 -08:00
aws-xray-propagator Disable major updates for uk.org.webcompere:system-stubs-jupiter (#1234) 2024-03-26 02:23:07 +01:00
buildSrc Update gradle enterprise packages to v3.17.3 (#1308) 2024-05-11 11:47:10 +03:00
buildscripts Update change log for 1.13.0 (#303) 2022-04-20 14:31:58 +09:00
compressors/compressor-zstd Fix todo (#1313) 2024-05-11 11:45:26 +03:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
consistent-sampling Assume random trace ID and set th-field only for sampled spans (#1278) 2024-05-08 13:37:43 +03:00
dependencyManagement Update dependency io.grpc:grpc-bom to v1.64.0 (#1317) 2024-05-17 09:43:13 -07:00
disk-buffering [disk-buffering] Fix mocking in test code (#1306) 2024-05-08 13:30:22 +03:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gcp-resources Update guidance for manual instrumentation usage (#1250) 2024-04-30 20:47:03 -07:00
gradle/wrapper Update dependency gradle to v8.7 (#1235) 2024-03-22 21:29:57 +02: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 [jmx-metrics] Migrate SLF to be testImplementation() only. (#1283) 2024-04-18 09:10:50 +03:00
kafka-exporter implement kafka-exporter (#965) 2024-01-10 10:38:29 -08:00
maven-extension migrate maven extension to current semconv (#1299) 2024-05-08 13:34:36 +03:00
micrometer-meter-provider Update micrometer packages to v1.12.6 (#1314) 2024-05-13 13:46:16 +03: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 Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v1.31.0-alpha (#1072) 2023-10-13 14:40:08 -07:00
resource-providers Update errorProneVersion to v2.27.1 (#1294) 2024-05-08 07:40:52 -07:00
runtime-attach Update dependency net.bytebuddy:byte-buddy-agent to v1.14.16 (#1321) 2024-05-23 10:07:16 +03:00
samplers Update dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.3.0-alpha (#1267) 2024-04-16 09:29:38 -07:00
span-stacktrace document span stacktrace (#1301) 2024-05-14 12:09:23 -07:00
static-instrumenter Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.13.0 (#1305) 2024-05-06 10:15:10 +03: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 Fix link in changelog (#1281) 2024-04-17 09:35:32 +03: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 Update GCP resource detector info (#1237) 2024-03-27 07:36:17 -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.4 (#1064) 2023-10-10 09:16:13 -07:00
gradlew.bat Update dependency gradle to v8.7 (#1235) 2024-03-22 21:29:57 +02:00
settings.gradle.kts Update gradle enterprise packages to v3.17.3 (#1308) 2024-05-11 11:47:10 +03:00
version.gradle.kts Update version to 1.36.0-SNAPSHOT (#1279) 2024-04-16 14:11:12 -07: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!