Go to file
renovate[bot] b7736a6087
Update dependency org.apache.kafka:kafka-clients to v3.7.0 (#1208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-27 20:17:17 +02:00
.github Update changelog heading (#1203) 2024-02-21 13:06:25 -08: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 dependency io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha to v2.1.0-alpha (#1196) 2024-02-21 07:13:42 -08:00
aws-xray Update errorProneVersion to v2.24.1 (#1083) 2024-01-05 07:59:38 -08:00
aws-xray-propagator [chore] update AWS component owners (#820) 2023-04-28 09:28:21 +02:00
buildSrc Update dependency net.ltgt.gradle:gradle-nullaway-plugin to v2 (#1199) 2024-02-20 12:45:04 -08:00
buildscripts Update change log for 1.13.0 (#303) 2022-04-20 14:31:58 +09:00
compressors/compressor-zstd Update opentelemetry-java monorepo to v1.35.0 (#1191) 2024-02-09 11:12:58 -08:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
consistent-sampling switch from acceptance to rejection threshold (#1130) 2023-12-12 16:22:49 -08:00
dependencyManagement Update dependency org.apache.kafka:kafka-clients to v3.7.0 (#1208) 2024-02-27 20:17:17 +02:00
disk-buffering Update plugin com.squareup.wire to v4.9.7 (#1194) 2024-02-13 08:22:32 -08:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gcp-resources Add GCP resource detection module (#1162) 2024-01-29 12:13:59 -08:00
gradle/wrapper Update dependency gradle to v8.6 (#1181) 2024-02-05 16:49:32 -08: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 errorProneVersion to v2.24.1 (#1083) 2024-01-05 07:59:38 -08:00
kafka-exporter implement kafka-exporter (#965) 2024-01-10 10:38:29 -08:00
maven-extension Fix broken links (#1082) 2023-10-18 11:37:39 -07:00
micrometer-meter-provider Update micrometer packages to v1.12.3 (#1193) 2024-02-12 14:18:35 -08: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 otel version (#1041) 2023-09-17 11:11:49 -07:00
runtime-attach Update dependency net.bytebuddy:byte-buddy-agent to v1.14.12 (#1197) 2024-02-20 12:45:48 -08:00
samplers Support `thread.name` attributes in RuleBasedRoutingSampler (#1030) 2023-09-18 13:44:25 -07:00
static-instrumenter Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.11.0 (#1154) 2024-01-10 17:21:10 -08: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 changelog heading (#1203) 2024-02-21 13:06:25 -08: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 Move Mateusz to emeritus, add Jason and Lauri as maintainers (#1209) 2024-02-27 19:59:35 +02: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 Upgrade to gradle 7.6 (#678) 2023-01-09 13:22:20 -08:00
settings.gradle.kts Add GCP resource detection module (#1162) 2024-01-29 12:13:59 -08:00
version.gradle.kts Update version to 1.34.0-SNAPSHOT (#1202) 2024-02-21 20:55:33 +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!