Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

OpenTracing Common

Common utilities for OpenTracing Instrumentation Plugins

Build Status Coverage Status Javadocs Released Version

The OpenTracing Common library is a collection of utilities used in common by OpenTracing Instrumentation Plugins.

Usage

Add the following dependency to your project's POM:

<dependency>
  <groupId>io.opentracing.contrib</groupId>
  <artifactId>common</artifactId>
  <version>0.1.4</version>
</dependency>

License

This project is licensed under the Apache 2 License - see the LICENSE.txt file for details.