Skip to content

jack-berg/opentelemetry-proto-java

 
 

Repository files navigation

OpenTelemetry Icon Java Bindings for the OpenTelemetry Protocol (OTLP)

Maven Central

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.

Published releases

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.

Maven

<dependency>
  <groupId>io.opentelemetry.proto</groupId>
  <artifactId>opentelemetry-proto</artifactId>
  <version>{{version}}</version>
</dependency>

Gradle

implementation("io.opentelemetry.proto:opentelemetry-proto:{{version}}")

Releasing

See RELEASING.md

About

Java Bindings for the OpenTelemetry Protocol (OTLP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.0%
  • Java 1.0%