Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T22:23:49.000Z (16 days ago)
- Last Synced: 2025-01-11T18:06:09.882Z (11 days ago)
- Topics: opentelemetry
- Language: Java
- Homepage: https://opentelemetry.io
- Size: 216 KB
- Stars: 16
- Watchers: 21
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.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)