https://github.com/open-telemetry/opentelemetry-proto-java
Java Bindings for the OpenTelemetry Protocol (OTLP)
https://github.com/open-telemetry/opentelemetry-proto-java
opentelemetry
Last synced: about 1 year ago
JSON representation
Java Bindings for the OpenTelemetry Protocol (OTLP)
- Host: GitHub
- URL: https://github.com/open-telemetry/opentelemetry-proto-java
- Owner: open-telemetry
- License: apache-2.0
- Created: 2021-09-29T12:34:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T21:27:32.000Z (about 1 year ago)
- Last Synced: 2025-04-13T00:48:20.633Z (about 1 year ago)
- Topics: opentelemetry
- Language: Java
- Homepage: https://opentelemetry.io
- Size: 307 KB
- Stars: 17
- Watchers: 20
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# :warning: Not intended for production use :warning:
The generated java bindings published from this repository are provided as-is.
They are only used within the OpenTelemetry project by test suites
and are not intended for production use.
There is no intention of eventually publishing stable artifacts. If you need any guarantees,
please generate your own bindings,
consulting [grpc codegen](https://grpc.io/docs/languages/java/generated-code/#codegen) and
possibly [build.gradle.kts](build.gradle.kts)