Skip to content

felixbarny/opentracing-java

 
 

Repository files navigation

OpenTracing API for Java

This library is a Java platform API for OpenTracing.

Required Reading

In order to understand the Java platform API, one must first be familiar with the OpenTracing project and terminology more generally.

Status

This project has a working design of interfaces for the OpenTracing API. It does not have a test harness or any implementation, yet.

Packages are not yet deployed to Maven Central, but work is in progress.

Development

This is a maven project, and provides a wrapper, ./mvnw to pin a consistent version. For example, ./mvnw clean install.

This wrapper was generated by mvn -N io.takari:maven:wrapper -Dmaven=3.3.9

Building

Execute ./mvnw clean install to build, run tests, and create jars.

Contributing

See Contributing for matters such as license headers.

About

Java implementation of the OpenTracing API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 82.3%
  • Shell 12.3%
  • Batchfile 5.4%