Go to file
dependabot[bot] fd4c192f3b
Bump gradle-nullaway-plugin from 1.3.0 to 1.4.0 (#543)
Bumps gradle-nullaway-plugin from 1.3.0 to 1.4.0.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.ltgt.gradle:gradle-nullaway-plugin&package-manager=gradle&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 16:27:17 +02:00
.github Fix patch release process (#538) 2022-10-16 14:43:04 -07:00
all Target Java 17 for all project (#329) 2022-05-10 15:33:06 +09:00
aws-resources Enable otel.publish-conventions for aws-resources (#534) 2022-10-16 11:19:16 -07:00
aws-xray Update the SDK and instrumentation versions to 1.19.0 (#519) 2022-10-13 19:06:33 -07:00
buildSrc Bump gradle-nullaway-plugin from 1.3.0 to 1.4.0 (#543) 2022-10-17 16:27:17 +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 Bump hipparchus-core from 2.2 to 2.3 (#503) 2022-10-06 16:24:52 +02:00
dependencyManagement Bump jackson-bom from 2.13.4.20221012 to 2.13.4.20221013 (#531) 2022-10-14 08:58:27 -07:00
docs Update repo settings (#517) 2022-10-13 19:07:33 -07:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gradle/wrapper Update to gradle 7.5.1 (#415) 2022-09-05 16:22:16 +02:00
jfr-events Move jfr-events to package consistent with contrib repository (#431) 2022-08-30 16:11:25 -05:00
jfr-streaming Bump spotless version (#414) 2022-08-05 19:15:21 +02:00
jmx-metrics Bump opentelemetry-proto from 0.11.0-alpha to 0.19.0-alpha (#465) 2022-09-22 16:06:11 -07:00
maven-extension Update the SDK and instrumentation versions to 1.19.0 (#519) 2022-10-13 19:06:33 -07:00
micrometer-meter-provider Bump micrometer-registry-prometheus from 1.9.4 to 1.9.5 (#513) 2022-10-11 11:00:03 -07:00
noop-api Fix release (#440) 2022-09-19 13:00:10 -07:00
runtime-attach Add explanations to the runtime attach readme (#524) 2022-10-14 09:01:02 -07:00
samplers Update errorprone (#490) 2022-09-29 16:42:29 -07:00
static-instrumenter Add documentation to the Maven plugin for static instrumentation (#498) 2022-10-07 10:23:39 -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 Copy change log updates from release/v1.19.x (#541) 2022-10-16 15:38:53 -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 Small update to releasing doc (#525) 2022-10-14 08:59:20 -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.5.1 (#415) 2022-09-05 16:22:16 +02:00
gradlew.bat Update to gradle 7.5.1 (#415) 2022-09-05 16:22:16 +02:00
settings.gradle.kts Bump com.gradle.enterprise from 3.11.1 to 3.11.2 (#522) 2022-10-13 19:06:53 -07:00
version.gradle.kts Update version to 1.20.0-SNAPSHOT (#526) 2022-10-13 20:01:54 -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!