Go to file
Jakub Wach d39d7e596c
moving maven plugin to use agent-instrumeneter (#378)
* moving maven plugin to use agent-instrumeneter

* Better inclusion of agent jar as resource

* Move plugin declaration

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2022-08-07 17:08:42 -07:00
.github Updates to component owners (#413) 2022-08-03 21:47:24 -07:00
all Target Java 17 for all project (#329) 2022-05-10 15:33:06 +09:00
aws-xray Fix dependency (#411) 2022-08-03 21:47:37 -07:00
buildSrc Bump spotless version (#414) 2022-08-05 19:15:21 +02: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 Consistent reservoir sampling span processor (#352) 2022-06-15 09:35:43 -07:00
dependencyManagement Update errorprone (#412) 2022-08-03 21:47:06 -07:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gradle/wrapper Update Gradle and build dependencies (#284) 2022-04-08 14:58:27 +09:00
jfr-streaming Bump spotless version (#414) 2022-08-05 19:15:21 +02:00
jmx-metrics Update to 1.15.0 (#358) 2022-06-17 12:53:24 -07:00
maven-extension Bump spotless version (#414) 2022-08-05 19:15:21 +02:00
micrometer-meter-provider MeterProvider that delegates to Micrometer MeterRegistry (#328) 2022-05-24 14:18:58 -07:00
runtime-attach Prevent the runtime attachment from launching multiple times (#409) 2022-07-26 07:18:23 +02:00
samplers Bump spotless version (#414) 2022-08-05 19:15:21 +02:00
static-instrumenter moving maven plugin to use agent-instrumeneter (#378) 2022-08-07 17:08:42 -07:00
.editorconfig Update spotless config and add .editorconfig (#100) 2021-09-27 17:16:23 +09: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.17.0-SNAPSHOT (#401) 2022-07-20 10:24:56 -07: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 Remove myself as approver from readme (#405) 2022-07-20 13:58:04 -04:00
RELEASING.md Update releasing doc (#373) 2022-06-23 12:28:58 -07:00
build.gradle.kts Sync github actions, including release workflow (#274) 2022-03-29 10:21:24 -07:00
gradle.properties Use Java 17 for building, still target Java 8 by default (#117) 2021-10-18 16:23:06 +09:00
gradlew Update to Gradle 7.3 (#131) 2021-11-15 09:03:13 +02:00
gradlew.bat Initial project structure (#2) 2020-08-19 21:27:48 -07:00
settings.gradle.kts Bump com.gradle.enterprise from 3.10.2 to 3.10.3 (#387) 2022-07-11 08:43:31 -07:00
version.gradle.kts Update version to 1.17.0-SNAPSHOT (#401) 2022-07-20 10:24:56 -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):

Learn more about roles in the community repository.

Thanks to all the people who already contributed!