Bumps com.github.ben-manes.versions from 0.44.0 to 0.45.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> |
||
|---|---|---|
| .github | ||
| all | ||
| aws-resources | ||
| aws-xray | ||
| aws-xray-propagator | ||
| buildSrc | ||
| buildscripts | ||
| config/license | ||
| consistent-sampling | ||
| dependencyManagement | ||
| example | ||
| gradle/wrapper | ||
| jfr-events | ||
| jfr-streaming | ||
| jmx-metrics | ||
| maven-extension | ||
| micrometer-meter-provider | ||
| noop-api | ||
| prometheus-client-bridge | ||
| resource-providers | ||
| runtime-attach | ||
| samplers | ||
| static-instrumenter | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| RELEASING.md | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| settings.gradle.kts | ||
| version.gradle.kts | ||
README.md
OpenTelemetry Java Contrib
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
- AWS Resources
- AWS X-Ray SDK Support
- AWS X-Ray Propagator
- Consistent sampling
- JFR Streaming
- JMX Metric Gatherer
- OpenTelemetry Maven Extension
- Runtime Attach
- Samplers
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):
- All component owners are given Triager permissions to this repository.
Approvers (@open-telemetry/java-contrib-approvers):
- John Watson, Verta.ai
- Lauri Tulmin, Splunk
Maintainers (@open-telemetry/java-contrib-maintainers):
- Jack Berg, New Relic
- Mateusz Rzeszutek, Splunk
- Nikita Salnikov-Tarnovski, Splunk
- Ryan Fitzpatrick, Splunk
- Trask Stalnaker, Microsoft
Learn more about roles in the community repository.
Thanks to all the people who already contributed!