Go to file
renovate[bot] 7bb7be1f3b
Update dependency net.bytebuddy:byte-buddy-agent to v1.15.1 (#1441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-03 15:45:43 -07:00
.github Fix release notes formatting (#1429) 2024-08-19 13:27:19 -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 Add AWS ECS cluster detection (#1354) 2024-07-09 08:05:33 -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
baggage-processor add config support for BaggageSpanProcessor (#1330) 2024-06-17 12:46:02 -07:00
buildSrc Update dependency com.gradle.enterprise:com.gradle.enterprise.gradle.plugin to v3.18 (#1422) 2024-08-19 10:32:13 -07:00
buildscripts Update change log for 1.13.0 (#303) 2022-04-20 14:31:58 +09:00
compressors/compressor-zstd Update dependency com.github.luben:zstd-jni to v1.5.6-4 (#1389) 2024-07-24 09:20:43 -07:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
consistent-sampling Update errorProneVersion to v2.30.0 (#1408) 2024-08-15 17:22:17 -07:00
dependencyManagement Update errorProneVersion to v2.31.0 (#1438) 2024-09-03 15:45:18 -07:00
disk-buffering Update plugin com.squareup.wire to v5 (#1378) 2024-07-18 08:17:21 -07:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gcp-resources Update dependency com.google.cloud.opentelemetry:detector-resources-support to v0.31.0 (#1372) 2024-07-18 08:18:33 -07:00
gradle/wrapper Update dependency gradle to v8.10 (#1415) 2024-08-14 08:54:06 -07:00
inferred-spans Update errorProneVersion to v2.30.0 (#1408) 2024-08-15 17:22:17 -07:00
jfr-connection jfr-connection: Recording close should not throw exception (#1412) 2024-08-15 17:25:03 -07:00
jfr-events Jfr streaming version (#721) 2023-02-02 08:27:25 -06:00
jmx-metrics Update jmx-metrics component owners (#1397) 2024-07-30 13:04:03 -07:00
kafka-exporter implement kafka-exporter (#965) 2024-01-10 10:38:29 -08:00
maven-extension Inline incubating attributes + central semconv-incubating dependency (#1298) 2024-05-28 09:16:36 -07:00
micrometer-meter-provider Update micrometer packages to v1.13.3 (#1411) 2024-08-13 08:37:12 +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.15.1 (#1441) 2024-09-03 15:45:43 -07:00
samplers Inline incubating attributes + central semconv-incubating dependency (#1298) 2024-05-28 09:16:36 -07:00
span-stacktrace Inline incubating attributes + central semconv-incubating dependency (#1298) 2024-05-28 09:16:36 -07:00
static-instrumenter Update dependency org.apache.maven.plugin-tools:maven-plugin-annotations to v3.15.0 (#1436) 2024-09-03 15:42:37 -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.39.0-SNAPSHOT (#1424) 2024-08-19 17:42:03 +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 Update gradle/actions action to v4 (#1401) 2024-08-07 17:02:06 +00: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.9 (#1374) 2024-07-18 08:18:19 -07:00
gradlew.bat Update dependency gradle to v8.9 (#1374) 2024-07-18 08:18:19 -07:00
settings.gradle.kts Update plugin com.gradle.develocity to v3.18 (#1423) 2024-08-19 10:31:26 -07:00
version.gradle.kts Update version to 1.39.0-SNAPSHOT (#1424) 2024-08-19 17:42:03 +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!