OpenTracing Common
Common utilities for OpenTracing Instrumentation Plugins
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.