Java code-generation for the OpenTelemetry Protocol Buffer data model. This repository contains workflows and build scripts that pull releases from opentelemetry-proto to generate and build Java bindings and publish them to the Maven Central Repository.
You can use the published releases available
on Maven Central. To
do so, add the following as dependencies to your build configuration and replace {{version}}
with
your desired version.
<dependency>
<groupId>io.opentelemetry.proto</groupId>
<artifactId>opentelemetry-proto</artifactId>
<version>{{version}}</version>
</dependency>
implementation("io.opentelemetry.proto:opentelemetry-proto:{{version}}")
See RELEASING.md