Go to file
Mrod1598 c96f8bccf1
Add Hbase Support (#211)
* Add hbase

* Spotless

* Fix config test

* fix timing

* Remove extra metrics from read.me

* Fix Units

* fix files unit

* Update units on doc

* Update Docker container handling

* Fix timing

* Rename metric namespace

* Add more operations metrics

* Force rebuild

* Spotless

* Clean up environment file
2022-01-24 16:50:58 -05:00
.github Update release naming (#206) 2022-01-19 17:10:01 +09:00
all Update spotless (#107) 2021-10-05 13:34:58 +09:00
aws-xray Migrate from test-sets to test suites. (#214) 2022-01-21 14:42:46 +09:00
buildSrc Migrate from test-sets to test suites. (#214) 2022-01-21 14:42:46 +09:00
buildscripts Update RELEASING.md (#196) 2022-01-18 14:49:41 +09:00
config/license Build logic changes (#41) 2021-06-30 22:43:20 +09:00
dependencyManagement Upgrade to opentelemetry-java 1.10.0 (#176) 2022-01-12 08:51:49 +09:00
example Update example to follow current conventions. (#212) 2022-01-20 13:56:18 +09:00
gradle/wrapper Update Gradle and dependencies (#157) 2021-12-23 15:23:21 +09:00
jfr-streaming Split up GC Handlers, add support for Parallel (#201) 2022-01-24 12:46:45 -08:00
jmx-metrics Add Hbase Support (#211) 2022-01-24 16:50:58 -05:00
maven-extension Update docs for 1.10 release (#202) 2022-01-18 17:29:03 +09:00
runtime-attach Add more component owners (#172) 2022-01-07 14:18:25 -08:00
samplers Rename contrib-samplers to samplers (#185) 2022-01-12 11:24:08 -08: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 Add agent to bridge JFR Streaming into metrics (#115) 2021-10-21 08:56:03 +09:00
CHANGELOG.md Update docs for 1.10 release (#202) 2022-01-18 17:29:03 +09:00
LICENSE Initial commit 2020-08-17 14:57:15 -07:00
README.md Update triagers (#173) 2022-01-07 14:18:35 -08:00
RELEASING.md Update RELEASING.md (#196) 2022-01-18 14:49:41 +09:00
build.gradle.kts Format gradle scripts (#168) 2022-01-05 18:30:23 +09: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 Remove disruptor-processor (#213) 2022-01-21 09:06:55 -08: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.

This project is in its early stages and doesn't provide any assurances of stability or production readiness.

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!