|
| 1 | +# OpenTelemetry Java Contrib |
| 2 | + |
| 3 | +This project is intended to provide helpful libraries and standalone OpenTelemetry-based utilities that don't fit |
| 4 | +the express scope of the [OpenTelemetry Java](https://github.com/open-telemetry/opentelemetry-java) or |
| 5 | +[Java Instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation) projects. If you need an |
| 6 | +easier way to bring observability to remote JVM-based applications and workflows that isn't easily satisfied by an SDK |
| 7 | +feature or via instrumentation, this project is hopefully for you. |
| 8 | + |
| 9 | +*This project is in its early stages and doesn't provide any assurances of stability or production readiness.* |
| 10 | + |
| 11 | +## Getting Started |
| 12 | + |
| 13 | +```bash |
| 14 | +# Build the complete project |
| 15 | +$ make build |
| 16 | + |
| 17 | +# Clean artifacts |
| 18 | +$ make clean |
| 19 | + |
| 20 | +# Apply formatting |
| 21 | +$ make lint |
| 22 | +``` |
| 23 | + |
| 24 | +## Contributing |
| 25 | + |
| 26 | +The Java Contrib project was initially formed to provide methods of easy remote JMX metric gathering and reporting, |
| 27 | +which is actively in development. If you have an idea for a similar use case in the metrics, traces, or logging |
| 28 | +domain we would be very interested in supporting it. Please |
| 29 | +[open an issue](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/new/choose) to share your idea or |
| 30 | +suggestion. PRs are always welcome and greatly appreciated, but for larger functional changes a pre-coding introduction |
| 31 | +can be helpful to ensure this is the correct place and that active or conflicting efforts don't exist. |
| 32 | + |
| 33 | +## Owners |
| 34 | + |
| 35 | +- [Anuraag Agrawal](https://github.com/anuraaga), AWS |
| 36 | +- [Pablo Collins](https://github.com/pmcollins), Splunk |
| 37 | +- [Ryan Fitzpatrick](https://github.com/rmfitzpatrick), Splunk (maintainer) |
| 38 | +- [Trask Stalnaker](https://github.com/trask), Microsoft |
| 39 | + |
| 40 | +For more information on the OpenTelemetry community please see the |
| 41 | +[community content project](https://github.com/open-telemetry/community). |
0 commit comments